- 26 Mar, 2017 4 commits
-
-
Joshua Tauberer authored
-
yeah authored
* Move variable assignment up and do not use call arguments directly * Upgrade ownCloud to latest patch release 9.1.4 also move owncloud hash to its own variable
-
Rinze de Laat authored
Added an alternative mail log scanning script for use from the command line (and monitoring, at a later stage) merges #970
-
Théo Segonds authored
-
- 09 Mar, 2017 1 commit
-
-
Sean Watson authored
-
- 01 Mar, 2017 3 commits
-
-
Sean Watson authored
-
Jan Schulz-Hofen authored
The `default_vsz_limit` is the maximum amount of virtual memory that can be allocated. It should be set *reasonably high* to avoid allocation issues with larger mailboxes. We're setting it to 1/3 of the total available memory (physical mem + swap) to be sure. See here for discussion: - https://www.dovecot.org/list/dovecot/2012-August/137569.html - https://www.dovecot.org/list/dovecot/2011-December/132455.html
-
Manuel authored
-
- 21 Feb, 2017 1 commit
-
-
NatCC authored
SSH fail2ban jail is not enabled by default and so the jail does not load.
-
- 15 Feb, 2017 1 commit
-
-
Ian Beringer authored
-
- 14 Feb, 2017 1 commit
-
-
Dominik Murzynowski authored
-
- 10 Feb, 2017 2 commits
- 01 Feb, 2017 4 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
pip<6.1 + setuptools>=34 have a problem with packages that try to update setuptools during installation, like cryptography. See https://github.com/pypa/pip/issues/4253. The Ubuntu 14.04 package versions are pip 1.5.4 and setuptools 3.3. When we install cryptography under those versions, it tries to update setuptools to version 34, which became available about 10 days ago, and then pip gets permanently broken with errors like "ImportError: No module named 'packaging'". The easiest work-around on systems that aren't already broken is to upgrade pip and setuptools individually before we install any package that tries to update setuptools. Also try to detect a broken system and forcibly remove setuptools first before trying to install/upgrade pip. fixes #1080, fixes #1081, fixes #1086 see #1083 see https://discourse.mailinabox.email/t/error-with-pip-and-python/1880 see https://discourse.mailinabox.email/t/error-installing-mib/1875
-
- 22 Jan, 2017 1 commit
-
-
wsteitz authored
-
- 18 Jan, 2017 1 commit
-
-
Joshua Tauberer authored
-
- 15 Jan, 2017 8 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
move the custom exclusive process code from utils.py into a new python package named exclusiveprocess
-
Bill Cromie authored
-
Bill Cromie authored
-
guyzmo authored
-
Jonathan Chun authored
-
Michael Kroes authored
* Added an error message to handle exceptions when the setup script is trying to determine the latest Miab version
-
- 20 Dec, 2016 1 commit
-
-
Bill Cromie authored
-
- 17 Dec, 2016 1 commit
-
-
guyzmo authored
* Fixed issue with relative path for rsync relative names Actually using the parsed URL `path` part, instead of doing a lousy split(). Renamed the `p` variable into something more sensible (`target`). Fixes: #1019 * Added more verbose error messages upon rsync failures fixes #1033 * Added command to test file listing
-
- 07 Dec, 2016 2 commits
-
-
Joshua Tauberer authored
fixes #834
-
Joshua Tauberer authored
-
- 05 Dec, 2016 4 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Corey Hinshaw authored
* Fix #1023 by changing ownership of roundcube DB after running migrations * Set mode of roundcube sqlite database during setup
-
Corey Hinshaw authored
* Fix #1023 by changing ownership of roundcube DB after running migrations * Set mode of roundcube sqlite database during setup
-
- 30 Nov, 2016 5 commits
-
-
wsteitz authored
-
Leo Koppelkamm authored
Additionally, add the spam report headers to all emails, in order to make it easier to debug false negatives.
-
Michael Kroes authored
* Update owncloud to 9.1.2 * Upgrade to ownCloud 9.1.2 from 9.1.1 would fail because the guid of 9.1.1 matched with the regex for the version of 8.x
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-