Files
chef/site-cookbooks/kosmos_email/templates/dovecot_20-lmtp.conf.erb
T
raucao 451903f663 Enable Sieve and ManageSieve for Dovecot
Enables both sieve and managesieved, and adds a global rule that moves
detected spam to a user's Junk folder automatically
2026-08-15 17:29:41 -06:00

10 lines
211 B
ERB

##
## LMTP specific settings
##
# Enable the Sieve plugin for LMTP delivery so that Sieve scripts are
# executed for incoming mail handed over by Postfix.
protocol lmtp {
mail_plugins = $mail_plugins sieve
}