Postfix Release Emails From Hold With Terminal Command

Use this command to release a single email message from on hold:

[code]postsuper -H 070788B31[/code]

 

Release all email messages from being on hold with this command:

Only cool people share!

[code]postsuper -H ALL[/code]

 

Use the following command to release on hold messages just from user@domain.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 terminal commands.

Postfix Release Emails From Hold With Terminal Command was last modified: March 10th, 2023 by Maximus Mccullough
Summary
Postfix Release Emails From Hold With Terminal Command
Article Name
Postfix Release Emails From Hold With Terminal Command
Description
These terminal commands let you release on hold messages in Postfix.
Author
Publisher
A1WebsitePro
Logo
RELEASE EMAILS FROM HOLD

Leave a Reply

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