• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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