paulbsd-salt/states/dovecot/templates/update_sieve.sh.j2

6 lines
253 B
Plaintext
Raw Normal View History

2023-10-10 09:06:30 +02:00
{%- 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 {} \;