On 2/24/2023 5:49 PM, winnie hw wrote:
For this item in mail log,

Feb 25 07:46:24 mail postfix/smtp[1419048]: 3B862A27CE: to=<www-d...@xxx.xxx>, relay=none, delay=211, delays=151/0.02/60/0, dsn=4.4.1, status=deferred (connect to xxx.xxx[172.67.130.119]:25: Connection timed out)

So "3B862A27CE" is the message ID? How can I remove this message from the queue?

Thanks


To delete the message and remove it permanently, use
postsuper -d 3B862A27CE

Often a better choice is to expire the message so the sender gets a non-delivery notice.
postsuper -e 3B862A27CE

See the postsuper man page for more details and other examples.
http://www.postfix.org/postsuper.1.html


  -- Noel Jones

Reply via email to