On 12/23/2016 01:56 PM, G. Schlisio wrote: >> Couldn't find the postconf -n output at that link > sorry, correct link for postconf -n: http://termbin.com/w509
It doesn't look like "local" is even attempting to open the mailbox_transport_maps file. That's a good indication that the config file you posted is not being used by your running postfix instance. An obvious reason that might be is if main.cf has been changed but postfix has not been restarted. Another reason might be that a different configuration directory is being used. You can check that because when postfix starts it logs a message about which configuration directory is used. John