Re: [EXIM] Accepting Mail for All Subdomains

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Jared Proudfoot
CC: exim-users
Subject: Re: [EXIM] Accepting Mail for All Subdomains
On Thu, 1 Oct 1998, Jared Proudfoot wrote:

> What I'm trying to do is get exim to accept mail for any possible subdomain of
> a domain we host. For example, we're hosting domain.com but for some reason
> people keep emailing www.domain.com, this.domain.com, anotherhost.domain.com,
> blah.domain.com, etc. What I want to do is accept mail for *.domain.com and
> deliver using domain.com's alias file.


Easiest approach may be just to rewrite the addresses

*@*.domain.com $1@???

with maybe some flags to restrict it if you want to.


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***