Re: [exim] SSL/TLS

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Todd Lyons
Data:  
Para: The Doctor
CC: exim-users, Cyborg
Asunto: 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