diff -r 13509f36148e -r f6edc24e328f dovecot/fsl.dovecot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dovecot/fsl.dovecot Tue Apr 07 19:52:45 2009 +0200 @@ -0,0 +1,28 @@ +## +## fsl.dovecot -- OSSP fsl configuration +## + +ident (dovecot.*)/.+ q{ + prefix( + prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " + ) + -> { + debug: file( + path="@l_prefix@/var/dovecot/log/dovecot.log", + perm=0600 + ) + } +}; + +ident (deliver(.*))/.+ q{ + prefix( + prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " + ) + -> { + debug: file( + path="@l_prefix@/var/dovecot/log/deliver.log", + perm=0600 + ) + } +}; +