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

How to set up QMail for use without Plesk?

B

Butyh

Guest
Hi
I have rent dedicated server on 1and1 hosting (Fedora4, 64bit machine) with Plesk installed. Something went wrong and we have broken 'psa' database on MySQL. Now it is needed to set up QMail without using 'psa' database.
I found nice installation package at http://www.qmailrocks.org/install_rh.htm, followed the instructions and finally got qmail up.

But the problem is that qmail still is bound to PSA:

Code:
[root@ ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there. <[email protected]>
USER root@localhost
+OK Password required.
PASS xxxxxxxxx
Unable to query parameter by query select val from misc where param='mysql41_compatible': Unknown column 'val' in 'field list'
Unable to query parameter by query select val from misc where param='allow_short_pop3_names': Unknown column 'val' in 'field list'
-ERR Login failed.

Tried to find out, where are config files that bind qmail to that mysql database and found nothing.

Any idea?
 
Back
Top