• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue emails from webmail goes straight to SPAM

digitar.be

New Pleskian
Hi,
We have an issue with our fresh server, all the emails sent from any of our client's domain webmail go straight to the SPAM/Junk Folder.
Here are the mail settings in the attached files
Can anyone point us in the right direction to solve this problem?
Thanks
 

Attachments

  • screencapture-charming-meitner-212-227-209-50-plesk-page-plesk-server-mail-2021-06-17-16_33_30.png
    screencapture-charming-meitner-212-227-209-50-plesk-page-plesk-server-mail-2021-06-17-16_33_30.png
    281.7 KB · Views: 15
In case that only mails sent from webmail are going to spam, the reason is that the "myhostname" variable is not set in /etc/postfix/main.cf. Postfix is then sending the mail with 127.0.0.1 as sender IP which does not match the server's public ip. This leads to the spam classification. Simply add a line "myhostname = ..." with ... = your hostname, then restart postfix (# service postfix restart).
 
Back
Top