Re: [exim] rejecting mail to non-existent hosts

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Graeme Fowler
Fecha:  
A: exim-users
Asunto: Re: [exim] rejecting mail to non-existent hosts
On Fri, 2007-04-27 at 18:59 +0200, Zbigniew Szalbot wrote:
> > Make sure that you use:
> >
> >   deny    domains       = +local_domains
> >           !verify       = recipient

>
> That would mean I deny domains which are local? And I do not verify
> recipient? Is my understanding correct?


It means that you will reject all RCPT commands for domains in your
local domains list where the recipient does not verify.

Graeme