Sun, 26 Apr 2009 18:18:57 +0200
Don't show the translate mail on every message by default.
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