(i am a first reporter) Hi Simon.
With repo version of libgsasl7: r...@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 r...@rom:~> msmtp --auth=plain --host smtp.yandex.ru --debug -f bi...@yandex.ru u...@domain --user=bi...@yandex.ru host = smtp.yandex.ru port = 25 timeout = off protocol = smtp domain = localhost auth = PLAIN user = bi...@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 = bi...@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: r...@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 r...@rom:~> msmtp --auth=plain --host smtp.yandex.ru --debug -f bi...@yandex.ru u...@domain --user=bi...@yandex.ru host = smtp.yandex.ru port = 25 timeout = off protocol = smtp domain = localhost auth = PLAIN user = bi...@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 = bi...@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 bi...@yandex.ru at smtp.yandex.ru: --> AUTH PLAIN AGJspb2f4QHqhbmRlC5ydQA1OaZiMjxRNw== <-- 235 2.7.0 Authentication successful --> MAIL FROM:<bi...@yandex.ru> --> RCPT TO:<u...@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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org