Re: [Exim] restricted virt domain with /dev/null for rest

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Randy Bush
Fecha:  
A: Philip Hazel
Cc: exim users
Asunto: Re: [Exim] restricted virt domain with /dev/null for rest
> Did you remember to HUP the Exim daemon after setting receiver_verify?

the daemon has been hupped so many times it needs medical care. :-)

> Actually, I think I can see the flaw above. It is that no_more only
> operates if the driver runs, and it only runs if "local_parts" matches.
> So user42@??? is falling through, and presumably being treated as
> a local part at your normal domain. I suggest you remove the no_more,
> and add another director below bogus_local:
>
> bogus_reject:
> driver = smartuser
> domains = bogus.com
> new_address = :fail: Unknown local part


yes!!!!!

thank you.

randy