On Tue, 12 Mar 2002, Konrad Mader wrote:
> how can I realize that 'test@???' will be local delivert and
> other '@gmx.net' will be external delivert by smtp?
If you are using Exim 4, just add
condition = ${if eq{$local_part@$domain}{test@???}{no}{yes}}
to the dnslookup router. If you are using Exim 3, it is much more messy,
and (as another poster said) rewriting may be the easiest approach
(though it is possible to do it "directly".)
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.