On 13/06/16 13:31, Il Neofita wrote: > smtp inet n - n - - smtpd > local unix - n n - - local
Nope, neither one is running chrooted, so my theory was wrong. Looking again at your config, you've turned off checking for smtpd, as per the docs for local_recipient_maps: "To turn off local recipient checking in the Postfix SMTP server, specify "local_recipient_maps =" (i.e. empty)." Note that this does not turn off checking in local(8), so it is passing smtpd but not local(8). Peter