add antispam support using imap sieve
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Mauro Torrez
2022-08-07 18:19:52 -03:00
parent 219c9c34c1
commit 10d675e8a5
17 changed files with 120 additions and 418 deletions

6
sievec Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
echo -n "Compiling sieve scripts... "
sievec /etc/dovecot/sieve/before
sievec /etc/dovecot/sieve
echo done.