1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00
Commit Graph

725 Commits

Author SHA1 Message Date
Michael Kroes
c7ca7599ec Merge remote-tracking branch 'upstream/master' 2020-05-17 06:41:36 +02:00
Joshua Tauberer
7de8fc9bc0 v0.45 2020-05-16 06:45:23 -04:00
clonejo
8fe33da85d Run nightly tasks on a random minute after 03:00 to avoid overload (#1754)
- The MIAB version check regularly fails at 03:00, presumably because a
  large portion of installations is checking mailinabox.email at the same
  time.
- At installation time, the time of the nightly clock is configured to
  run at a random minute after 03:00, but before 04:00.
- Users might expect the nightly tasks to be over at a certain time and
  run their own custom tasks afterwards. This could thus interfere with
  custom backup routines.
- This breaks reproducibility of the installation process.
- Users might also be surprised by the nightly task time changing after
  updating MIAB.
2020-05-10 19:54:45 -04:00
Joshua Tauberer
1353949e42 Upgrade Roundcube to 1.4.4, Nextcloud to 17.0.6, Z-Push to 2.5.2 2020-05-10 19:44:12 -04:00
Stefan
f52749b403
Better return codes after errors in the setup scripts (#1741) 2020-04-11 14:18:44 -04:00
Michael Kroes
efc63329a5 Merge remote-tracking branch 'upstream/master' 2020-03-29 08:06:52 +02:00
Daniel Davis
e224fc6656
Delete unused function apt_add_repository_to_unattended_upgrades (#1721)
The function apt_add_repository_to_unattended_upgrades is defined
but never called anywhere. It appears that automatic apt updates
are handled in system.sh where the file /etc/apt/apt.conf.d/02periodic
is created. The last call was removed in bbfa01f33a.

Co-authored-by: ddavis32 <dan@nthdegreesoftware.com>
2020-03-08 09:49:39 -04:00
Michael Kroes
10b15cd236 Merge remote-tracking branch 'upstream/master' 2020-02-23 08:41:09 +01:00
Joshua Tauberer
30c2c60f59 v0.44 2020-02-15 07:15:09 -05:00
Michael Kroes
ad056060a2 Merge remote-tracking branch 'upstream/master' 2020-02-09 09:07:57 +01:00
Joshua Tauberer
ddadb6c28a Roundcube 1.4.2 2020-01-22 03:25:53 -05:00
Michael Kroes
faee29ba8b Bump Nextcloud to 17.0.2 (#1702) 2020-01-22 03:06:17 -05:00
jvolkenant
e6294049bc Update Roundcube persistent_login plugin (#1712) 2020-01-22 02:58:04 -05:00
Joshua Tauberer
30885bcc8a Downgrade TLS settings for port 25, partially reverting f53b18ebb9
Port 25 now is aligned with Mozilla's "Old" recommendations at https://ssl-config.mozilla.org/#server=postfix&server-version=3.3.0&config=old&openssl-version=1.1.1.

See #1705
2020-01-20 14:52:23 -05:00
Michael Kroes
da247707e1 Fixed merge conflict 2019-12-30 07:19:29 +01:00
Michael Kroes
4908c59430 Merge branch 'nextcloud1702' 2019-12-30 07:17:01 +01:00
Michael Kroes
e6e83c882d Bumped nextcloud to 17.0.2 2019-12-30 07:14:42 +01:00
Michael Kroes
1981315e2d Merge remote-tracking branch 'upstream/master' 2019-12-30 07:08:04 +01:00
Joshua Tauberer
385340da46 install openssh-client which provides ssh-keygen and is not present on desktop Ubuntu by default 2019-12-12 11:27:39 -05:00
jvolkenant
0271e549bb Fix typo in InstallNextcloud calls (#1693) 2019-12-10 19:01:09 -05:00
Michael Kroes
9d5bd441c5 Merge remote-tracking branch 'upstream/master' 2019-12-02 06:34:45 +01:00
Joshua Tauberer
f53b18ebb9 Upgrade TLS settings 2019-12-01 17:49:36 -05:00
Joshua Tauberer
8567a9b719 Fix upgrade issue broken by 802e7a1f4d 2019-12-01 17:44:12 -05:00
Vasek Sraier
ad9d732608 OpenDKIM canonicalization changed to relaxed for mail headers (#1620)
Because Mailman reformats headers it breaks DKIM signatures. SPF also does
not apply in mailing lists. This together causes DMARC to fail and mark the
email as invalid. This fixes DKIM signatures for Mailman-based mailing lists
and makes sure DMARC test is passed.
2019-12-01 16:24:38 -05:00
jvolkenant
aa15670dc2 Fixed multiple commented add_header entries in /etc/spamassassin/local.cf (#1641) 2019-12-01 16:23:02 -05:00
jvolkenant
81176c8e4b Fix to prevent multiple commented entries in dovecot conf (#1642) 2019-12-01 16:22:17 -05:00
Carl Reinke
960b5d5bbd Don't use ifquery to check interface state since it is no longer installed (#1689) 2019-12-01 16:21:38 -05:00
Carl Reinke
802e7a1f4d Copy systemd service files before linking to avoid issue with order of mounting filesystems (#1688) 2019-12-01 16:15:04 -05:00
Michael Kroes
52c68c6510 Implement Nextcloud php-fpm recommended performance tuning settings (#1679) 2019-12-01 16:13:33 -05:00
Michael Kroes
54b1ee9a3d Nextcloud 17 (#1676) 2019-12-01 16:11:00 -05:00
Francesco Montanari
6e3dee8b3b Upgrade RoundCube to 1.4.1 and set the default skin to elastic (#1673)
* Upgrade RoundCube to 1.4.0 and set the default skin to elastic
* Install php-ldap extension
* Remove smtp parameters that are now the default
2019-12-01 16:10:04 -05:00
Michael Kroes
0d4bcb456b Changed Roundcube address book name from ownCloud to Nextcloud 2019-11-25 15:31:33 +01:00
Michael Kroes
59ea5f1ee7 Merge remote-tracking branch 'origin/pr/1673' 2019-11-23 15:23:29 +01:00
Michael Kroes
91638c7fe0 Removed the postgrey option that specifies which whitelist file to use. This allows the usage of a .local verion (#1675) 2019-11-23 07:58:29 -05:00
Michael Kroes
ff8170d5ab Align nextcloud cron job with recommended settings (#1680) 2019-11-23 07:51:22 -05:00
Francesco Montanari
a95e9b5b3c Remove smtp parameters that are now the default 2019-11-22 19:20:38 +02:00
Francesco Montanari
e5bbee4880
Upgrade Roundcube to 1.4.1 2019-11-22 14:23:32 +02:00
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
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
Francesco Montanari
1f979f9d8e Clear the roundcube temp_dir if upgrading from 1.3.x 2019-11-11 22:51:56 +02: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
Francesco Montanari
3d1a1e86fc move the install php-dlap at the top 2019-11-11 20:08:13 +02:00