Adrien Precigout

Results 27 issues of Adrien Precigout

Description of the issue/feature this PR addresses: see issue #2562 and #2561. From python 3.10, start_server() doesn't take[ ``loop`` as an argument ](https://docs.python.org/3.10/library/asyncio-stream.html#asyncio.start_server). As a result, it is tedious to...

Kind of same mitigation as modoboa/modoboa-installer#426 but for dnsbl check. I would be more in favor to simply drop spamhaus from dnsbl provider, but this could be a simple mitigation...

See #422 and #419.

Description of the issue/feature this PR addresses: Having a way to back up all the data needed to restore modoboa. It is possible to disable mail backup and it also...

Since 2021, spamhaus now requires that your dns resolver has a non-generic rDns set up. Since modoboa doesn't set one as MIAB could do, spamhaus has high chance to send...

Amavis is currently running while receiving the mail, this has the advantage to reject mails if they are suspicious or with unwanted file. However, it also means that amavis has...

NOTE : This is a work in progress. It is working, but some cleanup is needed, and I need to test it with a great amount of data. Since exporting...

This PR add checks for IPv6 set (pointed to mail.example.com.). As well as rDNS checks (for IPv4 and IPv6 if IPv6 checking is enabled). I also refactored a bit the...