Rejecting mail to unknown recipients

2009-06-04 Thread Peter Smith
Hi, I know this is well documented and is now the default in postfix, but I'm tearing my hair out trying to figure out why it won't work with my setup. If I telnet to my mail server, anyth...@mydomain.com is accepted. If I turn up the logging verbosity, I see: maps_find: virtual_alias_maps: @myd

Re: Rejecting mail to unknown recipients

2009-06-04 Thread Pascal Volk
On 06/05/2009 02:25 AM Peter Smith wrote: > Hi, > > I know this is well documented and is now the default in postfix, but I'm > tearing my hair out trying to figure out why it won't work with my setup. > > If I telnet to my mail server, anyth...@mydomain.com is accepted. If I > turn up the loggin

Re: Rejecting mail to unknown recipients

2009-06-05 Thread Peter Smith
--- In postfix-us...@yahoogroups.com, Pascal Volk wrote: > > On 06/05/2009 02:25 AM Peter Smith wrote: > > If I telnet to my mail server, anyth...@... is accepted. If I > > turn up the logging verbosity, I see: > > How do you telnet to your server? > `telnet localhost 25`? Actually I was telnett

Re: Rejecting mail to unknown recipients

2009-06-05 Thread Peter Smith
> 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.commaildrop: Is this the problem?

Re: Rejecting mail to unknown recipients

2009-06-05 Thread Peter Smith
All solved now - thanks for your help guys! The changes I made were: virtual_mailbox_domains = $transport_maps to: virtual_mailbox_domains = mydomain.com Added: virtual_transport = maildrop virtual_mailbox_maps = hash:/etc/postfix/virtual

Re: Rejecting mail to unknown recipients

2009-06-05 Thread Brian Evans - Postfix List
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