我的系统是centos 7与后缀,多维柯,国际投保人-spf,开放.我可以发邮件,但不能收到邮件,
我注意到以下警告:
Feb 6 20:01:09 srv-8327 postfix/smtpd[20391]: warning: connect to private/policy-spf: No such file or directory
Feb 6 20:01:09 srv-8327 postfix/smtpd[20391]: warning: problem talking to server private/policy-spf: No such file or directory
Feb 6 20:01:10 srv-8327 postfix/smtpd[20391]: warning: connect to private/policy-spf: No such file or directory
Feb 6 20:01:10 srv-8327 postfix/smtpd[20391]: warning: problem talking to server private/policy-spf: No such file or directory我已经将debugLevel = 4设置为/etc/python-policyd-spf/policyd-spf.conf。如何发现python-policyd-spf的问题?
加号:I终于解决了这个问题:在/etc/postfix/main.cf中,我将unix:private/policy更改为unix:private/policyd-spf,宾果!
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination,check_policy_service unix:private/policyd-spf,reject_invalid_hostname,reject_non_fqdn_helo_hostname,reject_non_fqdn_sender,reject_non_fqdn_recipient发布于 2019-02-08 07:09:38
我终于解决了这个问题:在/etc/postfix/main.cf中,将unix:private/policy更改为unix:private/policyd-spf,宾果!
发布于 2020-11-30 17:21:32
对于Ubuntu,我通过更改
unix:private/policyd-spf至
unix:private/policy-spf在后缀的main.cf中
https://serverfault.com/questions/952802
复制相似问题