summaryrefslogtreecommitdiff
blob: 32ca50d5c0607afd1f6b75ba37c3fad963a3d405 (plain) (blame)
1
2
3
4
5
6
7
# 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
}
Powered by cgit v1.2.3 (git 2.41.0)