Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


postfix_tips

Differences

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

Link to this comparison view

Next revision
Previous revision
postfix_tips [2015/07/10 17:35] – created juckinspostfix_tips [2015/07/10 17:38] (current) juckins
Line 1: Line 1:
-====== postfix tips ======+postfix tips
  
 +Logs are usually in /var/log/maillog.  Be root to perform commands below.
 +
 +Show all messages in the queue:
 +
 +<code>
 +postqueue -p
 +</code>
 +
 +Delete messages in queue, by one or by all:
 +
 +<code>
 +postsuper -d <QUEUE_ID>
 +postsuper -d ALL
 +</code>
postfix_tips.1436564147.txt.gz · Last modified: 2015/07/10 17:35 by juckins