We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013268d commit cd9ac36Copy full SHA for cd9ac36
rootfs/etc/dovecot/conf.d/90-sieve.conf
@@ -213,4 +213,11 @@ plugin {
213
# Enables showing byte code addresses in the trace output, rather than only
214
# the source line numbers.
215
#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
223
}
0 commit comments