Files
docker-mail/include/etc/dovecot/conf.d/20-lmtp.conf
2022-02-14 09:45:18 +09:30

19 lines
361 B
Plaintext

##
## LMTP specific settings
##
# Verify quota before replying to RCPT TO. This adds a small overhead.
lmtp_rcpt_check_quota = yes
# Add "Received:" header to mails delivered.
#lmtp_add_received_header = no
protocol lmtp {
info_log_path = /var/log/dovecot-lmtp.log
# postmaster_address = postmaster@example.org
mail_plugins = $mail_plugins sieve
}