• 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.

Resolved notifications sent to non-existant email address

Catia

Basic Pleskian
OK, this seems like it should be simple but...

I'm running Plesk Onyx v17.0.17_build1700161028.14 os_Ubuntu 16.04. For some reason, all of the system update notifications get sent to root@server.mydomain.com rather than to the admin email address. Since there is no email at root@server.mydomain.com, and since I can't figure out a way to even set up such an email address, these emails always bounce. When they bounce, I get a notification of the bounce sent to the admin email.

I've gone to the notifications page and entered the admin email address on every single line, but still the problem persists. I'm sure there's just some setting that I've got wrong, but for the life of me, I can't find it. Any clues?
 
Hi Catia,

since I can't figure out a way to even set up such an email address
this is quite simple to solve:

1. Go to "/etc/aliases"

2. find the entry for "root:" and modify it to an existing eMail - address on your server.
Example:
Code:
root:        YOUR-USER-NAME@YOUR-DOMAIN.COM
3. Use the command
Code:
newaliases
... to rebuild the "aliases.db" - file.​
4. Smile to the camera. :p
Further configuration options for your Plesk - notifications can be found at "Home > Tools & Settings > Notifications"
 
Back
Top