• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved wrong hostname in password reset email

ravage

New Pleskian
Hi,

i changed the hostname of my server a few months ago.

plesk bin server_pref --update -hostname new.hostname.org

Everything shows the new hostname except the password reset and customer creation emails.
How can i fix this?
 
Hi,

i changed the hostname of my server a few months ago.

plesk bin server_pref --update -hostname new.hostname.org

Everything shows the new hostname except the password reset and customer creation emails.
How can i fix this?
Were you ever able to fix this? My links are using the IP address instead of the hostname even though the hostname is set in Plesk and there is a correct SSL certificate for it.
 
Hi, @Bobbbb . Could you please confirm through what URL is the server accessed at the point of "Reset password" submission (i.e. hostname or server IP? Also, is the server in question behind a NAT? Thank you in advance.
 
Hi, @Bobbbb . Could you please confirm through what URL is the server accessed at the point of "Reset password" submission (i.e. hostname or server IP? Also, is the server in question behind a NAT? Thank you in advance.
Hello. Thanks for replying. The server is accessed via the server's hostname (host.example.com). The hostname was already confirmed to be set both in the OS and via the Plesk GUI. However, proper functionality did not begin until running the CLI commands found in (https://support.plesk.com/hc/en-us/...ge-or-get-the-server-hostname-on-Plesk-server)...

plesk bin server_pref --update -hostname host.example.com
hostnamectl set-hostname host.example.com
service sw-cp-server restart
service sw-engine restart
 
Back
Top