From 866c185a087bc875cc4d6b046b28c2e7a5d5863d Mon Sep 17 00:00:00 2001 From: David Duque Date: Sun, 16 Oct 2022 23:26:00 +0100 Subject: [PATCH] Fix #66 Make sure OOO notices are sent as if the recipients sent them --- setup/mail-dovecot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/mail-dovecot.sh b/setup/mail-dovecot.sh index c329f0b..28d2992 100755 --- a/setup/mail-dovecot.sh +++ b/setup/mail-dovecot.sh @@ -187,6 +187,7 @@ plugin { sieve = $STORAGE_ROOT/mail/sieve/%d/%n.sieve sieve_dir = $STORAGE_ROOT/mail/sieve/%d/%n sieve_redirect_envelope_from = recipient + sieve_vacation_send_from_recipient = yes } EOF