FreeBSD/jails/config/mail/dovecot/conf.d/15-lda.conf

8 lines
301 B
Plaintext
Raw Normal View History

2020-02-25 11:28:31 -08:00
# configuration for mail delivered by the `dovecot-lda` command. Shouldn't
# be needed since we are using LMTP, but kept for backwards compatibility.
protocol lda {
# use fsync for write-safety - this deals with delivering actual mail
mail_fsync = optimized
mail_plugins = $mail_plugins sieve
}