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:
@@ -50,6 +50,11 @@ protocol imap {
|
||||
mail_executable = /usr/local/libexec/dovecot/imap
|
||||
imap_max_line_length = 65536
|
||||
imap_client_workarounds = delay-newmail outlook-idle netscape-eoh tb-extra-mailbox-sep
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
protocol pop3 {
|
||||
@@ -57,6 +62,19 @@ protocol pop3 {
|
||||
mail_executable = /usr/local/libexec/dovecot/pop3
|
||||
pop3_uidl_format = %08Xu%08Xv
|
||||
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
|
||||
|
||||
# POP3 logout format string:
|
||||
# %i - total number of bytes read from client
|
||||
# %o - total number of bytes sent to client
|
||||
# %t - number of TOP commands
|
||||
# %p - number of bytes sent to client as a result of TOP command
|
||||
# %r - number of RETR commands
|
||||
# %b - number of bytes sent to client as a result of RETR command
|
||||
# %d - number of deleted messages
|
||||
# %m - number of messages (before deletion)
|
||||
# %s - mailbox size in bytes (before deletion)
|
||||
# %u - old/new UIDL hash. may help finding out if UIDLs changed unexpectedly
|
||||
pop3_logout_format = in=%i out=%o top=%t/%p retr=%r/%b del=%d/%m size=%s
|
||||
}
|
||||
|
||||
protocol lda {
|
||||
|
||||
Reference in New Issue
Block a user