打开 /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 服务。