Autor: Fred G Data: Para: exim-users Asunto: [Exim] hosts avoid TLS problem
Hi everyone,
If someone could help me with the hosts_avoid_tls feature in the exim config file.
I am trying to avoid certain mail server having a broken TLS key. These servers
always return a "454 TLS not available" error, so I thought I could tell my exim
server not to STARTTSL on these mail servers with the hosts_avoid_tls function.
However, it does not work, please see what I did:
[/usr/sbin]# exinext usermailbox@???
Deliver: relay.netvisao.pt [213.228.128.59] error 0: SMTP error from remote mailer
after STARTTLS: host relay.netvisao.pt [213.228.128.59]: 454 TLS not a
first failed: 12-Sep-2002 05:31:23
last tried: 26-Dec-2002 17:06:30
next try at: 27-Dec-2002 01:06:30
past final cutoff time
I also tried with 213.228.128.51 (store3.netvisao.pt) in the conf and still it does not
work. Exim still tries to start a TLS connection. Any idea?