postfix/fsl.postfix

changeset 776
6fb4607b503b
equal deleted inserted replaced
-1:000000000000 0:f65862556883
1 ##
2 ## fsl.postfix -- OSSP fsl configuration
3 ##
4
5 ident (postfix/.+)/.+ q{
6 prefix(
7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
8 )
9 -> {
10 debug: file(
11 path="@l_prefix@/var/postfix/log/postfix.log",
12 perm=0644, monitor=3600
13 )
14 }
15 };
16

mercurial