When an SMTP relay is setup via the web config under settings > General Settings;
1). Ensure the relay server shows up in the dialog box
2). When NOT using a username/password, the postfix main.conf should have the following lines commented out.
#smtp_sasl_password_maps = hash:/etc/postfix/saslpasswd
#smtp_sasl_auth_enable = yes
This will hasten the send of the email and the following error will not occur...
3). When using a username/password (ofr when blank) postfix errors. Error log shows:
Aug 29 21:31:35 trixbox1 postfix/smtp[6107]: fatal: open database /etc/postfix/saslpasswd.db: No such file or directory
saslpasswd exists but not saslpasswd.db. Not certain where the .db file is located as I did do a find.
Obviously postmap /etc/postfix/saslpasswd is not being run.
Hope this helps, or am I missing something?
John
Member Since:
2007-10-13