Symptoms
- Email messages from example.com are moved to the SPAM folder.
- Email headers contain the following:
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.confusing any text editor:
 (if the file does not exist, create it)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.