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

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