<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Here are some recent logs.<br>

<p class="MsoNormal">May&nbsp; 8 13:48:41 mailserver1.mycorp.net/mailserver1.mycorp.net
postfix/smtp[22079]: [ID 197553 mail.info] BBBF66CB1E: to=&lt;b.smith@nodomain.net&gt;,
relay=192.168.12.1[192.168.12.1]:25, delay=0.48, delays=0.31/0.02/0.01/0.14,
dsn=2.6.0, status=sent (250 2.6.0&nbsp; &lt;B7C2C6BA798F3C4DBDD78BEDC1F8AD5732046E44@ns2.someotherdomain.com&gt;
Queued mail for delivery)<br>
May&nbsp; 8 13:48:41 mailserver1.mycorp.net/mailserver1.mycorp.net
postfix/smtp[22079]: [ID 197553 mail.info] BBBF66CB1E: to=&lt;m.jackson@nodomain.net&gt;,
relay=192.168.12.1[192.168.12.1]:25, delay=0.48, delays=0.31/0.02/0.01/0.14,
dsn=2.6.0, status=sent (250 2.6.0&nbsp;
&lt;B7C2C6BA798F3C4DBDD78BEDC1F8AD5732046E44@ ns2.someotherdomain.com&gt;
Queued mail for delivery)<br>
May&nbsp; 8 13:48:41 mailserver1.mycorp.net/mailserver1.mycorp.net
postfix/smtp[22079]: [ID 197553 mail.info] BBBF66CB1E: to=&lt;r.lindsay@nodomain.net&gt;,
relay=192.168.12.1[192.168.12.1]:25, delay=0.48, delays=0.31/0.02/0.01/0.14,
dsn=2.6.0, status=sent (250 2.6.0&nbsp;
&lt;B7C2C6BA798F3C4DBDD78BEDC1F8AD5732046E44@ ns2.someotherdomain.com&gt;
Queued mail for delivery)<br>
May&nbsp; 8 13:48:41 mailserver1.mycorp.net/mailserver1.mycorp.net
postfix/qmgr[13267]: [ID 197553 mail.info] BBBF66CB1E: removed</p>

I *believe* the double hostname is die to&nbsp; chain_hostnames=yes?&nbsp; Don't remember.<br><br>Regards,<br><br>.vp<br><br><br>&gt; From: Sandor.Geller@morganstanley.com<br>&gt; To: syslog-ng@lists.balabit.hu<br>&gt; Date: Thu, 8 May 2008 18:05:28 +0100<br>&gt; Subject: Re: [syslog-ng] Problems With Filter Rules - Using First Rule, Not One Intended<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; &gt; My problems lie with the other filters, the ones at the end:<br>&gt; &gt;<br>&gt; &gt; filter F_edge         { host("edge*") or host("122.21.*"); };<br>&gt; &gt; filter F_router       { host("gw*") or host("rtr") or host("mmsc"); };<br>&gt; &gt; filter F_switch       { host("sw*") or host("sw1") or host("sw2"); };<br>&gt; &gt; filter F_firewall     { host("^fw*") or host("^mlm*-*") or<br>&gt; &gt; host("^cm*"); };<br>&gt; &gt; filter F_dc           { host("^mydc*") or host("^dc*"); };<br>&gt; &gt; filter F_accesspoints { host("^melanie*"); };<br>&gt; &gt; filter F_mailservers  { host("^mail*") or host("^smtpgw*"); };<br>&gt; &gt; filter F_proxies      { host("^proxygw*"); };<br>&gt; &gt; filter F_InternetIP   { host("161.17.10.*"); };<br>&gt; &gt;<br>&gt; &gt; The above, based on the filter rule for F_mailservers, should<br>&gt; &gt; place anything coming in from a host named mailserver1, or<br>&gt; &gt; smtpgw1 into destination D_mailservers, which in turn should<br>&gt; &gt; save logs into file named<br>&gt; &gt; /var/log/MyHosts/MailServers/$FULLHOST.log.  Instead I find<br>&gt; &gt; those logs in /var/log/MyHosts/Switches/$FULLHOST.log (which<br>&gt; &gt; is really<br>&gt; &gt; /var/log/MyHosts/Switches/mailserver1.mycorp.net/mailserver1.m<br>&gt; &gt; ycorp.net.log)<br>&gt; <br>&gt; It would be nice to see at least a log entry from the file. BTW<br>&gt; how did the hostname appear twice in the destination filename?<br>&gt; Either I overlooked something or you're not using exactly the<br>&gt; same config you sent.<br>&gt; <br>&gt; &gt; I need to figure out a way to write the differences for hosts<br>&gt; &gt; that begin with pattern xxx (^xxx)? and those with xxx at the<br>&gt; &gt; end (*xxx) and those with xxx in the middle (*xxx)?, and for<br>&gt; &gt; the life of me, I can't fifure out why the above is sending<br>&gt; &gt; into Switches :-(<br>&gt; <br>&gt; You've anchors in your filter regexps already. "^xxx", "xxx$",<br>&gt; ".xxx." are what you need if I understand you correctly.<br>&gt; <br>&gt; Regards,<br>&gt; <br>&gt; Sandor<br><br></body>
</html>