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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Kjetil Torgrim Homme
Date:  
À: Stephen Gran
CC: exim-users
Sujet: Re: [exim] How to disable logging unroutable addresses?
On Mon, 2006-08-14 at 23:56 +0100, Stephen Gran wrote:
> Just to be nitpicky, why egrep? That's not a regular expression.
> For a reasonably busy server, I'd prefer to lower the overhead on every
> possible operation as much as possible, and that's a really easy place
> to cut some out.


most people these days use GNU grep ("the fastest grep in the West", as
the slogan goes):

$ ls -l /bin/egrep /bin/fgrep
lrwxrwxrwx 1 root root 4 2006-08-11 05:53 /bin/egrep -> grep
lrwxrwxrwx 1 root root 4 2006-08-11 05:53 /bin/fgrep -> grep

--
Kjetil T.