In the current PMG 8.0.7 version postfix internal mails (bounce & notify) will not be DKIM signed - even if the source domain is part of the signing domains.
If the bounce sender domain have a strict DKIM / DMARC alignment, some providers are rejecting these important mails.
e.G. Incoming mail can't be delivered in
In the official postfix documentation, there is a
Source: https://www.postfix.org/postconf.5.html#internal_mail_filter_classes
Is there a simple way to implement the local pmg content filter for dkim signing for bounce and notify mails?
If the bounce sender domain have a strict DKIM / DMARC alignment, some providers are rejecting these important mails.
e.G. Incoming mail can't be delivered in
maximal_queue_lifetime
:
Code:
pmg14 postfix/smtp[3048]: 93E50140417:
to=<original-sender@gmail.com>,
relay=gmail-smtp-in.l.google.com[2a00:1450:400c:c0b::1b]:25,
delay=0.91,
delays=0/0/0.24/0.67, dsn=5.7.26,
status=bounced (host gmail-smtp-in.l.google.com[2a00:1450:400c:c0b::1b] said:
550-5.7.26 Unauthenticated email from bounce-domain.com is not accepted due to 550-5.7.26 domain's DMARC policy.
Please contact the administrator of 550-5.7.26 bounce-domain.com if this was a legitimate mail.
Please visit 550-5.7.26 https://support.google.com/mail/answer/2451690 to learn about the 550 5.7.26 DMARC initiative.
gsmtp (in reply to end of DATA command))
pmg14 postfix/qmgr[1894]: 93E50140417: removed
In the official postfix documentation, there is a
internal_mail_filter_classes
setting.Source: https://www.postfix.org/postconf.5.html#internal_mail_filter_classes
Is there a simple way to implement the local pmg content filter for dkim signing for bounce and notify mails?