M
majidA
Guest
Hi
For all domains, I receive this Outlook error for authenticating and sending mail to qmail:
Task 'Sending' reported error (0x800CCC80) : 'None of the authentication methods supported by this client are supported by your server.'
I use "required smtp authentication" in plesk setting and outlook. I checked maillog but no error was found.
I checked settings with "/usr/local/psa/admin/sbin/mchk --with-spam" and all things was OK"
There are all smtp configuration files:
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
env = SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qma$
}
service smtps
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
env = SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qma$
}
service submission
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = qmaild
instances = UNLIMITED
env = SUBMISSION=1 SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /usr/sbin/rblsmtpd -r bl.spamcop.net /var/qmail/$
}
Please help me
For all domains, I receive this Outlook error for authenticating and sending mail to qmail:
Task 'Sending' reported error (0x800CCC80) : 'None of the authentication methods supported by this client are supported by your server.'
I use "required smtp authentication" in plesk setting and outlook. I checked maillog but no error was found.
I checked settings with "/usr/local/psa/admin/sbin/mchk --with-spam" and all things was OK"
There are all smtp configuration files:
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
env = SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qma$
}
service smtps
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
env = SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qma$
}
service submission
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = qmaild
instances = UNLIMITED
env = SUBMISSION=1 SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /usr/sbin/rblsmtpd -r bl.spamcop.net /var/qmail/$
}
Please help me