User Tools

Site Tools


postfix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
postfix [2017/02/17 16:04]
k2patel created
postfix [2020/08/10 02:35] (current)
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
 +</​code>​
 +
 +==== process postfix queue ====
 +<code bash>
 +postqueue -f
 +</​code>​
 +OR
 +<code bash>
 +postfix flush
 +</​code>​
 +
 +==== View Message ====
 +<code bash>
 +postcat -vq <Message ID>
 +</​code>​
 +
 +==== Empty Queue ( Delete ) ====
 +<code bash>
 +postsuper -d ALL
 </​code>​ </​code>​
postfix.1487347449.txt.gz · Last modified: 2020/08/10 02:30 (external edit)