Hi,
On 18/01/2020 15:54, Michael Jacob wrote: > Is this supposed to be working with Linux users and passwords and I am > doing something wrong? > It works well, but since it uses PAM you may need to configure it. If is does not already exists, create the /etc/pam.d/smtpd file with the following content: auth required pam_unix.so account required pam_unix.so password required pam_unix.so session required pam_unix.so -- Rodolphe Bréard https://rodolphe.breard.tf/ B229 CCD5 6900 91E7 D5D6 189F 09BC 23A1 D556 2635
