Applicable to:
- Plesk for Linux
Symptoms
- Email messages from example.com are moved to the SPAM folder.
- Email headers contain the following:
CONFIG_TEXT: Return-Path: RTE+NE-null-b1cb1A034703828DQF3BWI0IXL@ sellernotifications.example.com
[...]
dmarc=fail (p=QUARANTINE sp=NONE) d= sellernotifications.example.com ; header.from= example.com ;
[...]
From: Domain do-not-reply@ example.com
Cause
A mismatch between "Return-Path
" and "From
" domains in email headers from example.com. DMARC requires a domain name to match in both headers.
Resolution
Whitelist example.com:
-
Connect to the server via SSH;
-
Add the following to the
/etc/psa/dmarc.conf
using any text editor:CONFIG_TEXT: IgnoreMailFrom example.com
## IgnoreMailFrom domain[,...]
## default (none)
## Gives a list of domain names whose mail (based on the From: domain) is to
## be ignored by the filter. The list should be comma-separated. Matching
## against this list is case-insensitive. The default is an empty list,
## meaning no mail is ignored.
Comments
5 comments
I tried the workaround, but it does not seem to work.
There was no /etc/psa/dmarc.conf so I created it and filled it as followed. Mails still get moved to INBOX.spam
Plesk 17.8.11 on Ubuntu 18.04
Hello @Marc Griesser,
Most probably you have faced with the Plesk bug РРРM-6847 which is planned to be completely fixed in future Plesk updates.
To solve the issue, please apply the workaround from the following article: Mail messages with different 'smtp.mailfrom' and 'from' do not pass the DMARC filter and go to spam
In case if it does not help, I recommend you to contact Plesk support on this matter.
Maybe it would be good if they were marked as spam instead. Some customers don't use a spam folder (especially on pop 3) and only discover through webmail that some of their email is sitting in a spam folder online after investigation. Can the setting be changed from Quarantine if DMARC fails?
>Can the setting be changed from Quarantine if DMARC fails?
This is defined by sender domain TXT DMARC record settings, thus only sender decide if it should be "quarantine", "reject" or any other action.
Anton Maslov
Plesk's admin guide states "However, note that the receiving server is free to apply its own policy to incoming mail.".
I have the same problem on our servers just like Justin Lnch: Customers won't see those mails. And if the spam filter is set to "Delete spam mails" you would expect spam mails to be deleted. Those mails will just stay there and clutter up their quota.
Please sign in to leave a comment.