2 ## LDA specific settings (also used by LMTP)
5 # Address to use when sending rejection mails.
6 # Default is postmaster@<your domain>. %d expands to recipient domain.
7 postmaster_address = {{postfix.postmaster}}
9 # Hostname to use in various parts of sent mails (e.g. in Message-Id) and
10 # in LMTP replies. Default is the system's real hostname@domain.
13 # If user is over quota, return with temporary failure instead of
15 #quota_full_tempfail = no
17 # Binary to use for sending mails.
18 #sendmail_path = /usr/sbin/sendmail
20 # If non-empty, send mails via this SMTP host[:port] instead of sendmail.
23 # Subject: header to use for rejection mails. You can use the same variables
24 # as for rejection_reason below.
25 #rejection_subject = Rejected: %s
27 # Human readable error message for rejection mails. You can use variables:
28 # %n = CRLF, %r = reason, %s = original subject, %t = recipient
29 #rejection_reason = Your message to <%t> was automatically rejected:%n%r
31 # Delimiter character between local-part and detail in email address.
32 recipient_delimiter = {{ postfix.recipient_delimiter | default("+") }}
34 # Header where the original recipient address (SMTP's RCPT TO: address) is taken
35 # from if not available elsewhere. With dovecot-lda -a parameter overrides this.
36 # A commonly used header for this is X-Original-To.
37 #lda_original_recipient_header =
39 # Should saving a mail to a nonexistent mailbox automatically create it?
40 #lda_mailbox_autocreate = no
42 # Should automatically created mailboxes be also automatically subscribed?
43 #lda_mailbox_autosubscribe = no
46 # Space separated list of plugins to load (default is global mail_plugins).
47 mail_plugins = $mail_plugins sieve