• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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