Re: [Exim] sender verify problem

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Andreas J Mueller
Datum:  
To: Fernando Sanchez
CC: exim-users
Betreff: Re: [Exim] sender verify problem
Hi Fernando!

> Ok, I can't get this to work, and I'm accepting any address from any
> host as a valid address, even from my own domain.


> amavis:
>          driver = accept
>          condition = "${if eq {$received_protocol}{no-scan} {0}{1}}"
>          transport = amavis


Please set no_verify for this router. Otherwise, *any* address will
be accepted during verification. There may be other errors in your
configuration.

Andy