Re: [Exim] Wild cards in aliases?

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jon Bendtsen
Dátum:  
Címzett: Stuart Grimshaw, exim-users
Tárgy: Re: [Exim] Wild cards in aliases?
> Is there any way to set up something similar in exim so that when an address
> with a "." in the user part arrives it will get delivered to the user name on
> the left of the "."


Yes, it's called suffix and prefix. You can have both.
You can replace your . with other stuff, like + - , and so on.

You need a director which basicaly has these 2 linies

suffix = .*
suffix_optional



ion++