H
Hal9000
Guest
Hello!
Since I upgraded my Plesk to 8.4.0, users using the alternate 587 port have since been unable to send emails.
I didn't change my settings, the relay is set to smtp authentication.
/etc/xinetd.d/smtp_psa_alt looks like this
What can i do? It's pretty urgend, since there are many providers blocking port 25 thus several users are unable to send email right now!
Hal
Since I upgraded my Plesk to 8.4.0, users using the alternate 587 port have since been unable to send emails.
Server Response: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
I didn't change my settings, the relay is set to smtp authentication.
/etc/xinetd.d/smtp_psa_alt looks like this
service smtp_alt
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /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
}
What can i do? It's pretty urgend, since there are many providers blocking port 25 thus several users are unable to send email right now!
Hal