X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=conf.d%2F15-lda.conf;h=6eadbf47e06fe5bcf05a347ddff733ee4d499901;hb=146dd93649e655f1bad2fd48c094bef60bf4e7bd;hp=609023a202155c3bf38cb589a97e727342b3cd44;hpb=02f40af4ac9fee81306c5d0182fa4c480c1a22f5;p=sysconfig%2Fdovecot.git diff --git a/conf.d/15-lda.conf b/conf.d/15-lda.conf index 609023a..6eadbf4 100644 --- a/conf.d/15-lda.conf +++ b/conf.d/15-lda.conf @@ -3,11 +3,11 @@ ## # Address to use when sending rejection mails. -# Default is postmaster@. +# Default is postmaster@. %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 @@ -45,4 +45,18 @@ 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 }