summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/20-lmtp.conf
blob: 9cb7340a5e07eafa5f43ce77a58cd644536b8d6b (plain)
  1. ##
  2. ## LMTP specific settings
  3. ##
  4. # Support proxying to other LMTP/SMTP servers by performing passdb lookups.
  5. #lmtp_proxy = no
  6. # When recipient address includes the detail (e.g. user+detail), try to save
  7. # the mail to the detail mailbox. See also recipient_delimiter and
  8. # lda_mailbox_autocreate settings.
  9. #lmtp_save_to_detail_mailbox = no
  10. # Verify quota before replying to RCPT TO. This adds a small overhead.
  11. #lmtp_rcpt_check_quota = no
  12. # Which recipient address to use for Delivered-To: header and Received:
  13. # header. The default is "final", which is the same as the one given to
  14. # RCPT TO command. "original" uses the address given in RCPT TO's ORCPT
  15. # parameter, "none" uses nothing. Note that "none" is currently always used
  16. # when a mail has multiple recipients.
  17. #lmtp_hdr_delivery_address = final
  18. protocol lmtp {
  19. # Space separated list of plugins to load (default is global mail_plugins).
  20. mail_plugins = $mail_plugins sieve
  21. postmaster_address = postmaster@jones.dk
  22. }