postfix
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
postfix [2017/02/17 16:04] – created k2patel | postfix [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Postfix ====== | ====== Postfix ====== | ||
- | ==== Command Ref. ==== | + | ===== Command Ref. ===== |
- | display list of queue | + | ==== display list of queue ==== |
<code bash> | <code bash> | ||
mailq | mailq | ||
Line 9: | Line 9: | ||
<code bash> | <code bash> | ||
postqueue -p | postqueue -p | ||
+ | </ | ||
+ | |||
+ | ==== process postfix queue ==== | ||
+ | <code bash> | ||
+ | postqueue -f | ||
+ | </ | ||
+ | OR | ||
+ | <code bash> | ||
+ | postfix flush | ||
+ | </ | ||
+ | |||
+ | ==== View Message ==== | ||
+ | <code bash> | ||
+ | postcat -vq <Message ID> | ||
+ | </ | ||
+ | |||
+ | ==== Empty Queue ( Delete ) ==== | ||
+ | <code bash> | ||
+ | postsuper -d ALL | ||
</ | </ |
postfix.1487347449.txt.gz · Last modified: 2020/08/10 02:30 (external edit)