G
georgejpn
Guest
I'm having problem to start Qmail.
I have installed Plesk8.1 on RHEL4.
Although 'ps' commands shows that qmail programs are running, Plesk Control Panel (Server -> Service Management) says SMTP Server (QMail) is not running.
The followings are what I have checked.
---------------------
[root@sv7 swsoft]# telnet localhost 25
Trying 127.0.0.1...
Connected to sv7.********* (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
[root@sv7 swsoft]# /usr/sbin/lsof -i | grep -i smtp
xinetd 7874 root 8u IPv4 22094 TCP *:smtp (LISTEN)
xinetd 7874 root 9u IPv4 22095 TCP *:smtps (LISTEN)
[root@sv7 swsoft]# cat /etc/xinetd.d/smtp_psa
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
[root@sv7 swsoft]# cat /etc/xinetd.d/smtps_psa
service smtps
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
[root@sv7 swsoft]#
IP address '127.0.0.1/32' is in the White List.
-----------------------
Can anyone help???
I have installed Plesk8.1 on RHEL4.
Although 'ps' commands shows that qmail programs are running, Plesk Control Panel (Server -> Service Management) says SMTP Server (QMail) is not running.
The followings are what I have checked.
---------------------
[root@sv7 swsoft]# telnet localhost 25
Trying 127.0.0.1...
Connected to sv7.********* (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
[root@sv7 swsoft]# /usr/sbin/lsof -i | grep -i smtp
xinetd 7874 root 8u IPv4 22094 TCP *:smtp (LISTEN)
xinetd 7874 root 9u IPv4 22095 TCP *:smtps (LISTEN)
[root@sv7 swsoft]# cat /etc/xinetd.d/smtp_psa
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
[root@sv7 swsoft]# cat /etc/xinetd.d/smtps_psa
service smtps
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
[root@sv7 swsoft]#
IP address '127.0.0.1/32' is in the White List.
-----------------------
Can anyone help???