Re: [exim] How to disable logging unroutable addresses?

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] How to disable logging unroutable addresses?
Robert Fargher wrote:
> 2006-08-14 14:11:57 H=53541e05.cable.casema.nl (-1209460120) [83.84.30.5]
> F=<bbdb@???> rejected RCPT <aakinin@???>:
> Unrouteable address
>
> There are so many of these rejections logged that it is almost impossible to
> use the log files in real time.


tail -f logfile | egrep -v "Unrouteable address"


- Jeremy