X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=conf.d%2F15-lda.conf;h=42318a8cfa64cdc1a62b689a135742410af6cfc4;hb=0637072e2f3a9898a6166b344587d9663f8ba632;hp=609023a202155c3bf38cb589a97e727342b3cd44;hpb=02f40af4ac9fee81306c5d0182fa4c480c1a22f5;p=sysconfig%2Fdovecot.git diff --git a/conf.d/15-lda.conf b/conf.d/15-lda.conf index 609023a..42318a8 100644 --- a/conf.d/15-lda.conf +++ b/conf.d/15-lda.conf @@ -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 }