Cant connect SMTP

My Virtualmin Notes | QuantumWarp

The config file is
/etc/postfix/sasl/smtpd.conf

Verify/Test SASL authentication

testsaslauthd -u username -p password

testsaslauthd -u username -p password -s smtp

  • “-s smtp” argument is required if you have set “pam” driver for saslauth, you need it.
  • Virtualmin uses pam driver for user authentication, but it passes credentials to authentication mechanism over smtp.