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

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