- 29 Jul, 2016 7 commits
-
-
Joshua Tauberer authored
-
-
Joshua Tauberer authored
-
Michael Kroes authored
This is checked during preflight. See https://github.com/mail-in-a-box/mailinabox/issues/885 (#889)
-
Joshua Tauberer authored
Added information about API endpoints
-
Michael Kroes authored
-
Joshua Tauberer authored
add fail2ban jails for ownCloud, postfix submission, roundcube, and the Mail-in-a-Box management daemon
-
- 29 Jun, 2016 2 commits
- 27 Jun, 2016 4 commits
-
-
Joshua Tauberer authored
Small extension to mail log management script
-
Michael Kroes authored
Remove owncloud log configuration from initial setup and only apply it during the configuration updates. This applies to both the timezone and the log format
-
Michael Kroes authored
Owncloud needs more time to detect blocks. It doesn't respond as fast as the other services. Also owncloud logs UTC (since latest update) even though the timezone is not UTC. Also to detect a block, we get a timeout instead of a refused)
-
Michael Kroes authored
-
- 12 Jun, 2016 3 commits
-
-
Joshua Tauberer authored
for DANE, the smtp_tls_mandatory_protocols setting seems like it also needs to be set (unlike the cipher settings, this isn't documented to be in addition to the non-mandatory setting)
-
Joshua Tauberer authored
outbound SMTP connections should use the same TLS settings as inbound: drop SSLv2, SSLv3, anonymous ciphers, RC4
-
Joshua Tauberer authored
Per http://googleappsupdates.blogspot.ro/2016/05/disabling-support-for-sslv3-and-rc4-for.html, Google is about to do the same. fixes #611
-
- 10 Jun, 2016 3 commits
- 06 Jun, 2016 4 commits
-
-
Michael Kroes authored
add fail2ban jails for ownCloud, postfix submission, roundcube, and the Mail-in-a-Box management daemon (tests squashed into this commit by josh)
-
Chris Blankenship authored
-
aspdye authored
closes #840
-
Joshua Tauberer authored
There hasn't been a sqlite migration yet, since Mail-in-a-Box's creation, but with Roundcube 1.2 there will be.
-
- 02 Jun, 2016 2 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Dovecot LMTP accepted all mail regardless of whether destination was a user, broken by ae8cd4ef, fixes #852 In the earlier commit, I added a Dovecot userdb lookup. Without a userdb lookup, Dovecot would use the password db for user lookups. With a userdb lookup we can support iterating over users. But I forgot the WHERE clause in the query, resulting in every incoming message being accepted if the user database contained any users at all. Since the mailbox path template is the same for all users, mail was delivered correctly except that mail that should have been rejected was delivered too.
-
- 17 May, 2016 3 commits
-
-
Joshua Tauberer authored
Added a pre-backup script to complement post-backup script.
-
Arnaud authored
adding : target="_blank" to <li><a href="/admin/munin">Munin Monitoring</a></li> on line 96 Why ? Because when you click on munin link, and follow links, you lose your index, or click back many times... So i propose my pull request. Et voilà ^^
-
aspdye authored
-
- 16 May, 2016 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
can't change roundcube's default_host setting, partially reverts 6d259a6e The default_host setting is a part of the internal username key. We can't change that without causing Roundcube to create new internal user accounts.
-
Joshua Tauberer authored
-
- 11 May, 2016 1 commit
-
-
Marc Schiller authored
-
- 06 May, 2016 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
On some machines localhost is defined as something other than 127.0.0.1, and if we mix "127.0.0.1" and "localhost" then some connections won't be to to the address a service is actually running on. This was the case with DKIM: It was running on "localhost" but Postfix was connecting to it at 127.0.0.1. (https://discourse.mailinabox.email/t/opendkim-is-not-running-port-8891/1188/12.) I suppose "localhost" could be an alias to an IPv6 address? We don't really want local services binding on IPv6, so use "127.0.0.1" to be explicit and don't use "localhost" to be sure we get an IPv4 address. Fixes #797
-
Joshua Tauberer authored
-
- 24 Apr, 2016 2 commits
-
-
aspdye authored
-
Joshua Tauberer authored
-
- 23 Apr, 2016 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
aspdye authored
-