• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/
  • On Plesk for Linux mod_status is disabled on upgrades to improve Apache security.
    This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.

Question Plesk / msmtp – SMTP 501 error when sending system emails via IONOS

sauerleander

New Pleskian
I’m having an issue with outgoing system emails on a Plesk server using msmtp.



Emails are sent via a subdomain, using IONOS SE as the SMTP provider (smtp.ionos.de:465).



The following error occurs:

host = smtp.ionos.de:465
tls = on
auth = on
user = [email protected]
from = [email protected]
recipients = root
smtpstatus = 501
smtpmsg = "501 Syntax error in parameters or arguments"
errormsg = "recipient address root not accepted by the server"
exitcode = EX_DATAERR

It appears that the SMTP server rejects the recipient address root, while authentication itself succeeds.



Has anyone experienced this with Plesk system mail or msmtp when using IONOS SMTP?

What would be the recommended way to handle system recipients in this setup?
 
The value you enter there should be an administrator email. The same will be used as an alias for the notification that are sent to "root@localhost," and that should potentially solve the issue you reported.
 
Back
Top