Re: [Exim] Exim 4.32 + TLS from foreign host

Top Page
Delete this message
Reply to this message
Author: Toffe
Date:  
To: Toffe
CC: Exim users list
Subject: Re: [Exim] Exim 4.32 + TLS from foreign host
Toffe a écrit :

>Hello,
>
>I'm actually trying to use TLS with exim 4.32, I receive the certificate
>while I try to send a mail from a foreign host; till there it works
>well.
>
>My problem is that in my configuration file acl_check_rcpt block the
>mail: «Relaying deny»... The reason is that exim doesn't recognise the
>foreign host as member of allowed for relaying list. I've tried some
>options but I can't make it work ! Each time logs tell this kind of
>message:
>2004-05-12 17:45:57 H=server.dom.tld (nah-ko.org) [XXX.XXX.XXX.XXX]
>F=<toffe@???> rejected RCPT <ctruffier@???>: Relay denied
>
>How can I do ?
>
>

I've found how to do it:

simply add tls_advertise_hosts = ${if exists
{/etc/exim4/exim.crt}{*}{127.0.0.1/8}}
and +auth_over_tls_hosts to the accepted hosts list.

Now it works !

CU