On 3/18/2014 5:14 AM, Alan Chandler wrote:

> But in this case, I think it is the only way for me to illustrate my
> frustration with this problem.  Why is there no lookup of
> virtual_mailbox_maps to notice that the recipient is to be routed to
> a virtual mailbox.

Postfix behaves as documented.  For an address to be delivered to a
virtual mailbox, the domain must be listed in
virtual_mailbox_domains, and the user must be listed in
virtual_mailbox_maps.

Verbose logging is unlikely to help.

Things that might help are:
- use postmap -q to test your lookup tables.
- use postconf to verify your main.cf settings.
- relevant docs:
http://www.postfix.org/postconf.5.html#virtual_mailbox_domains
http://www.postfix.org/ADDRESS_CLASS_README.html
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
http://www.postfix.org/DEBUG_README.html

If you have a small number of virtual domains, specify the domains
directly in main.cf:
# main.cf
virtual_mailbox_domains = example.com example.net

Otherwise, provide a dedicated virtual_mailbox_domains map.



  -- Noel Jones

Reply via email to