记录遇到问题的点点滴滴。
1.首先查看邮件队列# postqueue -p2.停止postfix# service postfix stop3.清除所有发送队列# postsuper -d ALL4.启动postfix# service postfix start 这样就将待发送的垃圾邮件都删除了.
1、安装所有需要的软件包yum -y install cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi cyrus-sasl-md5 cyrus-sasl-plain postfix bind-utilspostfix配置文件备份cp /etc/postfix/main.cf /etc/postf...
1、安装postfix和dovecotyum -y install postfix dovecot system-switch-mail system-switch-mail-gnome卸载原有sendmailyum -y remove sendmail2、配置Postfix和Dovecot配置2.1、配置Postfixmyhostnam...
Postfix 和Dovecot功能确实很强大,支持各种认证方式, 配置非常灵活, 就因为太过于灵活, 反而安装配置的过程中,容易有各种各样的陷阱,碰到问题了, 日志是最好的解决办法了。 我们假设你申请的域名是 example.com 。在域名服务提供商那里设置域名解析, 我的 example.com 设置了3个域名解析:第一个是:A记录...