Re: [exim] exim acl checks

Etusivu
Poista viesti
Vastaa
Lähettäjä: Marc Sherman
Päiväys:  
Vastaanottaja: Paulo Andre
Kopio: exim-users
Aihe: Re: [exim] exim acl checks
Paulo Andre wrote:
> I have created a domain (test.darkstar.nom.za) and would like all
> email that start with following '+27' to be delivered to an account.
> eg. +270113200000@??? to be delivered to
> user@??? Is this possible and if so how?


Put this in your routers section:

plus_27_router:
driver = redirect
local_part_prefix = +27
domains = test.darkstar.nom.za
data = user@???

- Marc