Commit Graph
1728 Commits
Author SHA1 Message Date
Michael Kroes 0771866911 Merge branch 'nextcloudcron' 2019-11-19 15:42:33 +01:00
Michael Kroes ce8857e4c0 Align nextcloud cron job with recommended settings 2019-11-19 15:41:45 +01:00
Michael Kroes 6514482687 Merge branch 'php-fpm-nextcloud' 2019-11-19 12:59:03 +01:00
Michael Kroes 97829f6755 Moved php-fpm configuration to web.sh 2019-11-19 12:58:47 +01:00
Michael Kroes 3b3cf4fc16 Merge branch 'php-fpm-nextcloud' 2019-11-19 09:57:36 +01:00
Michael Kroes 188d4749be Implement nextcloud php-fpm recommended performance tuning settings 2019-11-19 09:57:10 +01:00
Michael Kroes 5c7bcdc33c Merge branch 'nextcloud17' 2019-11-17 07:58:07 +01:00
Michael Kroes 2f0ded40fb Upgraded Nextcloud to 17 2019-11-17 07:57:36 +01:00
Michael Kroes 6cdca6c679 Merge remote-tracking branch 'origin/pr/1674' 2019-11-13 14:28:01 +01:00
Michael Kroes ca07ced0b0 Updated postgrey whitelist 2019-11-13 11:40:44 +01:00
Michael Kroes abc0e6195b Merge branch 'postgreyfix' 2019-11-13 11:33:55 +01:00
Michael Kroes f2a0581a0b Removed the postgrey option that specifies which whitelist file to use. This allows the usage of a .local verion 2019-11-13 11:33:33 +01:00
Michael Kroes f39e872cf7 Align with master 2019-11-13 11:25:49 +01:00
Michael Kroes be1a2c9b28 Merge remote-tracking branch 'upstream/master' 2019-11-13 11:21:11 +01:00
Bertus 0a752859ac Update CHANGELOG.md 2019-11-11 20:27:05 +01:00
Bertus 6e7ee452e9 Upgraded Nextcloud to 16.0.6
Upgrade Nextcloud 16.05 to 16.06 and contacts from 3.1.4 to 3.1.6.
2019-11-11 20:13:51 +01:00
Edwin Schaap 2f54f39f31 If xfr is subnet, do not create "notify" entry (#1672) 2019-11-10 11:58:22 -05:00
Victor fa792f664e Use correct setting for .editorconfig indent_style (#1670) 2019-11-03 13:31:29 -05:00
Joshua Tauberer b50dfb7f93 changelog entries 2019-11-02 15:57:14 -04:00
Dan Jensen cde4e0caca Change SSL notification email subject (#1653)
Previously the notification email sent when a box's SSL certificate
is automatically updated said, "Error Provisioning TLS Certificate"
even when there was no error. This changes the subject line to "TLS
Certificate Provisioning Results", which is more accurate.
2019-11-02 15:29:05 -04:00
jvolkenant df80b9fc71 Allow user_external for Nextcloud 16 (and eventually 17) (#1655) 2019-11-02 15:28:36 -04:00
notEvil 7558ffd4f3 Allow dns zone transfer from IPv6 (#1643) 2019-10-28 06:31:50 -04:00
Victor 50e9e8af30 Sort custom dns table based on fqdn, rtype, and value (#1651) 2019-10-28 06:29:40 -04:00
jvolkenant ed02e2106b Update zpush to 2.5.1 (#1654) 2019-10-28 06:27:54 -04:00
Michael Kroes baf58986d2 Updated postgrey whitelist 2019-10-14 10:10:31 +02:00
Jeff Volkenant 24a567c3be Fix mailinabox-postgrey-whitelist cron job return code for file over 28 days
Merges #1639
2019-10-05 16:27:21 -04:00
Brendan Hide 70f05e9d52 Ensure the universe repository is enabled
A minimal Ubuntu server installation might not have universe enabled by
default. By adding it, we ensure we can install packages only available
in universe, such as python3-pip

Merges #1650.
2019-10-05 16:14:12 -04:00
Michael Kroes 889118aeb6 Upgraded Nextcloud to 16.0.5 (#1648)
* Upgraded Nextcloud to 16.0.5

* Improved Nextcloud upgrade detection
2019-10-05 16:12:00 -04:00
Michael Kroes 21352466a4 Fixed Nextcloud upgrades 2019-10-04 08:01:00 +02:00
Michael Kroes c97f720af4 Improved Nextcloud upgrade detection 2019-10-04 08:00:00 +02:00
Michael Kroes fc9027ad39 Further remove solr 2019-10-02 08:38:54 +02:00
Michael Kroes 6e03f01b38 Upgraded Nextcloud to 16.0.5 2019-10-01 14:51:37 +02:00
Michael Kroes a7b2f72a2d Upgraded Nextcloud to 16.0.5 2019-10-01 14:42:46 +02:00
Michael Kroes 01c95fd93a Removed solr 2019-10-01 14:00:29 +02:00
Michael Kroes 1d8f9a87a7 Updated postgrey whitelist 2019-09-30 11:41:14 +02:00
Michael Kroes efe50a3f74 Merge remote-tracking branch 'upstream/master' 2019-09-30 11:40:50 +02:00
Joshua Tauberer a70ba94b0c add autoconfig domains before subtracting domains with overridden A records so that a custom DNS record can be used to suppress TLS certificate generation for those domains if needed 2019-09-10 07:11:16 -04:00
Joshua Tauberer 9e29564f48 v0.43 v0.43 2019-09-01 07:43:47 -04:00
Joshua Tauberer 5aeced5c2e add a test for fail2ban monitoring managesieve 2019-08-31 09:15:41 -04:00
Joshua Tauberer 46f64e0e0a fail2ban should watch for managesieve logins too, fixes #1622 2019-08-31 09:04:17 -04:00
Joshua Tauberer 4971b63501 changelog entries 2019-08-31 08:52:32 -04:00
Joshua Tauberer 3ff9817325 document the xfr: CIDR notation, fix spaces vs tabs and syntax error, broken by c7377e602d, #1616 2019-08-31 08:50:44 -04:00
jvolkenant d6becddbe5 Change Nextcloud upgrade logic to look at STORAGE_ROOT's config.php version vs /usr/local's version.php version (#1632)
* Download and verify Nextcloud download before deleting old install directory
* Changed install logic to look at config.php and not version.php for database version number. When restoring from a backup, config.php in STORAGE_ROOT will hold the Nextcloud version that corresponds to the user's database and version.php in /usr/local won't even exist, so we were missing Nextcloud migration steps. In other cases they should be the same.
2019-08-31 08:50:36 -04:00
Michael Kroes 1d6793d124 Update the Postgrey whitelist to a newer version monthly (#1611)
Automatically update the Postgrey whitelist to a newer version once a month.
2019-08-31 08:38:41 -04:00
Kim Schulz c7377e602d make it possible to use subnet addresses for axfr (#1616)
it is sometimes needed to be able to set axfr to more than just one ip address. This can be done with multiple xfr: in  the secondary dns input but if you need to add an entire subnet segment (xxx.xxx.xxx.0/yy) then it will not work.
With this patch it is now possible to use a subnet as input for xfr the same way as if it was an ip address.
2019-08-31 08:00:18 -04:00
Snacho 08021ea19f Fix an issue when Secondary NS has multiple A records (#1633)
If a custom secondary NS server has multiple A records status_checks.py will fail with a timeout and Web UI won't load.
2019-08-31 07:58:12 -04:00
cmharper 295d481603 Upgraded roundcube to 1.3.10 (#1634) 2019-08-31 07:55:38 -04:00
Michael Kroes 4f7cf47be1 Updated whitelist 2019-08-17 08:56:31 +02:00
Michael Kroes 0b3aa75685 Updated greylist 2019-08-17 07:03:54 +02:00
Michael Kroes a05af43478 Updated postgrey whitelist 2019-08-17 06:36:42 +02:00