Date: Mon, 8 Sep 2008 07:09:37 -0700 From: infosec@gmail.com To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng] Anyone Using Mailgraph (an RRD based Tool) for Postfix Mail Logs???
On Mon, Sep 8, 2008 at 5:51 AM, <wiskbroom@hotmail.com> wrote:
write(2, "WARNING: line not in syslog form"..., 172) = 172
My syslog-ng.conf has the following relevant data for this particular source:
options { ... long_hostnames(on); .. };
Set long_hostnames to off, and then when you no longer have hostnames like mailserver.mailserver.net/mailserver.example.net you'll probably be ok.
Cat; This worked indeed! Thank you. Is there any other way to achieve this? While this fixes this problem, it breaks other functionality I have in place, i.e. my logrotate scripts and some other SEC rules. Thanks! .vp