Skip to content

Commit cd9ac36

Browse files
committed
Fix sieves
1 parent 013268d commit cd9ac36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rootfs/etc/dovecot/conf.d/90-sieve.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,11 @@ plugin {
213213
# Enables showing byte code addresses in the trace output, rather than only
214214
# the source line numbers.
215215
#sieve_trace_addresses = no
216+
217+
# Always send vacation messages with the SMTP MAIL FROM envelope address set
218+
# to the recipient. This is needed for the vacation response to be DKIM
219+
# signed by QMail. See
220+
# <https://wiki2.dovecot.org/Pigeonhole/Sieve/Extensions/Vacation> for more
221+
# information.
222+
sieve_vacation_send_from_recipient = yes
216223
}

0 commit comments

Comments
 (0)