Re: [exim] Rejecting Recipients at RCPT stage

Top Page
Delete this message
Reply to this message
Author: Zlatko Mesaros
Date:  
To: Tecnología UNNOBA
CC: Exim-users
Subject: Re: [exim] Rejecting Recipients at RCPT stage
Hi Javier,

Yes - the no_verify was the only change:

Here is the complete router:

amavis:
        driver = manualroute
        # Do NOT run if received via 10025/tcp or if already spam-scanned
        # or if bounce message ($sender_address="")
        condition = "${if or {{eq {$interface_port}{10025}} \
                         {eq {$received_protocol}{spam-scanned}} \
                         {eq {$sender_address}{}} \
                         }{0}{1}}"
        transport = amavis
        route_list = "* localhost byname"
        self = send
        no_verify



Zlatko

Tecnología UNNOBA wrote:
> Zlatko Mesaros escribió:
>> Thanks Dave and Graeme
>>
>> Really great help.
>> I've changed the amavis router this morning and it works like a charm.
>>
>> Wish you both all the best!
>>
>> Zlatko
>>
>
> Please, can you send your "final" amavis router?
> You just added "no_verify"?
>
> Thanks!
>
> Javier.-