Reporting-MTA: dns; panel.siaweb.net.pe
Action: failed
Final-Recipient: rfc822;[email protected]
Status: 5.0.0
Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.7.26 Your email has been blocked because the sender is unauthenticated.
550-5.7.26 Gmail requires all senders to authenticate with either SPF or DKIM.
550-5.7.26
550-5.7.26 Authentication results:
550-5.7.26 DKIM = did not pass
550-5.7.26 SPF [siaweb.net.pe] with ip: [161.97.123.123] = did not pass
550-5.7.26
550-5.7.26 For instructions on setting up authentication, go to
550 5.7.26 Email sender guidelines - Google Workspace Admin Help ffacd0b85a97d-381eda2c468si294982f8f.845 - gsmtp
Did you read the error message? It’s all there you need to know to fix the problem…
Thank you, I was able to resolve the problem with sending to Gmail, but now the same thing happens with Hotmail. Please help me.
I don’t know what you did but you didn’t fix this:
You must have three txt records for your domain.
1.- Your DKIM public key in the TXT record mail._domainkey but you didn’t create that record.
This command returns nothing and it should get the DKIM info for your domain.
dig mail._domainkey.siaweb.net.pe txt +noall +ans
Instead, seems you added the DKIM info directly to the base domain, also, I don’t know why you added the gmail txt info.
dig siaweb.net.pe txt +noall +ans
siaweb.net.pe. 34175 IN TXT "gmail-smtp-in.l.google.com"
siaweb.net.pe. 34175 IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLkoPtNBdb1N14AH3kHZuqHQVTqoIv0tPoXvffU5gzAtQKqhrS8cpbSKCjZor5/eNKTtFfSjpczJ9k5EOuyiMnSPDFXhVuSK4K77UeTVAWvb70oaTKzP30BNTIMrNYdLExdzFnXoo9E9W7yidrTIAAcg9dZhL8D5k7UgN7dwtS2QIDAQAB"
2.- You need to add the DMARC TXT record to _dmarc.siaweb.net.pe, something like this:
v=DMARC1; p=quarantine; pct=100
3.- You must add the SPF TXT record for your base domain siaweb.net.pe, if your server’s ip is 161.97.123.123 the record would be like this:
v=spf1 a mx ip4:161.97.123.123 -all