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

Top Page
Delete this message
Reply to this message
Author: John Hall
Date:  
To: exim-users
Subject: 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