• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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