• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Exception in Domain Mail Settings

FLind

New Pleskian
Hello,

since this morning we have a strange Problem and im not able to solve it.

If i try to access the Mail Settings of any Domain i get a 500 PleskFatalException: Unable to define catch-to address, used empty value
Google did not help me and now im here to ask for help.
plesk fatalException.PNG
I dont know exactly how long the Error exists.
Everything else is working fine. The Mailserver is running and works as expected.
But im unable to change the Mail Settings of any Domain.

Plesk Obsidian 18.0.31
OS: Ubuntu 18.04.5 LTS

Greetings
FLind
 
Looks like the invalid email address of Plesk Admin. Check it with:

# plesk db "select email from clients where id=1"

Seems it is NULL. In this case run a query in Plesk database to set the admin email to any valid one, for example to [email protected]:

# plesk db "update clients set email='[email protected]' where id=1"
 
thanks and solved.
the server exists since a few months now and we didnt change anything there. so a little bit strange.
but everything went fine now, and thats important :)
 
Back
Top