Re: [exim] Exceptions to globs

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Bowyer
Fecha:  
A: exim-users
Asunto: Re: [exim] Exceptions to globs
Björn Lindström said:
> I have a wildcard at the end of the alias file for my virtual
> domain. What I'm wondering is, how do I make a particular address an
> exception from that, and bounce mail to it.
>
> I'm removing an alias for someone, and for reasons, I want future mail
> to that person to bounce, not go to me.


In your aliases file:

olduser: :fail: This user has gone away

You need to have allow_fail set on the redirect router.

Peter