Using MIAB in Debian 12 Proxmox LXC

Hi,
I recently tried installing MIAB on a Ubuntu 22.04 . From the discussions , I got help to bypass the pip error externally managed. I thought such an awseme project could run on Debian?
I digged into the setup folder and modified some bash files and got it working ( work in progress) on Proxmox linux container based on a turnkey standard debian 12 template. I think it should work but not tested on a debian 12 virtual machine.
Here is the link to the modified setup folder.
The steps:
1- curl -s https://mailinabox.email/setup.sh -o maib.sh
2- nano ./maib.sh -l
on line 43
else
echo “This script may be used…”
#exit 1
TAG=v66
3- remove the last line, save and exit
4- bash ./maib.sh
5- cd mailinabox
6- extract the tar.gz to overwrite the current setup subfolder as follows:
tar -xvf setup.tar.gz
7- sudo setup/start.sh

setup.tar.gz folder for Debian 12 ( 54 kb) last updated

If you are using Proxmox Turnkey template to create the lxc, execute the following to convert the lxc into a fresh Debian installation:
apt remove --purge lightt* python3* webmin* postfix* && apt autoremove then reboot then apt update && apt upgrade && apt install sudo && netstat -nltp to make sure cleanness of the system.
:smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.