postfix/fsl.postfix

Fri, 10 Aug 2012 14:15:27 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 10 Aug 2012 14:15:27 +0200
changeset 506
ed99728b62ad
permissions
-rw-r--r--

Correct strange redefinitions of getline(3) error and use parallel make. The
redefinition patch code solves "error: conflicting types for 'getline'."

     1 ##
     2 ##  fsl.postfix -- OSSP fsl configuration
     3 ##
     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 };

mercurial