Config updates with new dovecot version (I assume, anyway)
[sysconfig/dovecot.git] / conf.d / 15-lda.conf
index 609023a202155c3bf38cb589a97e727342b3cd44..6eadbf47e06fe5bcf05a347ddff733ee4d499901 100644 (file)
@@ -3,11 +3,11 @@
 ##
 
 # Address to use when sending rejection mails.
-# Default is postmaster@<your domain>.
+# Default is postmaster@<your domain>. %d expands to recipient domain.
 #postmaster_address =
 
-# Hostname to use in various parts of sent mails, eg. in Message-Id.
-# Default is the system's real hostname.
+# Hostname to use in various parts of sent mails (e.g. in Message-Id) and
+# in LMTP replies. Default is the system's real hostname@domain.
 #hostname = 
 
 # If user is over quota, return with temporary failure instead of
 protocol lda {
   # Space separated list of plugins to load (default is global mail_plugins).
   #mail_plugins = $mail_plugins
+  mail_plugins = sieve
+
+  # Format to use for logging mail deliveries. You can use variables:
+  #  %$ - Delivery status message (e.g. "saved to INBOX")
+  #  %m - Message-ID
+  #  %s - Subject
+  #  %f - From address
+  #deliver_log_format = msgid=%m: %$
+  deliver_log_format = msgid=%m, subj=%s: %$
+  log_path = /var/log/mail/dovecot-deliver.log
+  info_log_path = /var/log/mail/dovecot-deliver.info.log
+
+  # UNIX socket path to master authentication server to find users.
+  auth_socket_path = /var/run/dovecot/auth-userdb
 }