Re: [exim] SSL/TLS

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Todd Lyons
Ημερομηνία:  
Προς: The Doctor
Υ/ο: exim-users, Cyborg
Αντικείμενο: Re: [exim] SSL/TLS
> How do I get rid of the comments?

grep '^[^#]' /etc/exim/exim4.conf

That makes it skip any line that starts with "#" and skip any line
that doesn't have at least one character in it (i.e. skips blank
lines). If you want to keep the blank lines:

grep '^[^#]*$' /etc/exim/exim4.conf

...Todd
--
The total budget at all receivers for solving senders' problems is $0.
If you want them to accept your mail and manage it the way you want,
send it the way the spec says to. --John Levine