tiger-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tiger-user] Tiger.ignore non working, or?


From: Javier Fernández-Sanguino Peña
Subject: Re: [Tiger-user] Tiger.ignore non working, or?
Date: Tue, 29 Nov 2005 22:42:23 +0100
User-agent: Mutt/1.5.11

On Thu, Nov 17, 2005 at 09:08:45AM +0100, Robert Lindgren wrote:
> Hi,
> 
> I run debian stable and tiger from there, 3.2.1-24, and I have some problems 
> with ignore.
> 
> I get this a couple of times every day? and the OLD warn also.
> NEW: --WARN-- [lin003w] The process `smtpd' is listening on socket 25 (TCP on 
> every interface) is run by postfix.
> 
> But in my tiger.ignore I have:
> The process `smtpd' is listening on socket 10025 (TCP on loopback interface) 
> is run by postfix.
> The process `smtpd' is listening on socket 25 (TCP on every interface) is run 
> by postfix.

You should use this instead:

The process .smtpd. is listening on sockect 10025 \(TCP on loopback interface\) 
is run by postfix
The process .smtpd. is listening on sockec 25 \(TCP on every interface\) is run 
by postfix

The parenthesis need to be escaped since, otherwise, they are interpreted as
patterns by egrep. If you don't want to be as strict you could even use:

The process .smtpd. is listening on sockec .*25 .* postfix

And that should do the trick too.

Regards

Javier

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]