M
m3phisto
Guest
hi there,
I'm having some troubles with my mail services for a while,
I've enabled the "Enable message submission" function.
but it seems like the listening port is only IPv6
here is the Netstat output:
netstat -tulpen | grep 587
tcp6 0 0 :::587 :::* LISTEN 0 2144620182 1474/xinetd
does anybody know why this happens?
best regards
m3phisto
edit:
i just looked up /etc/Xinet.d/submission_psa:
service submission
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = qmaild
flags = IPv6
instances = UNLIMITED
env = SUBMISSION=1 SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
I'm having some troubles with my mail services for a while,
I've enabled the "Enable message submission" function.
but it seems like the listening port is only IPv6
here is the Netstat output:
netstat -tulpen | grep 587
tcp6 0 0 :::587 :::* LISTEN 0 2144620182 1474/xinetd
does anybody know why this happens?
best regards
m3phisto
edit:
i just looked up /etc/Xinet.d/submission_psa:
service submission
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = qmaild
flags = IPv6
instances = UNLIMITED
env = SUBMISSION=1 SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
Last edited by a moderator: