My Virtualmin Notes | QuantumWarp
The config file is
/etc/postfix/sasl/smtpd.conf
Verify/Test SASL authentication
- Testing SASL authentication in the Postfix SMTP Server - Postfix SASL Howto - Test SASL is working.
- Test Cyrus SASL is working (might move this to Cyrus SASL)
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.