Hi there
I have some issues with SPAM rules (also due to redirections from mail address A to mail address B, somtimes it's a DMARC thing when i know it right?) - because of that i would like to add the sender e-mail-address of Plesk forum notifications to mail SPAM whitelist / contact list.
So - what is the sender address for forum notifications here?
-> I've added *@plesk.com to my SPAM white list / contact list - but that does NOT solve the problem. So i think the sender address must be something like [SENDER]@[SUBDOMAIN].plesk.com or similar...!?
And, additional to adding *@plesk.com in my SPAM whitelist / contacts list, i also added some custom "SIEVE code":
But i NEVER got mail notifications from here...(???)
Thank you very very much for your feedback(s)...
I have some issues with SPAM rules (also due to redirections from mail address A to mail address B, somtimes it's a DMARC thing when i know it right?) - because of that i would like to add the sender e-mail-address of Plesk forum notifications to mail SPAM whitelist / contact list.
So - what is the sender address for forum notifications here?
-> I've added *@plesk.com to my SPAM white list / contact list - but that does NOT solve the problem. So i think the sender address must be something like [SENDER]@[SUBDOMAIN].plesk.com or similar...!?
And, additional to adding *@plesk.com in my SPAM whitelist / contacts list, i also added some custom "SIEVE code":
Code:
if address :matches "From" "*plesk.com" {
fileinto "INBOX";
stop;
}
But i NEVER got mail notifications from here...(???)
Thank you very very much for your feedback(s)...