为了增强后缀头签名,我在Ubuntu服务器上运行了以下命令:
sudo postmap header_checks
sudo postconf -e 'smtp_header_checks = regexp:/etc/postfix/header_checks'使用header_checks文件中的参数,但从那时起,我的spf就不能工作了!
我想撤销这些命令。我怎样才能做到呢?
发布于 2018-05-27 13:26:42
要撤消这些配置更改,只需从smtp_header_checks文件中删除使用/etc/postfix/main.cf的行,并重新加载后缀服务(service postfix reload)。
https://askubuntu.com/questions/1040887
复制相似问题