Skip to content

Commit

Permalink
Adjust sieve location paths to new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
doobry-systemli committed Jan 1, 2024
1 parent 753c9b3 commit dfa0cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dovecot_mail_plugins_imap: $mail_plugins imap_quota
dovecot_lda_mailbox_autosubscribe: "yes"
dovecot_lda_mail_plugins_extra: sieve
dovecot_junk_trash_autoexpunge: 30d
dovecot_sieve_location: /var/vmail/%d/%n/.dovecot.sieve
dovecot_sieve_location: "file:/var/vmail/%d/%n/sieve;active:/var/vmail/%d/%n/.dovecot.sieve"
dovecot_sieve_before: /etc/dovecot/sieve-before/spam-to-junk.sieve
dovecot_sieve_max_redirects: 20

Expand Down

0 comments on commit dfa0cc6

Please sign in to comment.