1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-09-09 23:59:00 +02:00
Commit Graph

749 Commits

Author SHA1 Message Date
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
Francesco Montanari
9e0621a13e install php-ldap extension 2019-11-11 19:09:23 +02:00
Francesco Montanari
dab497e10d Upgrade RoundCube to 1.4.0 and set the default skin to elastic 2019-11-11 10:50:50 +02:00
jvolkenant
df80b9fc71 Allow user_external for Nextcloud 16 (and eventually 17) (#1655) 2019-11-02 15:28:36 -04:00
jvolkenant
ed02e2106b Update zpush to 2.5.1 (#1654) 2019-10-28 06:27:54 -04: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
Joshua Tauberer
9e29564f48 v0.43 2019-09-01 07:43:47 -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
cmharper
295d481603 Upgraded roundcube to 1.3.10 (#1634) 2019-08-31 07:55:38 -04:00
Joshua Tauberer
e37768ca86 v0.42b 2019-08-03 11:49:32 -04:00
jvolkenant
bea5eb0dda Add interm upgrade step from Nextcloud 13 -> 14 (#1605) 2019-07-12 06:41:16 -04: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 2019-07-04 21:34:55 -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
jvolkenant
6e5ceab0f8 hide virtualenv output (#1578) 2019-05-15 11:59:32 -07:00
jvolkenant
c6fa0d23df check that munin-cron is not running (via cron) when it is run in setup, fixes #660 (#1579) 2019-05-15 11:58:40 -07:00
cmharper
85e59245fd hide 'RTNETLINK answers: Network is unreachable' error message during setup if IPv6 is not available (#1576) 2019-05-15 11:57:06 -07:00
jvolkenant
4232a1205c fix dovecot message about SSLv2 not supported by OpenSSL (#1580) 2019-05-15 11:46:52 -07:00
just4t
25fec63a03 RAM limit to 502Mb to meet EC2 & Vultr 512Mb inst. (#1560)
AS told here: https://github.com/mail-in-a-box/mailinabox/pull/1534
2019-04-14 16:33:50 -04:00
dexbleeker
9b46637aff Update Roundcube to version 1.3.9 (#1546) 2019-04-14 14:19:21 -04:00
Joshua Tauberer
dd7a2aa8a6 v0.41 2019-02-26 18:17:50 -05:00
Joshua Tauberer
149552f79b systemctl link should use -f to avoid an error if a system service already exists with that name but points to a different file
https://discourse.mailinabox.email/t/new-error-failed-systemctl-link-conf-mailinabox-service/4626/2
2019-02-26 18:16:26 -05:00
Joshua Tauberer
adddd95e38 add lmtp_destination_recipient_limit=1 to work around spampd bug, see #1523 2019-02-25 13:20:57 -05:00