El día Monday, August 10, 2015 a las 09:16:11AM +0200, Matthias Apitz escribió:

> > # apt-get install libsasl2-modules.
> 
> As I said, mutt now works fine in the chroot'ed jail. It does not work
> in the Ubuntu 15.04 of the phone itself, because this lacks the package
> libsasl2-modules:
> 
> $ apt --installed list | fgrep sasl2
> 
> WARNING: apt does not have a stable CLI interface yet. Use with caution
> in scripts.
> 
> libsasl2-2/vivid,now 2.1.26.dfsg1-13 armhf [installed]
> libsasl2-modules-db/vivid,now 2.1.26.dfsg1-13 armhf [installed]
> 
> and I can not install the package there due to the nature of the phone
> (it runs on a read-only mounted file system and changing this and
> installing the package will break future Over The Air updates);
> 
> What else can I do? I already filed an issue:
> https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1483140
> 
> In the phone another MUA (called Dekko) is running and using the same
> SMTP server. And this works fine without the package libsasl2-modules.
> Is this someting which I could change during the build of mutt?

I compiled in the phone in the jail a version without SASL support
(--with-sasl=no) and when this does SMTP with the provider I have in the
debuglog:

[2015-08-10 09:58:46] Looking up smtp.1blu.de...
[2015-08-10 09:58:46] Connecting to smtp.1blu.de...
[2015-08-10 09:58:47] Connected to smtp.1blu.de:25 on fd=5
[2015-08-10 09:58:47] 5< 220 ms-10.1blu.de ESMTP Exim 4.76 Mon, 10 Aug 2015 
09:58:47 +0200
[2015-08-10 09:58:47] 5> EHLO ubuntu-phablet^M
[2015-08-10 09:58:47] 5< 250-ms-10.1blu.de Hello ubuntu-phablet [89.204.139.235]
[2015-08-10 09:58:47] 5< 250-SIZE 104857600
[2015-08-10 09:58:47] 5< 250-PIPELINING
[2015-08-10 09:58:47] 5< 250-AUTH LOGIN PLAIN
[2015-08-10 09:58:47] 5< 250-STARTTLS
[2015-08-10 09:58:47] 5< 250 HELP
[2015-08-10 09:58:47] 5> STARTTLS^M
[2015-08-10 09:58:47] 5< 220 TLS go ahead
[2015-08-10 09:58:47] ssl_check_preauth: hostname check passed
[2015-08-10 09:58:47] ssl_check_preauth: signer check passed
[2015-08-10 09:58:47] TLSv1 connection using TLSv1/SSLv3 (DHE-RSA-AES256-SHA)
[2015-08-10 09:58:48] 5> EHLO ubuntu-phablet^M
[2015-08-10 09:58:48] 5< 250-ms-10.1blu.de Hello ubuntu-phablet [89.204.139.235]
[2015-08-10 09:58:48] 5< 250-SIZE 104857600
[2015-08-10 09:58:48] 5< 250-PIPELINING
[2015-08-10 09:58:48] 5< 250-AUTH LOGIN PLAIN
[2015-08-10 09:58:48] 5< 250 HELP
[2015-08-10 09:58:48] SMTP authentication requires SASL

Why does it require SASL and not just use TLS?

        matthias

-- 
Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/  ☎ +49-176-38902045
No! Nein! ¡No! Όχι! -- Ευχαριστούμε!

Reply via email to