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

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