2015-08-11 10:33:37 |
Matthias Apitz |
description |
The Ubuntu r24 in the BG lacks correct support of SASL2, the package libsasl2-modules is not installed:
phablet@ubuntu-phablet:~$ 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]
in my jail I have it installed and it works fine:
phablet@ubuntu-phablet:~$ sudo chroot myRoot/
root@ubuntu-phablet:/#
root@ubuntu-phablet:/# apt-get install libsasl2-modules
root@ubuntu-phablet:/# 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/vivid,now 2.1.26.dfsg1-13 armhf [installed]
libsasl2-modules-db/vivid,now 2.1.26.dfsg1-13 armhf [installed] |
The Ubuntu r24 in the BG lacks correct support of SASL2, the package libsasl2-modules is not installed. This package is essential for any C/C++ written application which wants to talk SMTP AUTH to MX servers.
phablet@ubuntu-phablet:~$ 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]
in my jail I have it installed and it works fine:
phablet@ubuntu-phablet:~$ sudo chroot myRoot/
root@ubuntu-phablet:/#
root@ubuntu-phablet:/# apt-get install libsasl2-modules
root@ubuntu-phablet:/# 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/vivid,now 2.1.26.dfsg1-13 armhf [installed]
libsasl2-modules-db/vivid,now 2.1.26.dfsg1-13 armhf [installed] |
|