Differences
This shows you the differences between two versions of the page.
— | tech:others:mailq [2021/04/18 11:28] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PostFix ====== | ||
+ | Command to view, force send and delete queues | ||
+ | |||
+ | |View Queued messages|mailq| | ||
+ | |Delete all Queued messages|postsuper -d ALL| | ||
+ | |Force sending mail|sendmail -q| | ||
+ | |View Message content in Queue|postcat -q <Queue Id>| | ||
+ | |||
+ | Reference: http:// | ||