Skip to content

Commit

Permalink
Merge pull request #57 from systemli/fix/sieve
Browse files Browse the repository at this point in the history
Fix default sieve location syntax
  • Loading branch information
doobry-systemli authored Jan 1, 2024
2 parents b89bd1c + 5c6e913 commit 7344fe4
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: "file:/var/vmail/%d/%n/sieve;active:/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 7344fe4

Please sign in to comment.