Config updates with new dovecot version (I assume, anyway)
[sysconfig/dovecot.git] / conf.d / 15-lda.conf
1 ##
2 ## LDA specific settings (also used by LMTP)
3 ##
4
5 # Address to use when sending rejection mails.
6 # Default is postmaster@<your domain>. %d expands to recipient domain.
7 #postmaster_address =
8
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.
11 #hostname = 
12
13 # If user is over quota, return with temporary failure instead of
14 # bouncing the mail.
15 #quota_full_tempfail = no
16
17 # Binary to use for sending mails.
18 #sendmail_path = /usr/sbin/sendmail
19
20 # If non-empty, send mails via this SMTP host[:port] instead of sendmail.
21 #submission_host =
22
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
26
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
30
31 # Delimiter character between local-part and detail in email address.
32 #recipient_delimiter = +
33
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 =
38
39 # Should saving a mail to a nonexistent mailbox automatically create it?
40 #lda_mailbox_autocreate = no
41
42 # Should automatically created mailboxes be also automatically subscribed?
43 #lda_mailbox_autosubscribe = no
44
45 protocol lda {
46   # Space separated list of plugins to load (default is global mail_plugins).
47   #mail_plugins = $mail_plugins
48   mail_plugins = sieve
49
50   # Format to use for logging mail deliveries. You can use variables:
51   #  %$ - Delivery status message (e.g. "saved to INBOX")
52   #  %m - Message-ID
53   #  %s - Subject
54   #  %f - From address
55   #deliver_log_format = msgid=%m: %$
56   deliver_log_format = msgid=%m, subj=%s: %$
57   log_path = /var/log/mail/dovecot-deliver.log
58   info_log_path = /var/log/mail/dovecot-deliver.info.log
59
60   # UNIX socket path to master authentication server to find users.
61   auth_socket_path = /var/run/dovecot/auth-userdb
62 }