[Exim] exim and starttls

トップ ページ
このメッセージを削除
このメッセージに返信
著者: nikss
日付:  
To: exim-users@exim.org
題目: [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??