On 13/06/16 13:10, Il Neofita wrote: > I redid the configuration without luck, therefore, I am doing the > mistake over and over > The smtpd is able to understand that the user does not exist, however, > the local cannot do it
You're probably running local as chroot but not smtpd and the chroot environment does not have a copy of your /etc/passwd file. Please show the output of: postconf -Mf Peter