• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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