OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: bounced mail
From: Wietse Venema (wietseporcupine.org)
Date: Mon Feb 14 2000 - 09:34:47 CST


Jamie Orzechowski:
> I have setup my virtual table
> is contains
>
> moonchilli.com whatever
> mhzmoonchilli.com mhz
>
> when I send a mail I get the following error
>
> Feb 14 08:53:05 mail postfix/qmgr[19456]: AF1C08A010:
> to=<mhzmoonchilli.com>, relay=none, delay=1, status=bounced (unknown user:
> "mhzmoonchilli.com")

The moonchilli.com entry is found in the virtual map, but
mhzmoonchilli.com is not.

I suspect you are looking at the wrong file, or that you forgot to
execute the postmap command.

To test, try the following

    postmap virtual_maps
    postmap -q mhzmoonchilli.com `postmap virtual_maps`
    postmap -q moonchilli.com `postmap virtual_maps`

This queries the virtual map.

        Wietse