TranslateProject/published/20141120 Postfix tips and Troubleshooting Commands.md
2014-12-21 23:19:15 +08:00

1.5 KiB
Raw Blame History

Postfix 技巧和故障排除命令

这里是一些我每天用的命令当然其他的email管理员也会使用因此我写下来以防我忘记。

列出/打印当前邮件队列

# postqueue p

# mailq

如果队列太长可以使用tail管道读取。

# mailq | tail

清理队列

# postqueue -f

立即投递某domain.com域名的所有邮件

# postqueue -s domain.com

删除所有队列

# postsuper -d ALL

删除指定的消息

# postsuper -d messageid

重新排队邮件或者重新发送指定邮件

#postfix -r msgid

查找邮件版本

#postconf -d mail_version
mail_version = 2.6.6

你也可以查看下面的连接这个连接有很多例子和不错的可用的解释文档可以用来配置postfix.

Postfix Configuration


via: http://techarena51.com/index.php/postfix-configuration-and-explanation-of-parameters/

作者:Leo G 译者:Vic020 校对:wxy

本文由 LCTT 原创翻译,Linux中国 荣誉推出