On Sat, Aug 02, 2003 at 04:13:44PM -0400, David Corbin wrote:
| Is it possible to configure exim to treat all emails matching a paticular 
| pattern as an alias for particular user?  for example: david*  -> dcorbin?

Yes.  Create a redirect router (in exim4.conf) with something like the
following fields :
    domains = +local_domains
    condition = ${if match {$local_part} {\Ndavid.*\N} {1}{0}}
    data = dcorbin

HTH,
-D

-- 
Misfortune pursues the sinner,
but prosperity is the reward for the righteous.
        Proverbs 13:21
 
http://dman13.dyndns.org/~dman/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to