1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-03 00:07:05 +00:00
Commit Graph

2743 Commits

Author SHA1 Message Date
downtownallday
44eaef1155 Merge remote-tracking branch 'chadfurman/master' into quota
# Conflicts:
#	management/cli.py
#	management/daemon.py
#	management/mailconfig.py
#	management/templates/users.html
#	setup/bootstrap.sh
#	setup/mail-dovecot.sh
#	setup/mail-postfix.sh
#	setup/mail-users.sh
2024-10-02 21:50:47 -04:00
Chad Furman
884c23d1b7 % is a special character 2024-10-02 12:27:00 -04:00
Chad Furman
a9d31f7925 removing 'quota' from user output 2024-10-02 12:26:22 -04:00
Chad Furman
0ff96f70d4 cli.py user now prints '0' rather than 'unlimited' for quota 2024-10-02 12:25:28 -04:00
Chad Furman
1bff0a458f cli script fixes were broken 2024-10-02 11:54:58 -04:00
Chad Furman
826ef372b8 Revert "fixing cli commands"
This reverts commit a4a08980f84360abcd009de9dc7ef8c6fcb529c4.
2024-10-02 11:54:55 -04:00
Chad Furman
12c95122b7 fixed missing column heading 2024-10-02 11:45:55 -04:00
Chad Furman
febb5c3234 removing box count / message count feature 2024-10-02 11:45:48 -04:00
Chad Furman
ceaf5338be removing the ability to configure the default quota -- default quota is always unlimited. 2024-10-02 11:45:48 -04:00
Chad Furman
c01a1d5493 fixing cli commands 2024-10-02 11:45:48 -04:00
Chad Furman
1cb67f545e using migrations for alter table command 2024-10-02 11:45:48 -04:00
Chad Furman
1f37e16db4 removing duplicate conf 2024-10-02 11:45:48 -04:00
Chad Furman
7b57861ac9 fixing imap sed script 2024-10-02 11:45:48 -04:00
Chad Furman
8bc59caffc fixing parens 2024-10-02 11:45:48 -04:00
Chad Furman
bf96bb93f3 fixing imap sed script 2024-10-02 11:45:48 -04:00
Chad Furman
1cbf06c42a fixing subprocess import 2024-10-02 11:45:48 -04:00
Chad Furman
6f3bf9151b bringing in quota changes 2024-10-02 11:45:47 -04:00
downtownallday
939d6f04c3 Allow Trash to exceed quota by 100M "mostly to allow the clients’ move-to-Trash feature work while user is deleting messages to get under quota" 2024-09-11 15:58:34 -04:00
downtownallday
816f12e3bd fix file to grep 2024-09-07 17:11:56 -04:00
downtownallday
555acc7703 don't compare quota fields when comparing states against older miab 2024-09-07 15:29:42 -04:00
downtownallday
97080b1c2a run python unbuffered so output always appears in the correct order even when running shell scripts 2024-09-07 15:28:26 -04:00
downtownallday
0e6935c977 Merge branch 'lxd' into chads-quota 2024-09-07 10:53:08 -04:00
downtownallday
2e0b37a09a fix syntax error 2024-09-07 10:52:32 -04:00
downtownallday
2040d4b193 add a quota test 2024-09-07 10:49:46 -04:00
downtownallday
8aa76dc5de don't include Drafts and Sent folders in quota 2024-09-07 10:49:24 -04:00
downtownallday
f676307a97 add additional dovecot quota-related attributes to mailUser 2024-09-07 10:48:44 -04:00
downtownallday
daca497679 remove method argument use, it breaks other commands 2024-09-07 10:48:05 -04:00
downtownallday
77c6a53f81 fix syntax errors 2024-09-07 10:47:31 -04:00
downtownallday
bd6f3a8b2b Merge branch 'lxd' into chads-quota 2024-09-06 12:03:13 -04:00
downtownallday
a6f69f297b Merge remote-tracking branch 'chadfurman/master' into chads-quota
# Conflicts:
#	management/daemon.py
#	management/mailconfig.py
#	management/templates/users.html
#	setup/bootstrap.sh
#	setup/mail-postfix.sh
#	setup/mail-users.sh
#	setup/migrate.py
2024-09-06 12:03:08 -04:00
downtownallday
6d25bc47bf add a restart command 2024-09-05 12:39:52 -04:00
downtownallday
54a3bd100c Add provision defaults to lxc init 2024-09-04 08:13:08 -04:00
downtownallday
0fce66dbc7 back out assert_kernel_modules 2024-09-03 11:11:17 -04:00
downtownallday
446aacb9b6 Don't exit on missing kernel module during non-interactive scenario 2024-09-03 11:06:58 -04:00
downtownallday
158c7f8921 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2024-09-03 10:50:43 -04:00
downtownallday
c027db8bf4 reword comment 2024-09-03 10:49:48 -04:00
Downtown Allday
ca123515aa
fix variable (#2439) 2024-09-02 21:30:01 -04:00
downtownallday
a1d6f67135 change from vagrant to lxd as the virtualization system 2024-09-02 17:17:02 -04:00
downtownallday
a79a6c00eb encryption-at-rest: Ensure required kernel modules are installed 2024-09-02 16:11:13 -04:00
downtownallday
87174e5505 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2024-08-31 06:17:43 -04:00
matidau
3b8f4a2fe8
Z-Push remove config lines no longer supported (#2433) 2024-08-30 14:27:44 -04:00
darren
f453c44d52
Update setup to handle multiple SSH ports (#2437)
This PR addresses an issue reported in the mailinabox
Slack channel where a system had sshd configured to listen
on two ports.

Co-authored-by: Darren Sanders <darren@dms00.com>
2024-08-30 14:26:05 -04:00
downtownallday
c9243164bf v70 2024-08-15 21:11:43 -04:00
downtownallday
c85797f576 Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
# Conflicts:
#	setup/webmail.sh
2024-08-15 21:10:20 -04:00
Joshua Tauberer
41870d22b0 v70 2024-08-15 08:53:27 -04:00
matidau
b9c5cd248f
Update Roundcube to 1.6.8 (#2422) 2024-08-15 08:49:52 -04:00
downtownallday
f0168e2417 Merge remote-tracking branch 'matidau/roundcube168'
# Conflicts:
#	setup/webmail.sh
2024-08-13 09:01:41 -04:00
matidau
9064b34b86 Update Roundcube to 1.6.8 2024-08-08 09:41:26 +10:00
downtownallday
d2497f4847 v69b 2024-07-23 07:21:34 -04:00
downtownallday
6c30cfba8b Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox 2024-07-23 07:20:16 -04:00