Version 0.21 is posted

yes! you must install python3-openssl and run ‘mailinabox’ again, The full sequence that worked for me is:

apt-get update && apt-get upgrade -y
cd mailinabox
git fetch
git pull
setup/start.sh

Then needed to run, as @JoshData recommended earlier:

sudo apt-get -y purge python3-openssl
sudo rm -rf /usr/local/lib/python3.4/dist-packages/{OpenSSL,cryptography}*
sudo pip3 install pyOpenSSL
sudo mailinabox
  • But still with the same issue you are reporting here, then solved with:

    sudo apt-get install python3-openssl
    sudo mailinabox

  • Now all is correct!

Hope this helps (thanks to @michaelkroes & @pxl BTW for the given guidelines here )

5 Likes