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

Mail down after upgrade

B

Ben64

Guest
# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK Hello there. <[email protected]>
user *******@******.***
+OK Password required.
pass **************
Error: HTTPD_LOG_D not defined
System error 11: Resource temporarily unavailable
Connection closed by foreign host.

Also..

# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
relaylock: Error: HTTPD_LOG_D not defined
relaylock: Error: HTTPD_LOG_D not defined
Connection closed by foreign host.

-edit-

Also, when I check the updater, It still says I have the old versions on. (except for the autoupdater)
 
Thankfully my provider has refreshed the machine and installed a fresh 8.1 and migrated the content using the plesk migration tool.
 
not defined on psa.conf

Hi,

edit your /etc/psa/psa.conf
Own this:



Code:
NAMED_ZONES_CONF /etc
NAMED_OPTIONS_CONF /etc 
HTTPD_LOG_D /var/log
AWSTATS_TOOLS_D /var/lib
AWSTATS_BIN_D /var/lib
AWSTATS_ETC_D /etc
CURL_CA_BUNDLE_FILE  /usr/include/curl
HTTPD_INCLUDE_D         /etc/httpd/conf


Stop and start your psa.
It works.


regards,

GitS
 
Back
Top