Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix default sieve location syntax #57

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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