• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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