[Pkg-xmpp-devel] Bug#564661: libgsasl7: did not work any auth metods
Roman S. Gushcha
bioex at yandex.ru
Fri Jan 22 04:10:21 UTC 2010
(i am a first reporter)
Hi Simon.
With repo version of libgsasl7:
rom at rom:~> dpkg -l|grep -e msmtp -e gsasl
ii libgsasl7 1.4.0-1 GNU SASL library
ii msmtp 1.4.19-1 light SMTP client with support for server pr
rom at rom:~> msmtp --auth=plain --host smtp.yandex.ru --debug -f bioex at yandex.ru user at domain --user=bioex at yandex.ru
host = smtp.yandex.ru
port = 25
timeout = off
protocol = smtp
domain = localhost
auth = PLAIN
user = bioex at yandex.ru
password = (not set)
ntlmdomain = (not set)
tls = off
tls_starttls = on
tls_trust_file = (not set)
tls_crl_file = (not set)
tls_key_file = (not set)
tls_cert_file = (not set)
tls_certcheck = on
tls_force_sslv3 = off
tls_min_dh_prime_bits = (not set)
tls_priorities = (not set)
auto_from = off
maildomain = (not set)
from = bioex at yandex.ru
dsn_notify = (not set)
dsn_return = (not set)
keepbcc = off
logfile = (not set)
syslog = (not set)
reading recipients from the command line
msmtp: support for authentication method PLAIN is not compiled in
-----
With simple rebuild of library:
rom at rom:~> dpkg -l|grep -e msmtp -e gsasl
ii libgsasl7 1.4.0-1.1 GNU SASL library
ii msmtp 1.4.19-1 light SMTP client with support for server pr
rom at rom:~> msmtp --auth=plain --host smtp.yandex.ru --debug -f bioex at yandex.ru user at domain --user=bioex at yandex.ru
host = smtp.yandex.ru
port = 25
timeout = off
protocol = smtp
domain = localhost
auth = PLAIN
user = bioex at yandex.ru
password = (not set)
ntlmdomain = (not set)
tls = off
tls_starttls = on
tls_trust_file = (not set)
tls_crl_file = (not set)
tls_key_file = (not set)
tls_cert_file = (not set)
tls_certcheck = on
tls_force_sslv3 = off
tls_min_dh_prime_bits = (not set)
tls_priorities = (not set)
auto_from = off
maildomain = (not set)
from = bioex at yandex.ru
dsn_notify = (not set)
dsn_return = (not set)
keepbcc = off
logfile = (not set)
syslog = (not set)
reading recipients from the command line
<-- 220 smtp5.mail.yandex.net (Want to use Yandex.Mail for your domain?
Visit http://pdd.yandex.ru)
--> EHLO localhost
<-- 250-smtp5.mail.yandex.net
<-- 250-PIPELINING
<-- 250-SIZE 40960000
<-- 250-VRFY
<-- 250-ETRN
<-- 250-STARTTLS
<-- 250-AUTH LOGIN PLAIN
<-- 250-ENHANCEDSTATUSCODES
<-- 250-8BITMIME
<-- 250 DSN
password for bioex at yandex.ru at smtp.yandex.ru:
--> AUTH PLAIN AGJspb2f4QHqhbmRlC5ydQA1OaZiMjxRNw==
<-- 235 2.7.0 Authentication successful
--> MAIL FROM:<bioex at yandex.ru>
--> RCPT TO:<user at domain>
--> DATA
<-- 250 2.1.0 Ok
<-- 250 2.1.5 Ok
<-- 354 End data with <CR><LF>.<CR><LF>
-----
I get the same result for any auth methods
More information about the Pkg-xmpp-devel
mailing list