Hi,
Recently my company signed up for VPS service that has Plesk Obsidian 18.0.24 installed on our Ubuntu server,
one of the benefits of having this VPS is having mail server to send information to our clients,
but we have a problem with emails sent to our customers always going to spam folder,
Mail Server Settings
- DMARC is enabled.
TXT ( v=DMARC1; p=none; sp=quarantine; rua=mailto:[email protected] )
- DKIM spam protection to sign outgoing email is enabled.
TXT ( v=DKIM1; k=rsa; p=MIGXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX )
- SPF spam protection is enabled
TXT ( v=spf1 +a +mx +ip4:167.XXX.XXX.XXX -all )
Result from mxtoolbox.com
6 Problems
Result from mail-tester.com
-0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid
This rule is automatically applied if your email contains a DKIM signature but other positive rules will also be added if your DKIM signature is valid.
See immediately below.
-1.274 RDNS_NONE Delivered to internal network by a host with no rDNS
This may indicate you do not have a rDNS configured for your hostname or the rDNS does not match your sending IP
-0.01 T_DKIM_INVALID Your DKIM signature is not valid
Have a look at our DKIM test below to know why, this may be a false-positive
- Your DKIM signature is not valid
We were not able to retrieve your public key.
Please ensure that you inserted your DKIM TXT DNS record on your domain mycompanydomain.com using the selector default.
Anyone knows how to fix it? Thank you
Recently my company signed up for VPS service that has Plesk Obsidian 18.0.24 installed on our Ubuntu server,
one of the benefits of having this VPS is having mail server to send information to our clients,
but we have a problem with emails sent to our customers always going to spam folder,
Mail Server Settings
- DMARC is enabled.
TXT ( v=DMARC1; p=none; sp=quarantine; rua=mailto:[email protected] )
- DKIM spam protection to sign outgoing email is enabled.
TXT ( v=DKIM1; k=rsa; p=MIGXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX )
- SPF spam protection is enabled
TXT ( v=spf1 +a +mx +ip4:167.XXX.XXX.XXX -all )
Result from mxtoolbox.com
6 Problems
Category | Host | Result | ||
---|---|---|---|---|
![]() | dmarc | mycompanydomain.com | DNS Record not found | ![]() |
![]() | spf | mycompanydomain.com | DNS Record not found | ![]() |
![]() | mx | mycompanydomain.com | No DMARC Record found | ![]() |
![]() | mx | mycompanydomain.com | DMARC Quarantine/Reject policy not enabled | ![]() |
![]() | smtp | mail.mycompanydomain.com | Reverse DNS does not contain the hostname | ![]() |
![]() | smtp | mail.mycompanydomain.com | Reverse DNS does not match SMTP Banner | ![]() |
Result from mail-tester.com
-0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid
This rule is automatically applied if your email contains a DKIM signature but other positive rules will also be added if your DKIM signature is valid.
See immediately below.
-1.274 RDNS_NONE Delivered to internal network by a host with no rDNS
This may indicate you do not have a rDNS configured for your hostname or the rDNS does not match your sending IP
-0.01 T_DKIM_INVALID Your DKIM signature is not valid
Have a look at our DKIM test below to know why, this may be a false-positive
- Your DKIM signature is not valid
We were not able to retrieve your public key.
Please ensure that you inserted your DKIM TXT DNS record on your domain mycompanydomain.com using the selector default.
Anyone knows how to fix it? Thank you
Last edited: