* Wed Sep 11 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- merge dovecot-extra [SME: 12735]
This commit is contained in:
9
root/etc/e-smith/events/actions/dovecot-compile-sieve
Normal file
9
root/etc/e-smith/events/actions/dovecot-compile-sieve
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
status=$(/sbin/e-smith/config getprop spamassassin UseBayes || echo 0)
|
||||
if [ "$status" = "1" ]
|
||||
then
|
||||
systemctl restart dovecot
|
||||
/usr/bin/sievec /usr/libexec/dovecot/sieve/
|
||||
fi
|
||||
#/usr/bin/sievec /usr/libexec/dovecot/sieve/
|
Reference in New Issue
Block a user