Dan Egli wrote:
> So, sender verification in Amavis and no_verify in the router? It's
> already set no_verify.
>
> amavis_director:
> driver = accept
> condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}"
> retry_use_local_part
> transport = amavis
> verify = false
>
> see? verify = false.
>
> That is (as I said before) taken DIRECTLY from readme.EXIM in the
> distribution archive.
>
> Next idea?
Does
exim -oMr scanned-ok -d9 -bt virustest@???
and
exim -oMr scanned-ok -d9 -bv virustest@???
give any hints?
Nico