Enables both sieve and managesieved, and adds a global rule that moves detected spam to a user's Junk folder automatically
10 lines
211 B
ERB
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
|
|
}
|