- 06 Jun, 2015 7 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
the control panel auth hmac message should also include the user's password so that resetting a password in the database forces that user to log in to the control panel again; also use a sha256 hmac
-
Joshua Tauberer authored
-
- 04 Jun, 2015 4 commits
-
-
Joshua Tauberer authored
when the undocumented custom web settings has a redirect or proxy at the root of a domain, use a minimal nginx config template (same as the new default www redirects)
-
Joshua Tauberer authored
* Split the nginx templates again so we have just the part needed to make a domain do a redirect separate from the rest. * Add server blocks to the nginx config for these domains. * List these domains in the SSL certificate install admin panel. * Generate default 'www' records just for domains we provide default redirects for. Fixes #321.
-
Joshua Tauberer authored
This doesn't change anything. Just preparation for the next commit.
-
Joshua Tauberer authored
if a user sets a custom A record on PRIMARY_HOSTNAME, which is ignored anyway, don't let that cause PRIMARY_HOSTNAME from being dropped from nginx.conf Could be related to https://discourse.mailinabox.email/t/nginx-lost-admin-record-after-install-ssl-cert-problem/528.
-
- 03 Jun, 2015 4 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
bring the postgrey patches into this repository rather than maintaining them in a separate postgrey fork repository
-
Joshua Tauberer authored
-
- 01 Jun, 2015 1 commit
-
-
Joshua Tauberer authored
* SMTP Submission (port 587) began offering the insecure SSLv3 protocol due to a misconfiguration in the previous version. * Roundcube now allows persistent logins using Roundcube-Persistent-Login-Plugin. * ownCloud is updated to version 8.0.3. * SPF records for non-mail domains were tightened. * The minimum greylisting delay has been reduced from 5 minutes to 3 minutes. * Users and aliases weren't working if they were entered with any uppercase letters. Now only lowercase is allowed. * After installing an SSL certificate from the control panel, the page wasn't being refreshed. * Backups broke if the box's hostname was changed after installation. * Dotfiles (i.e. .svn) stored in ownCloud Files were not accessible from ownCloud's mobile/desktop clients. * Fix broken install on OVH VPS's.
-
- 30 May, 2015 5 commits
-
-
Joshua Tauberer authored
fixes #414
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 29 May, 2015 10 commits
-
-
Joshua Tauberer authored
Update README.md
-
BrianZachary authored
Added latest front page appearance of Mail-In-A-Box to README.md
-
Joaquin Bravo authored
-
Joshua Tauberer authored
Echange -> Exchange
-
Sam authored
-
-
Eric Mill authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
security.md: add links to appropriate source files in various places to make it easier to inspect the code to verify the statements; unfortunately line numbers will drift but it would be nice if we could link right to line numbers
-
Joshua Tauberer authored
-
- 28 May, 2015 9 commits
-
-
Joshua Tauberer authored
after installing an SSL certificate from the control panel the page wasn't being refreshed, broken in ec73c171
-
Joshua Tauberer authored
Make SPF forbid any outbound mail from non-mail domains
-
David Piggott authored
-
Joshua Tauberer authored
Improve DMARC and SPF record descriptions
-
David Piggott authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Unfortunately our users/aliases database is case sensitive. (Perhaps I should have defined the columns with COLLATE NOCASE, see https://www.sqlite.org/datatype3.html.) Postfix always queries the tables in lowecase, so mail delivery would fail if a user or alias were defined with any capital letters. It would have also been possible to add multiple euqivalent addresses into the database with different case. This commit rejects new mail users that have capital letters and forces new aliases to lowecase. I prefer to reject rather than casefold user accounts so that the login credentials the user gave are exactly what goes into the database. https://discourse.mailinabox.email/t/recipient-address-rejected-user-unknown-in-virtual-mailbox-table/512/4
-
Joshua Tauberer authored
Use lowercase h for consistency in aliases template - it reads better…
-
David Piggott authored
This also includes fixes for a typo and some whitespace inconsistencies in mailconfig.py. In fact the capitalisation change and those fixes are the remnants of a patch I had been running that changed the default aliases - it was through developing it that I found the issues. (I wanted to bring the number of patches I apply before deploying to zero and in the case of this one I've come to view the way MIAB already is as superior, so I've undone the core of my patch and these tiny issues are all that remain).
-