Re: postfix not delivering mail to user

2016-07-18 Thread /dev/rob0
On Mon, Jul 18, 2016 at 12:34:06PM -0500, Matthew McGehrin wrote: > What are you using for local delivery in main.cf? virtual or > procmail? This makes no sense. virtual(8) delivery is by definition not "local(8)". And procmail (an unmaintained piece of software) is not required, never was.

Re: postfix not delivering mail to user

2016-07-18 Thread Matthew McGehrin
Hello. What are you using for local delivery in main.cf? virtual or procmail? Usually, I add a domain to relay_domains and virtual relay_domains = /etc/postfix/relay_domains virtual_maps = hash:/etc/postfix/virtual alias_database = hash:/etc/aliases And then have an associated entry in /etc/pos