Re: [exim] suggestion - exim-new-users

Inizio della pagina
Delete this message
Reply to this message
Autore: John Hall
Data:  
To: exim-users
Oggetto: Re: [exim] suggestion - exim-new-users
On 16/11/05, Philip Hazel <ph10@???> wrote:

> It's the way it is because people (in the early days) wanted a working
> configuration that was highly commented so that newcomers could read it
> and perhaps understand the way it worked. Perhaps this has turned into
> overkill?


If you don't like the commented exim configuration, here's a handy sed script :)

#!/bin/sed -f
s/#.*$//
/^\s*$/d


Cheers,
john