• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

What is the sender e-mail-address for Plesk forum mail notifications?

jmar83

Regular Pleskian
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":

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)... :)
 
My Plesk forum notifications settings are as follows... i can't see any problems here... so it's not a forum account configuration issue i.m.o.

plesk-forum-mail-notifications.jpg
 
Hi,

The sender address is:

Code:
From: Plesk Forum <[email protected]>

But I guess you should enable the Push notifications if you want updates via mail.

If you choose to watch a thread your not part of, you can change the options:

Screenshot 2022-05-10 at 13.46.29.png
 
Thank you very much for your feedback.

That's really really strange - both (SPAM whitelist / contact AND SIEVE code rule) should match to it!!

Contact entry:
*@plesk.com

SIEVE code:

Code:
if address :matches "From" "*plesk.com" {
  fileinto "INBOX";
  stop;
}

Now i will try it with that "push" thing.... :) - thx again!!
 
Let's talk about it next week after you've turned off the notifications again because your mailbox got flooded with notifications ;)
 
Back
Top