Re: [Exim] Custom bounce messages out of /etc/aliases

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: exim-users
Subject: Re: [Exim] Custom bounce messages out of /etc/aliases
Brett Thorson <bthorson@???> wrote:
> I used to be able to do this on sendmail, wondering if I can easily do
> it in exim.
>
> In the virtual user table we had something that looked like this:
>
> usergone@???    error:nouser This person is long gone

>
> Any ability to do that easily. I suppose I can do a router that looks
> up a username in an additional alias file and substitute in the text
> that it finds, but wondering if there is anyway to get local_delivery
> to do it.


http://www.exim.org/exim-html-4.30/doc/html/spec_22.html#SECT22.6

usergone: :fail: This person is long gone

Peter