> On 25.01.2024 at 16:29 Marco Moock via mailop wrote: > > At work we are currently deploying DKIM. > > Do people here have experience with messages from sub.example.org > signed with d=example.org? > That way is much easier to handle for us because we have a lot of > domains (machines sending with [email protected] etc.). > > Will Google accept such messages in the future? > I am aware that DMARC can control that, but how will Google handle it?
Unfortunately I can’t say what Google or other third parties are planning to do in the future. At the moment DKIM signatures from a parent domain will pass DMARC checks as long as DKIM alignment is in relaxed mode. Independent of this I wouldn’t use [email protected] as a sender address to external recipients. This doesn’t look professional, makes replying to those emails impossible and in case hostname.example.org doesn’t have a public IP address it might also increase the risk that those messages are treated as spam or rejected, because they are coming from an unresolvable domain. Many MTAs provide ways to rewrite sender addresses, so you could rewrite both MAIL FROM and header From to [email protected] before delivering the messages. This will resolve all questions about subdomains once and for all and doesn’t even require any changes to the applications which create the messages. — BR Oliver ________________________________ dmTECH GmbH Am dm-Platz 1, 76227 Karlsruhe * Postfach 10 02 34, 76232 Karlsruhe Telefon 0721 5592-2500 Telefax 0721 5592-2777 [email protected]<mailto:[email protected]> * www.dmTECH.de<http://www.dmtech.de> GmbH: Sitz Karlsruhe, Registergericht Mannheim, HRB 104927 Geschäftsführer: Christoph Werner, Martin Dallmeier, Roman Melcher ________________________________ Datenschutzrechtliche Informationen Wenn Sie mit uns in Kontakt treten, beispielsweise wenn Sie an unser ServiceCenter Fragen haben, bei uns einkaufen oder unser dialogicum in Karlsruhe besuchen, mit uns in einer geschäftlichen Verbindung stehen oder sich bei uns bewerben, verarbeiten wir personenbezogene Daten. Informationen unter anderem zu den konkreten Datenverarbeitungen, Löschfristen, Ihren Rechten sowie die Kontaktdaten unserer Datenschutzbeauftragten finden Sie hier<https://www.dm.de/datenschutzerklaerung-kommunikation-mit-externen-493832>. _______________________________________________ mailop mailing list [email protected] https://list.mailop.org/listinfo/mailop
