Re: [exim] Help Spam sending flood from localhost

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Moritz Wilhelmy
Ημερομηνία:  
Προς: The Doctor
Υ/ο: exim-users
Αντικείμενο: Re: [exim] Help Spam sending flood from localhost
Hello,

On Sat, Sep 17, 2011 at 06:49:06 -0600, The Doctor wrote:
> First someone tell me how to remove the comment lines from the
> configuration.


You could use something along the lines of

awk '$1 ~ /^[^#]/' /path/to/exim/configure > /tmp/foo

in order to remove all lines starting with #


Best regards,

Moritz