![]() |
Secure SMTP not working?
Reference: http://www.howtoforge.com/virtual_po..._quota_courier
Okay, I am finally getting things setup... however, secure smtp refuses to work right now. I can use regular smtp just fine, but secure simply hangs in Evolution and won't deliver mail (no error). The mail.log file gives no indication of an attempted connection. My netstat -tap has this entry twice: Code:
tcp6 0 0 *:ssmtp *:* LISTEN 21597/master |
After doing what I believe was... uhhh.... nothing I can now connect, but I can't authenticate :(
Code:
Jun 12 23:21:53 toolbox postfix/smtpd[21652]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied |
Back again! Not sure what the hell I did, I think I added root to the group sasl or something, anyway now I get this nice one :(
Code:
Jun 12 23:41:12 toolbox postfix/smtpd[21849]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory |
Quote:
|
Quote:
The thing that pisses me off more than anything is that secure SMTP was working perfectly fine before I had to restart the server, now suddenly only plain/TLS works. |
Quote:
/etc/postfix/sasl/smtpd.conf: pwcheck_method: saslauthd auxprop mech_list: plain login allow_plaintext: true auxprop_plugin: sql sql_engine: mysql sql_hostnames: localhost sql_user: *** sql_passwd: *** sql_database: *** sql_select: select password from users where email = '%u' sql_verbose: yes and: /etc/default/saslauthd: # This needs to be uncommented before saslauthd will be run automatically START=yes # You must specify the authentication mechanisms you wish to use. # This defaults to "pam" for PAM support, but may also include # "shadow" or "sasldb", like this: # MECHANISMS="pam shadow" MECHANISMS="pam" PARAMS="/var/spool/postfix/var/run/saslauthd -r" Just give it a try, don't know if it will solve the problem |
| All times are GMT +2. The time now is 14:34. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.