- 04 Jun, 2015 1 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).
-
- 26 May, 2015 1 commit
-
-
Xoib authored
A lot of legit mail servers try again between 200 and 285 seconds, then 3 hours later. Why? RFC is not strict about retry timer so postfix and other MTA have their own intervals. To fix the problem of receiving these e-mail really latter, I reduced the delay of postgrey to 180 seconds (default is 300 seconds).
-
- 25 May, 2015 3 commits
-
-
Brock Tice authored
-
Joshua Tauberer authored
Fixing minor misspelling of the word: encrypted
-
StevesMonkey authored
-
- 24 May, 2015 6 commits
-
-
Brock Tice authored
-
Brock Tice authored
Fixed conflicting edits to ppa/Makefile due to cherry-pick.
-
Brock Tice authored
Resolved conflict between two patches.
-
Brock Tice authored
-
Brock Tice authored
-
Brock Tice authored
-