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

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
A: exim-users
Assumpte: 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