This is loosely based on https://askubuntu.com/questions/620740 (which is fine but does not work as given). We do this while ssh'ed into the device. If you later want to use this system from the terminal-app see below about the ssh into localhost. Install the chrooted system as:
I don't know why the addr must be 127.0.1.1, but it's used as this in the host system of the BQ; in any case, this should make network happy and we can test it with:
# ping www.muc.de
and go to install, best while connected via Wifi:
# apt-get update
# apt-get install mutt
# apt-get install libsasl2-modules # mutt needs this
# apt-get install telnet
# apt-get install vim
# apt-get install tcpdump
# apt-get install traceroute
# apt-get install lynx
# apt-get install qtbase5-dev # compile qt5, g++ ... stuff
# apt-get install g++
# apt-get install ubuntu-device-flash # to get the image list
I copied some files from my netbook into the chrooted system, files needed by mutt:
configure .muttrc for SMTP and IMAP, i.e. the essential changes are
Now we can run mutt as:
Note: The terminal-app is limited in its permisions to access the file system. We need to use "ssh localhost" to get full rights into the session (see above chapter 12).
set record=+outboxBQ # save copies of outgoing messages in +outboxBQ
# disable sendmail
# set sendmail="/usr/sbin/sendmail -oi -oem -f guru@unixarea.de -t"
# configure IMAP and SMTP as:
set smtp_url="smtp://XXXXXXXXXXXXX@smtp.1blu.de"
set smtp_pass="YYYYYYYYYYYYYYY"
$ mutt -f imap://imap.1blu.de
$ ssh localhost
$ cd myRoot
$ sudo chroot .
# su phablet
$ cd
$ mutt -f imap://imap.1blu.de