Stuff…

I know I will forget.

Stuff… header image 2

Deleting the postfix defer and deferred queues

March 16th, 2010 · No Comments

The /var/spool/postfix/defer and /var/spool/postfix/deferred queues had gone crazy on a server and was filling up the log files with rubbish.  Needed to delete the defer and deferred queues.

postsuper -d ALL defer
postsuper -d ALL deferred

Did the trick nicely.  postsuper(1) appears to be quite helpful for this.

Tags: Linux · Operating System · Protocols · SMTP

0 responses so far ↓

  • There are no comments yet...

Leave a Comment