> -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Dirk H. Schulz > Sent: Wednesday, October 07, 2009 4:32 PM > To: [email protected] > Subject: [rsyslog] Getting Facility from Synlog-NG > > Hi folks, > > I am not sure if this is the right list to ask, but I hope that there > is > more of the related knowledge here. > > I have several Syslog-NG servers reporting to Rsyslog central servers > (just because nobody could tell me how to run Rsyslog on NetBSD ...). > Now I fould that the facility is not transferred to/evaluated on the > Rsyslog servers; e.g. mail messages are written to syslog instead of > maillog on the Rsyslog machines.
This is strange. Facility is a fairly standard field. Could you tell me the content of %rawmwg%. This is done along these lines (if it does not work, check doc for exact syntax): $template raw,"%rawmsg%\n" *.* /path/to/file;raw Rainer > > Is there something special I have to configure on the Rsyslog servers > or > the Syslog-NG servers to fix that? > > Any hint or help is appreciated. > > Dirk > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

