Advertisement
fduran

Postfix mail queue review

Mar 22nd, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. # Postfix mail review
  2. # look at logs
  3. tail /var/log/mail.log
  4. tail /var/log/mail.err
  5.  
  6. # view queue
  7. mailq
  8.  
  9. # delete deferred messages in queue
  10. postsuper -d ALL deferred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement