我在ubuntu 16.04上使用virtualmin托pipe多个域的电子邮件服务。 我使用postfix(2.11.0-1ubuntu1.2)作为我的电子邮件服务器。
我已经设定
smtpd_relay_restrictions = permit_sasl_authenticated reject_unauth_destination
但有时收件人检查允许将垃圾邮件发送到未列在我的/ etc / postfix / virtual中的未知地址,如下面的[email protected]
... Nov 14 20:49:37 domain postfix/smtpd[12023]: >>> START Recipient address RESTRICTIONS <<< Nov 14 20:49:37 domain postfix/smtpd[12023]: generic_checks: name=permit_sasl_authenticated Nov 14 20:49:37 domain postfix/smtpd[12023]: generic_checks: name=permit_sasl_authenticated status=0 Nov 14 20:49:37 domain postfix/smtpd[12023]: generic_checks: name=reject_unauth_destination Nov 14 20:49:37 domain postfix/smtpd[12023]: reject_unauth_destination: [email protected] Nov 14 20:49:37 domain postfix/smtpd[12023]: permit_auth_destination: [email protected] Nov 14 20:49:37 domain postfix/smtpd[12023]: ctable_locate: move existing entry key [email protected] Nov 14 20:49:37 domain postfix/smtpd[12023]: generic_checks: name=reject_unauth_destination status=0 Nov 14 20:49:37 domain postfix/smtpd[12023]: >>> END Recipient address RESTRICTIONS <<< ... ... Nov 14 20:49:43 domain postfix/smtp[12054]: A88B9E0373: to=<[email protected]>, relay=mta7.am0.yahoodns.net[74.6.137.65]:25, delay=6.9, delays=2.2/0.01/0.56/4.2, dsn=\ 2.0.0, status=sent (250 ok dirdel)
我收集了一些日志和我的configuration信息https://hastebin.com/raw/tudeqoraca hastebin snipplet的底部有一个成功的检查的例子..
请让我知道如果你有什么想法接下来做什么…