reload dovecot to enable imapsieve plugin
This commit is contained in:
parent
81e6f102b0
commit
a211d92fd6
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -ex
|
||||||
#
|
#
|
||||||
# Installer for ISPmail servers
|
# Installer for ISPmail servers
|
||||||
# Copyright © 2025 Christoph Haas <ispmail@christoph-haas.de>
|
# Copyright © 2025 Christoph Haas <ispmail@christoph-haas.de>
|
||||||
|
|
@ -752,6 +752,7 @@ pipe :copy "rspamd-learn-ham.sh";
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Compile the Sieve scripts
|
# Compile the Sieve scripts
|
||||||
|
systemctl reload dovecot
|
||||||
sievec /etc/dovecot/sieve/learn-spam.sieve 2>/dev/null
|
sievec /etc/dovecot/sieve/learn-spam.sieve 2>/dev/null
|
||||||
sievec /etc/dovecot/sieve/learn-ham.sieve 2>/dev/null
|
sievec /etc/dovecot/sieve/learn-ham.sieve 2>/dev/null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue