Richard G
Verified User
Maybe due to gMail changes but anyway, system mails, like new account creation mails are going to the spam folder of gMail.
I just checked a header and also discovered why. It's send from my domain ofcourse, which has SPF (strict), DKIM and DMARC (quarantaine).
However, the system mail itself is logically send from the hostname.
And then this happens in gMail:
so DKIM pass for hostname.
so SPF is also correct.
But it goes wrong on DMARC:
and this put's it in gMails spamfolder because the header.from says mydomain.nl ofcourse.
I'm already happy I didn't use REJECT in my DMARC record.
Since all account creation mails are send from [email protected] (the hostname) how can this issue be fixed so it won't fail on DMARC anymore?
NB: This is reseller account not admin account, so changing admin email won't change anything and is already set to a normal e-mail address.
I just checked a header and also discovered why. It's send from my domain ofcourse, which has SPF (strict), DKIM and DMARC (quarantaine).
However, the system mail itself is logically send from the hostname.
And then this happens in gMail:
Code:
dkim=pass [email protected]
Code:
spf=pass (google.com: domain of [email protected] designates 2a01:4xx:xx:xx:xx:xx as permitted sender) [email protected];
But it goes wrong on DMARC:
Code:
dmarc=fail (p=QUARANTINE sp=REJECT dis=QUARANTINE) header.from=mydomain.nl;
I'm already happy I didn't use REJECT in my DMARC record.
Since all account creation mails are send from [email protected] (the hostname) how can this issue be fixed so it won't fail on DMARC anymore?
NB: This is reseller account not admin account, so changing admin email won't change anything and is already set to a normal e-mail address.