Send vacation replies even for aliases, related to #123
This commit is contained in:
@@ -161,6 +161,14 @@ plugin {
|
|||||||
sieve_default = /var/lib/dovecot/default.sieve
|
sieve_default = /var/lib/dovecot/default.sieve
|
||||||
sieve_after = /var/lib/dovecot/after.sieve
|
sieve_after = /var/lib/dovecot/after.sieve
|
||||||
sieve_extdata_dict_uri = proxy::sieve
|
sieve_extdata_dict_uri = proxy::sieve
|
||||||
|
|
||||||
|
# Send vacation replies even for aliases
|
||||||
|
# See the Pigeonhole documentation about warnings: http://wiki2.dovecot.org/Pigeonhole/Sieve/Extensions/Vacation
|
||||||
|
# It appears that our implemntation of mail delivery meets criteria of section 4.5
|
||||||
|
# from RFC 5230 and that disabling the recipient checks is not an issue here.
|
||||||
|
sieve_vacation_dont_check_recipient = yes
|
||||||
|
|
||||||
|
# Include the recipient in vacation replies so that DKIM applies
|
||||||
sieve_vacation_send_from_recipient = yes
|
sieve_vacation_send_from_recipient = yes
|
||||||
|
|
||||||
antispam_backend = mailtrain
|
antispam_backend = mailtrain
|
||||||
|
|||||||
Reference in New Issue
Block a user