Postfix Email Server

From Run Your Own
Revision as of 11:49, 18 May 2018 by 320x200 (talk | contribs) (Postfix queue control)
Jump to: navigation, search

Installation

TODO

Troubleshooting

Postfix queue control

Sometimes you may need to check what's in the queue of emails waiting to be fully processed.

  • Optional: stop Postfix, in case you need to investigate something and stop incoming/outgoing activity.
service postfix stop
  • print a list of all queued email:
mailq | less
postqueue -p | less      # it's the same
  • print a specific email by its ID
postcat -vq ID | less
  • delete a specific email by its ID
postsuper -d ID