Zlatko Mesaros escribió:
> 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
Thank you very much!
I had the same problem as you, and I spent the last days trying to solve
vía LDAP query in amavis router...
Javier.-