From 567e3fd67c4730b9903f45f3c3be8371982c0571 Mon Sep 17 00:00:00 2001 From: Thomas Urban Date: Tue, 30 Mar 2021 18:20:04 +0200 Subject: [PATCH] fixing typo, adopting mailcow style --- setup/mail-dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-dovecot.sh b/setup/mail-dovecot.sh index 230908b0..4928012e 100755 --- a/setup/mail-dovecot.sh +++ b/setup/mail-dovecot.sh @@ -183,7 +183,7 @@ plugin { sieve_after = $STORAGE_ROOT/mail/sieve/global_after sieve = $STORAGE_ROOT/mail/sieve/%d/%n.sieve sieve_dir = $STORAGE_ROOT/mail/sieve/%d/%n - sieve_redirect_envelope_from = orig_recipient' + sieve_redirect_envelope_from = recipient } EOF