• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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