• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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