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

Qmail Problem

CahitE

Basic Pleskian
When i check my qmail status from service management it says that the qmail stopped and i am not able to connect
Smtp/imap .
I have tryed thousands of time to change postfix my mail server and reverse to the qmail but nothing change.


[root@lin islemler]# service iptables status
iptables: Firewall is not running.
[root@lin islemler]# uname -r
2.6.32-71.el6.x86_64
[root@lin islemler]# service qmail status
qmail-send (pid 10077) is running...
[root@lin islemler]# telnet
telnet> open
(to) localhost 587
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
[root@lin islemler]# netstat -an | grep 587
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN
tcp 0 0 37.123.97.24:587 62.29.77.53:53360 TIME_WAIT
[root@lin islemler]# netstat -an | grep 25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN




My smtp_psa and smt_submission configs are same :

service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
flags = IPv4
instances = UNLIMITED
env = SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /usr/sbin/rblsmtpd -r sbl.spamhaus.org /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true $
}



and my services part as this :

smtp 25/tcp mail
smtp 25/udp mail
smtp_submission 587/tcp
smtp_submission 587/udp


why that happens to me ?
 
yum remove qmail

Once complete, then use the autoinstaller to install postfix
 
Back
Top