[Exim] exim and starttls

Página Inicial
Delete this message
Reply to this message
Autor: nikss
Data:  
Para: exim-users@exim.org
Assunto: [Exim] exim and starttls
Hello

Im trying to set up exim with starttls
so i make cert and private key
and in the end i cannot send any email via ssl

i got error in logs

SMTP protocol error in "STARTTLS" H=[xxx.xxx.xxx.xxx]:1473 STARTTLS command
used when not advertised
SMTP>> 503 STARTTLS command used when not advertised


but in configure i added a line
tls_advertise_hosts = *

so what am I doing wrong??