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