Peter Smith wrote: >> On Friday 05 June 2009 09:24:54 Peter Smith wrote: >> >>> virtual_mailbox_domains = $transport_maps >>> >> Whats this for? >> >> Are the problem domains listed in /etc/postfix/transport for some reason. >> > > I have an entry in transport: > > mydomain.com maildrop: > > Is this the problem? >
You do not have a virtual_mailbox_maps. Therefore, all addresses in virtual_mailbox_domains are valid. It is not recommended to share a transport map and a domain listing. This is because you may not want to receive mail for every domain in the transport map. Brian
