- 16 Jul, 2014 8 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Output SSL Cert Fingerprint can point to a wrong dir: Better to use $STORAGE_ROOT
-
h8h authored
Better to use $STORAGE_ROOT instead of hardcoded /home/user-data/
-
- 13 Jul, 2014 1 commit
-
-
Joshua Tauberer authored
This reverts pull request #105 from jonessen96/master (84d2023f) which was incorrect because it lost the "+" in DOT_ATOM_TEXT and so was not accepting any email addresses. Am taking the opportunity to make the code cleaner while I'm here.
-
- 12 Jul, 2014 5 commits
-
-
Joshua Tauberer authored
Fix validate_email not accepting catchalls (empty local part of the address)
-
Jonas Platte authored
-
Jonas Platte authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 11 Jul, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 10 Jul, 2014 3 commits
-
-
Joshua Tauberer authored
This lets roundcube's manageseive plugin do cool things like vacation responses. Also: * Run the spam filtering sieve script out of a global sieve file that we'll place in /etc/dovecot. It is no longer necessary to create per-user sieve files for this. Remove them with a new migration. Remove the code that created them. * Corrects the spam script. Backslashes were double-escaped probably because this script started embedded within the bash script. Not sure how this was working until now. this adapts work by @h8h in #103
-
Joshua Tauberer authored
As the scripts keep growing, it's time to split them up to keep them understandable. This splits mail.sh into mail-postfix.sh, mail-dovecot.sh, and mail-users.sh, which has all of the user database-related configurations shared by Dovecot and Postfix. Also from spamassassin.sh the core sieve configuration is moved into mail-dovecot.sh and the virtual transport setting is moved into mail-postfix.sh. Also revising one of the sed scripts in mail-dovecot to not insert a new additional # at the start of a line each time the script is run.
-
Joshua Tauberer authored
-
- 09 Jul, 2014 6 commits
-
-
Joshua Tauberer authored
closes #94
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 08 Jul, 2014 4 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
in cf7053c1 I allowed editconf.py to insert a setting where we find it already commented-out in order to get an nginx configuration line in the right place, but it wasn't quite right because when run again we would insert the setting a second time
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 07 Jul, 2014 9 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
the new migration management in c8856f10 left out the part where we actually keep the system's current MIGRATIONID... it was being lost when setup/start.sh was re-run
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
whats_next: Allow the PRIMARY_HOSTNAME to not have an MX because the default value means the domain itself, which is what we want anyway
-
Joshua Tauberer authored
-
Joshua Tauberer authored
clarify that an SSL cert can remain self-signed on the non-primary domains if the domain isn't being used for web
-
- 06 Jul, 2014 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-