- 05 Sep, 2015 7 commits
-
-
Joshua Tauberer authored
Typo
-
Sheldon Rupp authored
Change KB to MB due to typo.
-
Joshua Tauberer authored
Added more bantime and lowered max retry attempts
-
Joshua Tauberer authored
pin pip versions of email_validator and cryptography so pip doesn't keep reinstalling them each upgrade even if nothing changed (and the ceffi depedency installation can be very slow and is prone to break under low memory)
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Fix DKIM validation and spamassassin DNS/Pyzor checks
-
Felix authored
-
- 04 Sep, 2015 8 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
admin: rename my ajax javascript function to ajax_with_indicator; see https://github.com/JoshData/html5-stub/commit/79c57c23031a1430536e1daa8f0a9f3abd07a633
-
Joshua Tauberer authored
admin: fix jumpyness when a modal is shown (move overflow-y to body; make the navbar not fixed to top)
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Felix authored
-
Felix authored
-
Felix authored
-
- 30 Aug, 2015 3 commits
-
-
Joshua Tauberer authored
ownCloud 8.1.1 trusted_domains autoconfiguration fix.
-
Joshua Tauberer authored
ownCloud 8.1.1's autoconfig resets trusted_domains / update trusted_domains if PRIMARY_HOSTNAME changes Seems like ownCloud 8.1.1 now doesn't play nice with trusted_domains. Whatever is put in ahead of time gets reset to an array containing 'localhost' only, probably because we invoke autoconfiguration from the command line where it doesn't know the hostname it's being accessed from. We now set this value after running autoconfig. This has the added benefit of also fixing the problem that if PRIMARY_HOSTNAME changes, trusted_domains wasn't updated. Now it is. Fixes #503. See #514.
-
Joshua Tauberer authored
utils.py can't import non-standard modules because it is imported by migrate.py, which is run before anything is installed closes #540
-
- 28 Aug, 2015 11 commits
-
-
Joshua Tauberer authored
Update nginx-primaryonly.conf
-
Stefan Dimitrov authored
Nginx should be connecting over the local interface, not to the IP the resolver gives it. Elsewhere in this file proxy_pass uses 127.0.0.1 as it should.
-
Joshua Tauberer authored
Added a note about TXT record length limitations and how to construct the records to bypass the limitation
-
Richard Willis authored
Added a note about TXT record length limitations and how to construct the records to bypass the limitation
-
Joshua Tauberer authored
closes #502
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Norman Stanke authored
-
Joshua Tauberer authored
Fix antispam-plugin config problem in #520
-
- 27 Aug, 2015 2 commits
-
-
Joshua Tauberer authored
Focus on fields in the login form
-
Richard Willis authored
This just makes life a little easier... Squashed the following commits: * Use $.trim() for better browser support
-
- 26 Aug, 2015 1 commit
-
-
Joshua Tauberer authored
Allow global sieve scripts for before or after user sieve scripts. Th…
-
- 24 Aug, 2015 3 commits
-
-
Michael Long authored
Allow global sieve scripts for before or after user sieve scripts. This allows defining custom system-wide sieve rules.
-
Joshua Tauberer authored
v0.13a README
-
Norman Stanke authored
-
- 23 Aug, 2015 4 commits
-
-
Joshua Tauberer authored
Work-around for ownCloud 8.1.1 upgrade bug and tweaking munin's setup. v0.13a (August 23, 2015) ------------------------ Note: v0.13 (no 'a', August 19, 2015) was pulled immediately due to an ownCloud bug that prevented upgrades. v0.13a works around that problem. Mail: * Outbound mail headers (the Recieved: header) are tweaked to possibly improve deliverability. * Some MIME messages would hang Roundcube due to a missing package. * The users permitted to send as an alias can now be different from where an alias forwards to. DNS: * The secondary nameservers option in the control panel now accepts more than one nameserver and a special xfr:IP format to specify zone-transfer-only IP addresses. * A TLSA record is added for HTTPS for DNSSEC-aware clients that support it. System: * Backups can now be turned off, or stored in Amazon S3, through new control panel options. * Munin was not working on machines confused about their hostname and had lots of errors related to PANGO, NTP peers and network interfaces that were not up. * ownCloud updated to version 8.1.1 (with upgrade work-around), its memcached caching enabled. * When upgrading, network checks like blocked port 25 are now skipped. * Tweaks to the intrusion detection rules for IMAP. * Mail-in-a-Box's setup is a lot quieter, hiding lots of irrelevant messages. Control panel: * SSL certificate checks were failing on OVH/OpenVZ servers due to missing /dev/stdin. * Improve the sort order of the domains in the status checks. * Some links in the control panel were only working in Chrome.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
Per https://github.com/owncloud/core/issues/18224 and https://discourse.mailinabox.email/t/v13-upgrade-issue-with-calendar/757/10, upgrades from anything to ownCloud 8.1.1 were broken. But the workaround is to run the upgrade step twice.
-
Joshua Tauberer authored
* let munin choose what it wants to monitor, it may need an update periodically * deactivate monitoring of NTP peers (this makes no sense) * deactivate monitoring of network interfaces that aren't up (also makes no sense) * we get errors in munin-node.log if we don't create /var/lib/munin-node/plugin-state/
-
- 20 Aug, 2015 1 commit
-
-
derekrspencer authored
The antispam-plugin configuration is not ignoring deleted email (mail sent to a trash folder). This causes a big problem because if someone decides to "clean up" their Spam folder by deleting all of the emails, then sa-learn --ham is run on what is usually correctly caught spam messages. This causes big problems with the accuracy of the bayes scoring! It should really only be learning ham if someone drags the email to a non-Trash folder. I ran "sa-learn --dbpath /home/user-data/mail/spamassassin --dump magic" before these changes and saw the nham counter increment with every message deleted from Spam. With this new config sa-learn --ham is not run when email is deleted from Spam so the bayes database is not incorrectly trained.
-