broken_sasl_auth_clients = yes #定义是否支持像outlook、foxmail等非标准协议认证 smtpd_sasl_auth_enable = yes #开启sasl验证用户功能 smtpd_sasl_local_domain = $myhostname #用于识别本地主机 smtpd_sasl_security_options = noanonymous #不支持匿名用户 smtpd_sasl_path = smtpd #指定使用sasl的程序名 ...
smtpd_sasl_auth_enable=yes #开启sasl验证用户功能 smtpd_sasl_local_domain=$myhostname #用于识别本地主机 smtpd_sasl_security_options=noanonymous #不支持匿名用户 smtpd_sasl_path=smtpd #指定使用sasl的程序名 smtpd_banner=welcome tosmtp.ywnds.com #定义telnet连接时显示信息 smtpd_client_restrictions=perm...
permit_sasl_authenticated:表示允许转发通过SASL认证的邮件。 reject_unauth_destination:表示拒绝转发含未信任的目标地址的邮件。 (4)broken_sasl_auth_clients:表示是否兼容非标准的SMTP认证。有一些Microsoft的SMTP客户端采用非标准的SMTP认证协议,只需将该参数设置为yes就可解决这类不兼容问题。 (5)smtpd_client_rest...
broken_sasl_auth_clients = yes smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_invalid_hostname,reject_non_fqdn_hostname,reject_unknown_sender_domain,reject_non_fqdn_sender,reject_non_fqdn_recipient,reject_unknown_recipient_domain,reject_unauth_pipelining,reject_unauth_desti...
开启SASL认证sasl auth model 编辑main.cf配置文件, [root@localhost ~]# vi /etc/postfix/main.cf 开启SASL认证 vim /etc/postfix/main.cf 编辑main.cf配置文件,追加如下行: broken_sasl_auth_clients=yes #启用SASL对客户端进行认证 smtpd_sasl_auth_enable=yes #启用SASL认证 ...
broken_sasl_auth_clients = yes 编辑/etc/postfix/sasl/smtpd.conf文件,添加以下内容: pwcheck_method: saslauthd mech_list: plain login 5、配置邮件转发 编辑/etc/postfix/main.cf文件,将以下内容添加到文件末尾,其中目标地址是邮件转发的目标地址:
broken_sasl_auth_clients = yes #定义是否支持像outlook、foxmail等非标准协议认证 smtpd_sasl_auth_enable = yes #开启sasl验证用户功能 smtpd_sasl_local_domain = $myhostname #用于识别本地主机 smtpd_sasl_security_options = noanonymous #不支持匿名用户 ...
broken_sasl_auth_clients = yes smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_invalid_hostname,reject_non_fqdn_hostname,reject_unknown_sender_domain,reject_non_fqdn_sender,reject_non_fqdn_recipient,reject_unknown_recipient_domain,reject_unauth_pipelining,reject_unauth_destina...
broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 html_directory = no inet_interfaces = $myhostname, localhost mail_owner = postfix ...
smtpd_sasl_path = smtpd smtpd_sasl_auth_enable = yes 4.2 客户端支持 默认情况下我们是无法使用巨婴的Outlook去连接postfix的,如果要支持这些邮件客户端的话,需要在/etc/postfix/main.cf里面设置一下。 broken_sasl_auth_clients = yes 4.3 禁止匿名 ...