• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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