On 3/16/2014 11:12 AM, Tim Dunphy wrote: > Guys, > > For some reason gmail decided to shunt this conversation into my > spam folder. So, sorry if I've missed any of your replies. > > At any rate I had a perusal of the digest form of the list and found > this reply from Noel: > > Postfix doesn't know it should accept mail for example.com > <http://example.com/>. > example.com <http://example.com/> must be listed in *one* of > mydestination, relay_domains, > virtual_mailbox_domains, virtual_alias_domains, depending on where > the mail is to be delivered. > > > > So my thanks to Noel. I set 'mydestination' to example.com > <http://example.com> and lo and behold my new mail server started > recieving emails. In such a way that I could pull them up in the > roundcube webmail interface. Neat! > > However one thing that's still puzzling me is that my routing needs > SHOULD be covered by my virtual_mailbox_domains setting, as best I > would know.
[please post in plain-text only] Do not list your domain in more than one place, otherwise postfix will log warnings and various things may not work as expected. Apparently your virtual_mailbox_domains lookup isn't working. Test your lookup with: postmap -q example.com mysql:/etc/postfix/mysql_domains.cf Listed domains should return a result -- any non-empty result is considered valid. Nothing should be printed when testing unlisted domains. -- Noel Jones