- 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 2 commits
-
-
Joshua Tauberer authored
Fixing minor misspelling of the word: encrypted
-
StevesMonkey authored
-
- 23 May, 2015 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 22 May, 2015 2 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 20 May, 2015 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
The submission port began offering SSLv3. With `encrypt`, the smtpd_tls_protocols option is ignored and smtpd_tls_mandatory_protocols must be set instead. see e39b777a
-
- 19 May, 2015 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Starting with my dnswl.org modifications to postgrey.
-
- 16 May, 2015 1 commit
-
-
Joshua Tauberer authored
The OVH VPS provider creates systems without /dev/stdout. I have never seen that before. But fine. We were passing it as a command line option to `openssl req`, but outputting to stdout is the default so it's not necessary to specify /dev/stdout. Fixes #277. Also https://discourse.mailinabox.email/t/500-internal-server-error/475/10.
-