• 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 Mails sent by plesk_virtual (local) are not delivered

peterbinsje

New Pleskian
Server operating system version
Debian 12
Plesk version and microupdate number
Plesk Obsidian Web Pro Edition Version 18.0.67 Update #3
My Postfix is configured to use "Zorgeloos Mailen" from TransIP, which correctly adds DKIM signatures to outgoing mail.

However, when a cron job fails, an email is sent from root@[server] using plesk_virtual instead of Postfix. These emails are sent without DKIM and are therefore not delivered, which is expected behavior due to missing authentication.


This issue has been mentioned before and is open for voting here:
Allow DKIM/DMARC/SPF records for the server's hostname domain

Version: Plesk Obsidian Web Pro Edition Version 18.0.67 Update #3

Is there really no other solution for this?

We'd like to keep using DKIM for all outgoing mail, including local system messages.
 
Do I understand correctly that I can enter an existing email address using the following code in panel.ini?



Code:
[notification] 
[email protected]


Will the email address I specify then be delivered locally for Plesk notifications?
Because this goes via plesk_virtual and not via Postfix.
Postfix will probably still sign with DKIM...
 
I can at least confirm that using this entry in the panel.ini will prevent system mails going to the spam folder or being blocked. I'm also using this entry. EDIT: But I set it to something@my-server-hostname, e.g. [email protected].

But I also did the following because of the same problem:
Edit the file /etc/psa/dmarc.conf

Content:
IgnoreMailFrom <server-hostname>, <admin-mail-domain>

So if your server's name is svr.example.org and your admin mail [email protected], then you write:
IgnoreMailFrom svr.example.org, example.com
 
Back
Top