Re: [exim] How to do callout to specific address?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Marcin Mirosław
Datum:  
To: exim-users
Betreff: Re: [exim] How to do callout to specific address?
W dniu 2012-10-01 22:57, Marcin Mirosław pisze:
> W dniu 2012-10-01 20:26, Jeremy Harris pisze:
>
> Hello Jeremy,
>> On 10/01/2012 02:55 PM, Marcin Mirosław wrote:

[...]
>> Does the method mentioned in http://bugs.exim.org/show_bug.cgi?id=251
>> work for you, modified for your case?
>
> Yes, thanks! It works as I wish.


Finally I wrote this in this way:
 warn
                set     acl_m_fcrdns    = NULL
        warn
                verify                  = reverse_host_lookup
                set     acl_m_fcrdns    = 1
        warn
                !verify                 = reverse_host_lookup
                set     acl_m_fcrdns    = 0


This has advantage that all pieces of checking reverse_host are in one
place;)
Marcin