merging pull-request #187, set log format for dovecot in froxlor config and updated German translations

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-05-07 09:13:44 +02:00
parent fb3d0269a1
commit 07e5385fa2
10 changed files with 190 additions and 81 deletions

View File

@@ -126,6 +126,10 @@ protocol imap {
mail_plugins = $mail_plugins
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
imap_max_line_length = 64 k
# IMAP logout format string:
# %i - total number of bytes read from client
# %o - total number of bytes sent to client
imap_logout_format = in=%i out=%o
}