1##
2## LMTP specific settings
3##
4
5# Support proxying to other LMTP/SMTP servers by performing passdb lookups.
6#lmtp_proxy = no
7
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
12
13# Verify quota before replying to RCPT TO. This adds a small overhead.
14#lmtp_rcpt_check_quota = no
15
16# Add "Received:" header to mails delivered.
17#lmtp_add_received_header = yes
18
19# Which recipient address to use for Delivered-To: header and Received:
20# header. The default is "final", which is the same as the one given to
21# RCPT TO command. "original" uses the address given in RCPT TO's ORCPT
22# parameter, "none" uses nothing. Note that "none" is currently always used
23# when a mail has multiple recipients.
24#lmtp_hdr_delivery_address = final
25
26# Workarounds for various client bugs:
27#   whitespace-before-path:
28#     Allow one or more spaces or tabs between `MAIL FROM:' and path and between
29#     `RCPT TO:' and path.
30#   mailbox-for-path:
31#     Allow using bare Mailbox syntax (i.e., without <...>) instead of full path
32#     syntax.
33#
34# The list is space-separated.
35#lmtp_client_workarounds =
36
37protocol lmtp {
38  # Space separated list of plugins to load (default is global mail_plugins).
39  #mail_plugins = $mail_plugins
40}
41