OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Problem with recipient verification

From: Wietse Venema (wietseporcupine.org)
Date: Sun Nov 15 2009 - 13:51:41 CST


Jeremy Bowen:
> >> I have a prolem with the new domain I added to the server and it is this
> >> new domain which is doing verification probes to my ISP.
> >
> >So, you need to add that domain to mydestination= parameter?
>
> It's added to my vdomains file as per:
> virtual_mailbox_domains = /etc/postfix/vdomains

If you specify /etc/postfix/vdomains then postmap is not required,
and some parts of Postfix never find out that the file has changed
until "postfix reload".

postmap is required with, for example, hash:/etc/postfix/vdomains
instead of /etc/postfix/vdomains.

        Wietse