Quantcast
Channel: iRedMail 开源邮件服务解决方案 - iRedMail 技术支持
Viewing all articles
Browse latest Browse all 1467

回复: 如何禁用dnsbl功能?

$
0
0

打开 /etc/postfix/master.cf,在最开始的几行里找到以下两行:

#smtp      inet  n       -       -       -       -       smtpd
smtp      inet  n       -       n       -       1       postscreen

第一行去掉注释,把第二行注释掉,变成:

smtp      inet  n       -       -       -       -       smtpd
#smtp      inet  n       -       n       -       1       postscreen

重启 postfix 服务。


Viewing all articles
Browse latest Browse all 1467

Trending Articles