20-lmtp.conf.erb 469 B

12345678910111213141516
  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. protocol lmtp {
  11. # Space separated list of plugins to load (default is global mail_plugins).
  12. #mail_plugins = $mail_plugins
  13. }