postfix添加DKIM和dmarc
postfix添加DKIM和dmarc无评论2015年4月18日 下午6:05分类:建站 阅读: 13,314 次
Warning: gethostbyaddr(): Address is not a valid IPv4 or IPv6 address in /www/web/default/wordpress/wp-content/plugins/search-limiter-blocker/search-limiter-blocker.php on line 163
spf主要在dns服务器上进行配置,这里主要讲现有的postfix系统如何添加DKIM 安装 yum install opendkim 修改opendkim 配置文件/etc/opendkim.conf: AutoRestart Yes AutoRestartRate 10/1h LogWhy Yes Syslog Yes SyslogSuccess Yes Mode sv Canonicalization relaxed/simple ExternalIgnoreList refile:/etc/opendkim/TrustedHosts InternalHosts refile:/etc/opendkim/TrustedHosts KeyTable refile:/etc/opendkim/KeyTable SigningTable refile:/etc/opendkim/Signi ...
【阅读全文】