You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
965B

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