<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">We saw this behavior with the old 2.x
versions as well even when the source was the kernel syslog API.
When the messages were written to a file or forwarded to a central
syslog server, some messages were unwrapped to a character by
character stream. It always seemed to be the same application that
had only some of its messages unwrapped. The symptoms went away
after we upgraded to 3.x<br>
<br>
I never tried to fix it, or track it down. It was only 100
messages per day in a stream of 100 million. I just upgraded.<br>
<br>
Evan.<br>
<br>
<br>
On 08/31/2016 06:25 AM, Alarie, Maxime wrote:<br>
</div>
<blockquote
cite="mid:23396023F719ED41888885C3B22D602F308E9D37@WPEXCH2010MR11.bur.hydro.qc.ca"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
lang="EN-CA">Thanks for the update guys.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
lang="EN-CA"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
lang="EN-CA">I know the version is old, problem is I
cannot update it since it’s a black box and we would lose
support from EMC. Ill see what I can do.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
lang="EN-CA"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-left:35.4pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
lang="FR">De :</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
lang="FR"> <a class="moz-txt-link-abbreviated" href="mailto:syslog-ng-bounces@lists.balabit.hu">syslog-ng-bounces@lists.balabit.hu</a>
[<a class="moz-txt-link-freetext" href="mailto:syslog-ng-bounces@lists.balabit.hu">mailto:syslog-ng-bounces@lists.balabit.hu</a>]
<b>De la part de</b> Scheidler, Balázs<br>
<b>Envoyé :</b> 31 août 2016 05:15<br>
<b>À :</b> Syslog-ng users' and developers' mailing list<br>
<b>Objet :</b> Re: [syslog-ng] Problem with syslog-ng
version 2<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:35.4pt"><o:p> </o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:106.2pt;text-align:center"
align="center">
<b><span style="color:red">Courriel provenant de l’externe<br>
ATTENTION, avant d’accéder à une pièce jointe ou à un lien
de ce courriel, assurez-vous que celui-ci provient d’un
tiers de</span></b><span style="color:red">
<b>confiance.</b></span><o:p></o:p></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal"
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">Well,
older syslog-ng versions probably folowed the file as
it was written, and if only a partial line was
present, it was assumed to be the entire message.<o:p></o:p></p>
</div>
<p class="MsoNormal"
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">Maybe
the application is writing that file one-character at a
time?<o:p></o:p></p>
</div>
<p class="MsoNormal"
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt">But
I agree with Peter, 2.0.9 is probably a decade old, so in
order to properly support your problems, you should
definitely upgrade to something newer.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:35.4pt"><br
clear="all">
<o:p></o:p></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:35.4pt">-- <br>
Bazsi<o:p></o:p></p>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-left:35.4pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-left:35.4pt">On Mon,
Aug 29, 2016 at 8:48 PM, Alarie, Maxime <<a
moz-do-not-send="true"
href="mailto:Alarie.Maxime@hydro.qc.ca"
target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:Alarie.Maxime@hydro.qc.ca">Alarie.Maxime@hydro.qc.ca</a></a>>
wrote:<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729;background:white"
lang="EN-CA">OS: SLes 11 sp4
</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729;background:white"
lang="EN-CA">syslog-ng: syslog-ng-2.0.9-27.34.39.2</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729;background:white"
lang="EN-CA"> </span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Hi,</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">syslog-ng is configured to read from
a application log file and then send it to another
file in /var/log (tcpdump is not installed, I cant
install it on a blackbox so this is how I test my
config)</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">I have the following in my syslog-ng
configuration file:</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1"
lang="EN-CA">source ESRS {</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1"
lang="EN-CA">file("/opt/esrsve/gateway/xGate.log");</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1">};</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1"> </span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1">destination
esrsfile{ file("/var/log/max.log" );};</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1"> </span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1"> </span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1"> </span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1">log
{ source(ESRS);</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1">destination(esrsfile);</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;background:#EFF0F1"><span
style="font-size:10.0pt;font-family:Consolas;color:#242729;border:none
windowtext 1.0pt;padding:0cm;background:#EFF0F1"
lang="EN-CA">};</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">The problem I am seeing is that when
syslog writes to the outputfile (esrsfile) it
truncatedthe lines.</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">ex: Source File : [ 0, 6, 1, 1007]
08-29-2016 13:56:28.703 IMPORTANT INFO EDDEMC:
Data Item::PMStatus <b><span style="border:none
windowtext 1.0pt;padding:0cm">Current
Value::Offline</span></b></span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">And the destination file looiks like
this:</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">... ...
</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname C</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname u</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname r</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname r</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname e</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname n</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname t</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname V</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname a</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname l</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname u</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname e</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname :</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname :</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname O</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname f</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname f</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname l</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname i</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname n</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Aug 29 14:00:02 hostname e</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">... ...</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">What am I doing wrong here?</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA"> </span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA"> </span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:35.4pt;line-height:14.65pt;background:white"><span
style="font-size:11.5pt;font-family:"Arial","sans-serif";color:#242729"
lang="EN-CA">Thanks much!</span><o:p></o:p></p>
<p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:35.4pt"><span
lang="EN-CA"> </span><o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:35.4pt"><br>
______________________________________________________________________________<br>
Member info: <a moz-do-not-send="true"
href="https://lists.balabit.hu/mailman/listinfo/syslog-ng"
target="_blank">
https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a moz-do-not-send="true"
href="http://www.balabit.com/support/documentation/?product=syslog-ng"
target="_blank">
http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a moz-do-not-send="true"
href="http://www.balabit.com/wiki/syslog-ng-faq"
target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-left:35.4pt"><o:p> </o:p></p>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">______________________________________________________________________________
Member info: <a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a class="moz-txt-link-freetext" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a class="moz-txt-link-freetext" href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a>
</pre>
</blockquote>
<p><br>
</p>
</body>
</html>