Embarrassed to admit that I do not know how to install this version on my server. I understand that to install the “standard MiaB” i use: curl -s https://mailinabox.email/setup.sh | sudo -E bash but how do I implement GitHub - jrsupplee/mailinabox: Experimental quotas for Mail-in-a-Box?
I have never used it, but it looks like a fork of MiaB, so you would switch to using the fork.
The install instructions appear the same as MiaB. Someone should confirm that you can directly install to an already installed MiaB, as that is how it appears to me to be installed.
@jrsupplee has confirmed to me that you can switch FROM the quota fork back to the main fork of MiaB, however I do not know for certain that the reverse is true. I would imagine though that it is…
Did the clone and ran the setup
got the following near the end:
Updating system packages…
Installing system packages…
Initializing system random number generator…
Firewall is active and enabled on system startup
Installing nsd (DNS server)…
Installing Postfix (SMTP server)…
Installing Dovecot (IMAP server)…
CREATE TABLE users (id INTEGER PRIMARY KEY AUTOINCREMENT, email TEXT NOT NULL UNIQUE, password TEXT NOT NULL, extra, privileges TEXT NOT NULL DEFAULT ‘’);
Installing OpenDKIM/OpenDMARC…
Installing SpamAssassin…
Installing Nginx (web server)…
Installing Roundcube (webmail)…
Installing Nextcloud (contacts/calendar)…
Upgrading Nextcloud — backing up existing installation, configuration, and database to directory to /home/user-data/owncloud-backup/2021-09-26-10:30:30…
Upgrading to Nextcloud version 20.0.1
An unhandled exception has been thrown:
OC\HintException: [0]: Downgrading is not supported and is likely to cause unpredictable issues (from 20.0.8.1 to 20.0.1.1) ()
root@box:~/mailinabox#
root@box:~/mailinabox#
Honestly I wish this project would just support quota’s natively. ( but I get that everyone is working here just to maintain what we have, so thank you )
Currently on a bit of a hiatus as lately there are quite a few things on my plate . But I’m looking to bring my fork into v65 hopefully by the end of the year (no promises though).