aboutsummaryrefslogtreecommitdiff
path: root/roles/dovecot/files/conf.d/90-sieve.conf
blob: a4f70d379188c877b32e82921382cfed3d516204 (plain)
1
2
3
4
5
6
7
8
# Sieve Configuration
sieve_script default {
  type = default
  name = default
  driver = file
  path = /var/lib/dovecot/sieve/default.sieve
  active_path = ~/.dovecot.sieve
}