6月28
系统不断地提示:
postfix/smtpd[6217]: sql_select option missing
postfix/smtpd[6217]: auxpropfunc error no mechanism available
解决:
编辑/usr/local/lib/sasl2/smtpd.conf文件,修改为以下内容
pwcheck_method:authdaemond
log_level:3
mech_list: PLAIN LOGIN
authdaemond_path:/var/run/authdaemond/socket //注意真实路径。
allow_plaintext: true
auxprop_plugin: mysql
sql_hostnames: localhost
sql_user: extmail
sql_passwd: extmail
sql_database: extmail
sql_select: select password from mailbox where username='%u'
(如果修改了extmail数据库的名称、用户及密码,请填写正确的参数。)
搞定!
解决extman登陆后提
FreeBSD下post



