Spitap
1f9d69c37c
Fix copy issue
2022-07-21 17:21:59 +02:00
Spitap
8d02d2a9fb
added safe mkdir in utils, use utils.mkdir_safe() in backup
2022-07-21 17:09:23 +02:00
Spitap
6f604a5fec
Fix loop logic
2022-07-21 16:53:56 +02:00
Spitap
568c4a65a0
fix none-type passed to os.path
2022-07-21 16:51:32 +02:00
Spitap
dc84a79528
Note : capitalize affects only first letter
2022-07-21 14:12:35 +02:00
Spitap
304e25fa3c
Fix getattr
2022-07-21 14:10:57 +02:00
Spitap
070efd61c4
Fix import
2022-07-21 14:08:39 +02:00
Spitap
9917d8023e
Edited README, fix backup run process
2022-07-21 14:02:41 +02:00
Spitap
27b9de6755
database backup
2022-07-21 13:48:44 +02:00
Spitap
56ed214fb5
Starting work on backup system
2022-07-19 19:06:53 +02:00
jfhovinne
6466a68d46
Ensure redis server is started
2022-06-05 14:40:53 +02:00
Antoine Nguyen
578fc05981
Added support for amavis 2.12.X (ubuntu 22.04)
...
see #413
2022-05-18 10:48:53 +02:00
Antoine Nguyen
d272118d6a
Merge branch 'master' of github.com:modoboa/modoboa-installer
2021-11-04 10:26:45 +01:00
Antoine Nguyen
04b38cf52a
Fixed /etc/os-release parsing.
...
fix #399
2021-11-04 10:26:02 +01:00
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
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
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
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
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
Antoine Nguyen
c39adcbd14
Added support for Modoboa 1.16
2020-10-05 09:15:59 +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
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
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