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
Next revision Both sides next revision
postfix [2017/02/17 16:04]
k2patel created
postfix [2017/02/17 16:07]
k2patel [Command Ref.]
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>​ </​code>​
postfix.txt · Last modified: 2020/08/10 02:35 (external edit)