In article <[EMAIL PROTECTED]>,
Brooks R. Robinson <[EMAIL PROTECTED]> wrote:
>Greetings,
>       Okay, I give up.  I've RTFM.  I've tried.  I've played.  How do you get
>Exim to redirect mail from an unknown non-user to a given account instead of
>bouncing it.  I need a catch-all recipient, and I can't figure it out.  An
>example for that added clarity [EMAIL PROTECTED] gets bounced.  I want it
>([EMAIL PROTECTED]) sent to (valid) [EMAIL PROTECTED] or some other
>user.

In /etc/exim.conf (or /etc/exim/exim.conf if you're running woody),
in the DIRECTORS part, at the end (after the localuser: director)
add a catch-all director that matches all addresses that the
previous directors couldn't resolve:

catchall:
  driver = smartuser
  new_address = [EMAIL PROTECTED]


.. that's all

Mike.
-- 
"Answering above the the original message is called top posting. Sometimes
 also called the Jeopardy style. Usenet is Q & A not A & Q." -- Bob Gootee

Reply via email to