• 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!
  • 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 What "admin@localhost.localdomain"?

Zoo3

Regular Pleskian
What "admin@localhost.localdomain"?

Subject: Undelivered Mail Returned to Sender
...
The mail system
<admin@localhost.localdomain>: unknown user: "admin"

I receive the above email irregularly to my registered email address. I can't find any entries registered as admin@localhost.localdomain when I log in with Admin and look at the profile and check the full hostname. hostname -f command is also fine. I'm the only user (administrator) of my Plesk.

Where is admin@localhost.localdomain set up?

---
Plesk 18.0.42
 
Have you modified line

mydestination = localhost.$mydomain, localhost, localhost.localdomain

in /etc/postfix/main.cf? What is the output of command:

# hostname -f
 
I don't use email on Plesk, so I haven't set anything up at all.
The relevant section of main.cf is described as follows
Code:
mydestination = localhost.$mydomain, localhost, localhost.localdomain
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
#       mail.$mydomain, www.$mydomain, ftp.$mydomain

hostname -f
My domain will be displayed.
 
Try temporarily change line

mydestination = localhost.$mydomain, localhost, localhost.localdomain

to

mydestination = localhost.$mydomain, localhost

and check if it helps.
 
Thank you. I changed it that way. However, I am not sure when I will receive that email, so I am going to wait for a while for it to arrive.
 
Back
Top