- 論壇徽章:
- 0
|
系統(tǒng)為debian, postfix, libpam_mysql, libsasl2
現(xiàn)在saslauthd應(yīng)該正常了. 用 testsaslauthd -u user -p pass -s smtp 測試正常.
/etc/postfix/sasl/smtpd.conf如下:
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
在驗證時, maillog 顯示如下信息:
warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
saslauthd的運行目錄為/var/run/saslauthd/mux, 可是在/etc/postfix/sasl/smtpd.conf中加入下行
saslauthd_path: /var/run/saslauthd/mux
問題依舊.
在master.cf中讓smtp不使用chroot, 提示變?yōu)槿缦?
warning: SASL authentication failure: cannot connect to saslauthd server: Permission Denied |
|