Commit Graph
1893 Commits
Author SHA1 Message Date
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
Michael Kroes db47bcb94a Updated postgrey whitelist 2019-08-17 06:26:15 +02:00
Michael Kroes 5a8ff5c950 Merge remote-tracking branch 'upstream/master' 2019-08-17 06:25:32 +02:00
captainwasabi c4cb828f65 Fix rsync backup options string: extraneous single quotes causing problems (#1629)
The resulting command had nested single quotes which doesn't work

I think this fixes all/most of the issues in #1627.  I am getting a full backup, then the next time it's run I get an incremental.  running from the CLI with --status looks good, --verify looks good, and --list looks good.
2019-08-13 05:57:05 -04:00
captainwasabi 0657f9e875 add proper check for DNS error in list_target_files (#1625)
The elif needed to check to see if the string was in the listing of results of the shell command.  As it was the conditional was just the string which always evaluates to true and was therefore giving a misleading error message.
2019-08-13 05:47:11 -04:00
Joshua Tauberer e37768ca86 v0.42b v0.42b 2019-08-03 11:49:32 -04:00
Michael Kroes 81f089af18 Update whitelist 2019-07-17 09:02:07 +02:00
Michael Kroes 27763de9c0 Fixed problem with whitelist customisation 2019-07-17 07:37:51 +02:00
Michael Kroes 3d8586702e Update whitelist and check if custom whitelist exists 2019-07-16 21:40:40 +02:00
Michael Kroes b3b02ee91f Merge branch 'postgrey-whitelist' 2019-07-16 19:43:43 +02:00
Michael Kroes 2ecc8dfaf1 Updated the Postgrey whitelist to a newer version, this will be auto updated once a month. 2019-07-16 19:43:24 +02:00
Michael Kroes 2aa2e918f0 Update greylist 2019-07-16 17:52:33 +02:00
Michael Kroes 5f44e22035 Merge branch 'postgrey-whitelist' 2019-07-16 17:07:50 +02:00
Michael Kroes 4aa2047a20 Fixed a bug where a variable was expanded in the cron script and removed the temporary file 2019-07-16 17:06:20 +02:00
Michael Kroes 7b1adb3806 Add custom whitelist 2019-07-16 17:03:04 +02:00
Michael Kroes 1f024e1797 Merge branch 'postgrey-whitelist' 2019-07-16 16:33:02 +02:00
Michael Kroes 33ba538fc1 Updated the Postgrey whitelist to a newer version, this will be auto updated once a month. 2019-07-16 16:24:14 +02:00
Michael Kroes 44378c9aa3 Merge branch 'postgrey-whitelist' 2019-07-16 16:20:38 +02:00
Michael Kroes 83880da906 Changed the postgrey update script to run daily, but check if the file is older than 28 days 2019-07-16 16:20:19 +02:00
Michael Kroes 22fb9fdd59 Merge branch 'postgrey-whitelist' 2019-07-16 13:49:12 +02:00
Michael Kroes f0c8ca3b00 Add the --fail flag to curl when downloading the postgrey whitelist and redirect stdout and stderr to null 2019-07-16 13:48:41 +02:00
Michael Kroes a7134d0974 Merge branch 'postgrey-whitelist' 2019-07-16 13:05:39 +02:00
Michael Kroes 5362155046 Use HTTPS for Postgrey whitelist and use correct silence flags for curl 2019-07-16 13:05:23 +02:00
Michael Kroes a451c35151 Merge branch 'postgrey-whitelist' 2019-07-16 12:18:03 +02:00
Michael Kroes a86a7f6dd5 Updated the Postgrey whitelist to a newer version, this will be auto updated once a month. 2019-07-16 12:14:03 +02:00
Michael Kroes 5b4d1cbf43 Merge remote-tracking branch 'upstream/master' 2019-07-16 12:10:15 +02:00
jvolkenant bea5eb0dda Add interm upgrade step from Nextcloud 13 -> 14 (#1605) 2019-07-12 06:41:16 -04:00
jvolkenant fd5b11823c Add AAAA records for autodiscover & autoconfig (#1606) 2019-07-10 06:28:37 -04:00
root 5a7a4e643f Merge remote-tracking branch 'origin/pr/1584' 2019-07-10 05:37:26 +02:00
Joshua Tauberer 5fc1944f04 pull v0.42, go back to v0.41 2019-07-05 11:56:54 -04:00
Joshua Tauberer 39fd4ce16c v0.42 v0.42 2019-07-04 21:34:55 -04:00
Jeff Volkenant 2f4bc0876d Added shebang for dovecot cron 2019-06-27 08:24:18 -07:00
Joshua Tauberer c0f4d5479f changelog updates 2019-06-16 11:40:40 -04:00
jvolkenant 193763f8f0 Update to Nextcloud 15.0.8, Contacts to 3.1.1, and Calendar to 1.6.5 (#1577)
* Update to Nextcloud 15.0.7, Contacts to 3.1.1, and Calendar to 1.6.5
* Enabled localhost-only insecure IMAP login for localhost Nextcloud auth
* Add package php-imagick and BigInt conversion
* added support for /cloud/oc[sm]-provider/ endpoint
2019-06-16 11:10:52 -04:00
jvolkenant 79759ea5a3 Upgrade Z-Push to 2.5.0 (#1581) 2019-06-16 11:07:45 -04:00
root 0f4664a1b7 Merge remote-tracking branch 'origin/pr/1577' 2019-06-07 05:44:13 +02:00