Commit Graph

429 Commits

Author SHA1 Message Date
Antoine Nguyen
7f87c2518c Merge pull request #358 from staticsafe/patch-1
Update Postfix main.cf template to allow IPv6
2021-10-14 10:09:28 +02:00
Antoine Nguyen
a4b930d337 Merge pull request #395 from TheMultii/master
corrected a typo
2021-10-14 10:05:56 +02:00
Antoine Nguyen
90cc17db95 Merge pull request #397 from Meseira/patch-1
Fix PostgreSQL URI
2021-10-14 10:05:21 +02:00
Xavier Gendre
d447bfa81b Fix PostgreSQL URI
SQLAlchemy removed support for `postgres://`, the URI has to start with `postgresql://`.
2021-10-07 22:47:15 +02:00
TheMultii
1a8c2d405a corrected a typo 2021-09-25 21:01:51 +02:00
Antoine Nguyen
f7985a9d03 Fix #393 2021-09-23 09:01:31 +02:00
Antoine Nguyen
16b66a0200 Force setuptools version tp <58.0.0
see https://setuptools.pypa.io/en/latest/history.html#v58-0-0
2021-09-22 17:05:00 +02:00
Antoine Nguyen
5b506a2eb9 fix #392 2021-09-22 16:12:21 +02:00
Antoine Nguyen
d3f56ef8d0 Updated README file. 2021-09-22 11:47:00 +02:00
Antoine Nguyen
58f5a8af09 Fixed issue with Debian bullseye (11). 2021-09-22 11:32:55 +02:00
Antoine Nguyen
32041a40e2 Temp. fix for django-webpack-loader compat issue. 2021-06-07 12:54:58 +02:00
Antoine Nguyen
c9d67250ba Revert change since it prevents opendkim to work properly. 2021-04-23 09:32:22 +02:00
Antoine Nguyen
33a909a264 Disable milters for amavis receiver. 2021-03-20 09:20:45 +01:00
Antoine Nguyen
6fdf57b703 Prevent daemons to start at installation on debian like systems. 2021-03-20 09:20:02 +01:00
Sadiq Saif
becd427f6b Update Postfix main.cf template to allow IPv6
setting inet_protocols to all allows Postfix to use IPv6 if available on a host

fixes issue #344
2020-12-28 13:01:27 -05:00
Antoine Nguyen
4d64618f58 Merge branch 'master' of github.com:modoboa/modoboa-installer 2020-11-10 16:09:39 +01:00
Antoine Nguyen
638f0681ba Removed modoboa-stats. 2020-11-10 16:09:18 +01:00
Christophe CHAUVET
f35ca4e81a Add Stale bot 2020-10-30 12:26:56 +01:00
Antoine Nguyen
c15d868f15 Merge pull request #341 from J0000/patch-1
Patch 1
2020-10-28 18:34:45 +01:00
Antoine Nguyen
f6b9b4b762 Merge pull request #348 from daniel-leicht/master
Fixed dist_info() case sensitivity for certbot installation
2020-10-28 18:33:28 +01:00
Daniel Leicht
85e76c1981 Fixed dist_info() case sensitivity for certbot installation
On Debian 10, dist_info() returns a lower case "debian" and the installation of certbot fails.
I changed the installation method to check the distribution name in case insensitive way.
2020-10-28 15:30:09 +02:00
dependabot-preview[bot]
619dc9f5e5 Create Dependabot config file (#346)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-23 19:57:14 +02:00
Antoine Nguyen
c39adcbd14 Added support for Modoboa 1.16 2020-10-05 09:15:59 +02:00
joooo
561872e772 Update README.rst 2020-10-01 10:10:33 +02:00
joooo
5250a62242 Update README.rst
FQDN required
2020-10-01 10:05:21 +02:00
Antoine Nguyen
1960e29c97 Fixed radicale setup. 2020-09-17 21:19:54 +02:00
Antoine Nguyen
e5805fda84 Replaced certbot-auto by certbot.
fix #338
2020-09-17 17:15:49 +02:00
Antoine Nguyen
a526d9a4fd Install postgres10 on CentOS 7.
see #321
2020-09-17 17:13:55 +02:00
Antoine Nguyen
94346ee58a Use python3 now by default. 2020-09-17 11:57:50 +02:00
Antoine Nguyen
1fa390513d Python 3.8 fixes. 2020-09-15 11:14:23 +02:00
Antoine Nguyen
c3b6ce9b8e Force installation of radicale==2.1.12 2020-06-09 14:08:46 +02:00
Antoine Nguyen
68ec298fc9 Disabled radicale-storage-by-index plugin. 2020-06-09 11:08:39 +02:00
Antoine Nguyen
be68afba5c Merge branch 'master' of github.com:modoboa/modoboa-installer 2020-06-09 10:19:33 +02:00
Antoine Nguyen
6da2f292cd Make sure to deploy Radicale < 3. 2020-06-09 10:18:38 +02:00
Antoine Nguyen
1771c34f4b Merge pull request #323 from jsayles/master
Use bistro package in utils.dist_name if it exists
2020-06-02 20:36:12 +02:00
Jacob Sayles
07515508d7 switched to ImportError over ModuleNotFoundError for python 3.4 and below 2020-06-01 10:46:09 -07:00
Jacob Sayles
174dde3405 Fixed reference to python versions 2020-06-01 10:22:53 -07:00
Jacob Sayles
e03167e476 Use the distro package in dist_name if it exists or fall back to platform. Fixes #314 2020-06-01 10:18:54 -07:00
Antoine Nguyen
c0d61d86c7 Merge branch 'master' of github.com:modoboa/modoboa-installer 2020-05-18 14:51:16 +02:00
Antoine Nguyen
2b9f5cdb6b Removed bogus list.
fix #322
2020-05-18 14:50:44 +02:00
Antoine Nguyen
1fd2cf5a6c Merge pull request #297 from ionescu77/prDkimDbPrio
Pr dkim set db prio for deb & rpm, for mysql & postgres
2020-03-17 15:08:46 +01:00
Antoine Nguyen
7d06f9aaf1 Make sure /etc/mailname file exists before amavis is installed.
see #1801
2020-03-05 11:19:19 +01:00
Antoine Nguyen
b5aa1bc7e7 Do not enable cron job if dovecot is disabled. 2020-03-04 11:14:39 +01:00
Razvan Ionescu
6b1f0db475 OpenDKIM start Condition see comments in PR #217, #262 2020-02-20 10:56:00 +01:00
Antoine Nguyen
63c29c34b9 Deploy python3 virtualenvs only. 2019-12-06 12:18:01 +01:00
Antoine Nguyen
851a0f2bb1 Added Debian 10 support. 2019-12-03 21:15:07 +01:00
ga25waq
edd0a32fc6 Adds experimental support for systemd's unit "mysqld" used in CentOS 2019-04-30 21:56:34 +02:00
Antoine Nguyen
688c7744af automx: include domain name in query result. 2019-04-29 12:11:42 +02:00
ga25waq
ac018b3bff Adds systemd directive to start OpenDKIM after PostgreSQL/MySQL 2019-04-02 22:15:59 +02:00
Antoine Nguyen
6c28be4cca Merge pull request #261 from modoboa/feature/upgrade_mode
Installer upgrade mode.
2019-03-19 10:56:31 +01:00