• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Plesk notification emails SMTP

D

dvcllama

Guest
Hey, I just set up a Plesk.

My plesk is running on plesk.example.com and my 'send-from-email-address' / the system-email-address is [email protected].
I have 2 questions.

Can I send system / notification emails from plesk via a SMTP server / via my Plesk SMTP server? I just can't find the option, but this seems like a basic function. I wan't to add dkim and proper security options to such emails.

Let's assume there is a domain derp.com, poiting to the same IP address like example.com does (they are both installed on my plesk), and now if I add a spf record for example.com like this: v=spf1 +a +mx +a:plesk.dvc.gmbh -all, would this mean that derp.com is now also allowed to send mails from derp.com, since it is the same IP-address?
 
Apparently notification emails can't be sent through a SMTP nor can the from address be changed specifically for this purpose. Refer to Plesk Help Center: How to change 'from' field in Plesk email notifications sent to clients?

Quite an omission, if you ask me... hopefully this will be added in the future.

To answer your last question: no, because a SPF record in the example.com's DNS will have no effect on the behavior of derp.com. You need to add a SPF record to the derp.com's DNS.
 
This should be enabled, as the way the emails are sent, doe NOT enable adding DKIM signature, which leads them to spam, which might be a security issue.

IMHO, Plesk should take more seriously ANY security exposure arising from its product, and QUICKLY enable sending srever alert emails with a DKIM signature, in one way or another.
 
Hi Peter Debik,

I mean the way the Plesk server generates the notification emails it creates and sends, is out of admin's control.

I could find no way / server location to manually configure the generation of those emails to.


What I would wish is the ability as an admin, to:

1) include enforcing a DKIM signature.
2) Assure the FROM DOMAIN is the one configured, which I select, as mail.example.com
3) Assure the e-mail addresses of: sender, from, reply_to are identical and are ALL INCLUDED in the mail header
4) Assure the e-mail addresses use the same DOMAIN as in the FROM DOMAIN

All of the above, might cause DMARC to fail.



Not to talk of, manually replacing the created by Plesk DKIM private key (which I could only for the same selector named 'default' and at the same directory where the precious private_key was in, or protecting that directory via .htaccess (Plesk WordPress ToolKit including in the nginx conf file it currently manipulates?), or setting a protecting password for the content of private_key while enabling it to sign dkim.
 
What I would wish is the ability as an admin, to:

1) include enforcing a DKIM signature.
Please vote for it and the following mentions if you believe this is a feature that should be added.

2) Assure the FROM DOMAIN is the one configured, which I select, as mail.example.com

Not to talk of, manually replacing the created by Plesk DKIM private key

(which I could only for the same selector named 'default'

and at the same directory where the precious private_key was in, or protecting that directory via .htaccess (Plesk WordPress ToolKit including in the nginx conf file it currently manipulates?),
Keys are not stored in web server accessible directories, hence such a protection is not needed.

or setting a protecting password for the content of private_key while enabling it to sign dkim.
Makes no sense, because admins who can access these files could also access password files. Encrypted keys (and files in general) cannot be used to verify signatures either.
 
Back
Top