Results 1 to 1 of 1
Hi,
my exim server can't send a mail one domain using tls, is there any way of definitely stopping it from using tls because the server returns the following:
Code:
...
- 12-15-2005 #1
Exim TLS problem
Hi,
my exim server can't send a mail one domain using tls, is there any way of definitely stopping it from using tls because the server returns the following:
which tells my exim that it can send tls... so my exim then begins with:Code:250-VRFY 250-EXPN 250-ETRN 250-AUTH=LOGIN 250-AUTH LOGIN CRAM-MD5 250-8BITMIME 250-STARTTLS 250 SIZE 50000000
and gets the reply:Code:STARTTLS
So their server is probably a bit screwed up or can't find their certs. Anyway, can I stop my exim from trying to use TLS in general?Code:454 TLS not available
Is it compiled in and would it require a recompile or is there some option to just switch it off?


Reply With Quote