首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

Postfix + SASL配备要点

2013-02-02 
Postfix + SASL配置要点1、看一下/etc/default/saslauthd里,一般都会告诉你针对Postfix的OPTIONS配置,改一

Postfix + SASL配置要点
1、看一下/etc/default/saslauthd里,一般都会告诉你针对Postfix的OPTIONS配置,改一下;

2、确认smtpd启动时是否chroot,与saslauthd配置相符,在/etc/postfix/master.cf里改一下;

3、如果没有/etc/postfix/sasl/smtpd.conf,建一个,内容如下:
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN

4、配置postfix验证设置,vi /etc/postfix/main.cf
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination

recipient restrictions看情况而定吧

结束

热点排行