Mailinglist Archive: opensuse (2217 mails)

< Previous Next >
[opensuse] Cyrus and Syslogng
  • From: "Geert-Jan de Laat" <gdl@xxxxxxxxxxxx>
  • Date: Tue, 18 Sep 2007 14:49:55 +0200
  • Message-id: <20070918125009.47BCB215650@xxxxxxxxxxxxxxxxxxx>
Hi All,

I’m trying to redirect my cyrus messages from /var/log/messages to
/var/log/cyrus on OpenSuSE 10.2. I’ve changed my syslog-ng.log file as
follows:

### Start of code snippet ###

filter f_cyrus      { facility(local6); };

#
# Log cyrus messages to a separate file.
#

destination cyrusmessages { file("/var/log/cyrus"); };
log { source(src); filter(f_cyrus); destination(cyrusmessages); };

### End of code snippet ###

After restarting syslog-ng with rcsyslog restart, no messages show up in the
file /var/log/cyrus.

Anyone have any clues on what I’m doing wrong?????

Best regards,

Geert-Jan

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups