• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

domain name for MAILER-Daemon

JuanCar

Regular Pleskian
I've just changed the server name in Plesk but MAILER-DAEMON send me messages from the old server name [email protected] (yes, with the name has three parts)

Is there ane way tho change the domain for MAILER-DAEMON@ so it sends mails from my actual server name


Thanks
 
Hi JuanCar,

if you didn't edit the mail - server configurations manually, then they are normally getting the server - name from "hostname" and/or "hosts" - both located at "/etc/". Please check, if both files got your changes right.
You should consider restarting the complete server, because several services look for either one of these files in order to work as expected.

Example for "/etc/hostname" :

server1.example.com

Example for "/ect/hosts" :

127.0.0.1 localhost.localdomain localhost
XXX.XXX.XXX.XXX server1.example.com server1


Where XXX... should be replaced with your OWN IP for the fully qualified domain name ( FQDN ). Please make sure, that a reverse DNS entry exists at your primary nameserver.​
 
Back
Top