1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/postfix/fsl.postfix Mon Apr 06 23:53:05 2009 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +## 1.5 +## fsl.postfix -- OSSP fsl configuration 1.6 +## 1.7 + 1.8 +ident (postfix/.+)/.+ 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/postfix/log/postfix.log", 1.15 + perm=0644, monitor=3600 1.16 + ) 1.17 + } 1.18 +}; 1.19 +