Invalid recipients in spam quarantine

ivanzhang

New Member
Jan 2, 2024
5
0
1
I have been using PMG for some time now and the interception effect is very good. However, when encountering many invalid recipients in the quarantine area, how should I reject emails from invalid recipients.1716535125282.png
 
Last edited:
The documentation I linked points to the postfix configuration parameters the option affects - in this case:
https://www.postfix.org/postconf.5.html#unverified_recipient_reject_code

(450 means temporary reject - thus the sending mail-server should try to deliver the mail for a few days until it gives up - 550 is a permanent reject, and the sending server should directly drop the message and notify the sender about the delivery failure...)