I am trying to make fsl forward messages to syslog and having no luck. I am working 
with the postfix package. I editied fsl.postfix to what I though would duplicate 
messages to syslog. I verified that mail.debug messages were being logged by syslogd 
using logger - even from a remote machine in case syslogd was not allowing network 
connections:

    logger -p  mail.debug hi

Here is my fsl.postfix - am I missing something. I don't even get messages in the 
/opt/openpkg/var/postfix/log/postfix.log file now!

##
##  fsl.postfix -- OSSP fsl configuration for Postfix
##

ident (postfix/.+)/.+ q{
    debug: syslog(
        target="remote",
        remotehost="localhost",
        ident="postfix",
        facility="mail"
    );
    prefix(
        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    )
    -> {
        debug: file(
            path="/opt/openpkg/var/postfix/log/postfix.log",
            append=1, perm=0644
        )
    }
};

 
----
Martin Andrews
[EMAIL PROTECTED]

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to