paulbsd-salt/states/dovecot/templates/update_sieve.sh.j2
2023-10-10 09:06:30 +02:00

6 lines
253 B
Django/Jinja

{%- from "dovecot/map.jinja" import dovecot with context -%}
#!/usr/bin/env sh
/usr/bin/find {{ dovecot.sieve_dir }} -name "*.sieve" -exec /usr/bin/sievec {} \;
/usr/bin/find {{ dovecot.root_storage }} -name "dovecot.sieve" -exec /usr/bin/sievec {} \;