Postfix Hold All Email Messages Using Linux Command

This is the Linux command to put all Email messages on hold in Postfix.

[code]postsuper -h ALL[/code]

Use this command to put on hold messages from user@example.com:

[code]postqueue -p | awk ‘BEGIN { RS = “” } { if (7 == “user@domain.com” ) print 1 }’ | tr -d ‘!*’ | postsuper -h[/code]

CLICK HERE to see our full Postfix Cheat Sheet using linux commands.

Only cool people share!

Postfix Hold All Email Messages Using Linux Command was last modified: October 6th, 2017 by Maximus Mccullough
Summary
Postfix Hold All Email Messages Using Linux Command
Article Name
Postfix Hold All Email Messages Using Linux Command
Description
This is the Linux command to put all Email messages on hold in Postfix.
Author
Publisher
A1WebsitePro
Logo
HOLD ALL EMAIL MESSAGES

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.