On 10/03/2023 19:30, [email protected] wrote:
I saw some people using email addresses like yahoo, AOL, mail.ru to
post messages to the lists (such as debian-user, postfix-user etc).
I am thinking those addresses which have the strictest DKIM setup are
not suitable to send a list mail, they will be blocked by many
recipients (list members).
For example, yahoo has this DMARC setting:
v=DMARC1; p=reject; pct=100; rua=mailto:[email protected];
ruf=mailto:[email protected];
And Mail.ru:
v=DMARC1;p=reject;rua=mailto:[email protected]
And zoho.com:
v=DMARC1; p=reject; sp=reject; fo=0;
rua=mailto:[email protected];
ruf=mailto:[email protected]
The all have "p=reject" rules which mean when DKIM (most modern email
providers have this enabled) break at the recipient end, this mail
will be rejected by the recipient MTA.
As we know DKIM will fail due to:
1. SPF fail (for the From: address in header) - this will 100% happen
regardless list server implements SRS or not.
2. DKIM fail (for header address as well) - this will most probably
happen since some list servers change the message content by adding a
signature etc.
So we should choose a email address which at least has no "p=reject"
in their DKIM policy.
I am sorry for the typos. What I meant is DMARC, not DKIM. :)
sorry,
Corey
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]