You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postfix smtp (journalctl -u [email protected] -t postfix/smtp) should log something with status=bounced every time a mail is rejected.
For example:
status=bounced (host mailchat.pl[95.216.211.166] said: 554 5.7.1 No valid DKIM signature found (in reply to end of DATA command))
Such lines can be counted in mtail to see if the number of rejection grows for some reason.
This should help with monitoring if mails are getting rejected because of blocklists. Of course most servers just silently consume what they think is spam and return no error.
The text was updated successfully, but these errors were encountered:
Postfix
smtp
(journalctl -u [email protected] -t postfix/smtp
) should log something withstatus=bounced
every time a mail is rejected.For example:
Such lines can be counted in mtail to see if the number of rejection grows for some reason.
This should help with monitoring if mails are getting rejected because of blocklists. Of course most servers just silently consume what they think is spam and return no error.
The text was updated successfully, but these errors were encountered: