On Wed, Oct 17, 2007 at 02:16:15AM +1000, Sunnz wrote:
> Ohh thanks for the tip.
> 
> So does sendmail supports smtp over ssl? When I restart sendmail I got
> something like:
> 
> 554 5.3.5 /etc/mail/localhost.cf: line 239: service "smtps" unknown
> 
> And in that line I've got:
> 
> # SMTP client options
> 
> O ClientPortOptions=Family=inet6, Address=::
> O ClientPortOptions=Family=inet, Address=0.0.0.0
> O ClientPortOptions=Port=smtps, Name=MTA
> 

You could change smtps to 465, or you could change it to smtp-ssl or similar
if this exists in your /etc/services file:

smtp-ssl        465/tcp                         # SMTP over SSL/TLS

Tor

Reply via email to