dovecot/fsl.dovecot

changeset 148
f6edc24e328f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dovecot/fsl.dovecot	Tue Apr 07 19:52:45 2009 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +##
     1.5 +##  fsl.dovecot -- OSSP fsl configuration
     1.6 +##
     1.7 +
     1.8 +ident (dovecot.*)/.+ q{
     1.9 +    prefix(
    1.10 +        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.11 +    )
    1.12 +    -> {
    1.13 +        debug: file(
    1.14 +            path="@l_prefix@/var/dovecot/log/dovecot.log",
    1.15 +            perm=0600
    1.16 +        )
    1.17 +    }
    1.18 +};
    1.19 +
    1.20 +ident (deliver(.*))/.+ q{
    1.21 +    prefix(
    1.22 +        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.23 +    )
    1.24 +    -> {
    1.25 +        debug: file(
    1.26 +            path="@l_prefix@/var/dovecot/log/deliver.log",
    1.27 +            perm=0600
    1.28 +        )
    1.29 +    }
    1.30 +};
    1.31 +

mercurial