Re: Suppress connection logging for IP

2016-12-02 Thread Wietse Venema
Ray Dzek:
> Hi,
> 
> We have a load balancer that opens a connection to the SMTP port
> on our postfix boxes to ensure the ports are alive and kicking.
> But obviously, this generates a lot of log clutter that is not
> needed. How would I go about suppressing the connect from... /
> disconnect from... log entry for this particular IP?

There is no such option. Use grep to suppress uninteresting info.
When you rotate logfiles, data compression will greatly reduce
repeated information.

Wietse


Re: Suppress connection logging for IP

2016-12-02 Thread Christian Kivalo


Am 2. Dezember 2016 20:39:58 MEZ, schrieb Ray Dzek :
>Hi,
>
>We have a load balancer that opens a connection to the SMTP port on our
>postfix boxes to ensure the ports are alive and kicking. But obviously,
>this generates a lot of log clutter that is not needed. How would I go
>about suppressing the connect from... / disconnect from... log entry
>for this particular IP?

Configure your syslog daemon to discard these messages from the stream.

>
>Thanks in advance,
>
>Ray
-- 
Christian Kivalo


Suppress connection logging for IP

2016-12-02 Thread Ray Dzek
Hi,

We have a load balancer that opens a connection to the SMTP port on our postfix 
boxes to ensure the ports are alive and kicking. But obviously, this generates 
a lot of log clutter that is not needed. How would I go about suppressing the 
connect from... / disconnect from... log entry for this particular IP?

Thanks in advance,

Ray