Payal Rathod [3/1/2004 8:27 AM] :

I am looking for a way to have extension adresses for exim like plussed
addresses in sendmail or dashed addresses in qmail. Actually I am trying
to help a friend who is trying it for her college project.

Assuming exim 4


alias_with_suffix:
   driver = redirect
   local_part_suffix = +*
   local_part_suffix_optional
   data = ${lookup {$local_part} lsearch \
             {/etc/aliases}}$local_part_suffix

This will lookup an alias from /etc/aliases and append $local_part_suffix, the suffix is optional, so it will work for [EMAIL PROTECTED] too.


-- [EMAIL PROTECTED] (Suresh Ramasubramanian) [EMAIL PROTECTED]:/usr/src$ mv linux Gnu/Linux mv: cannot move `linux' to `Gnu/Linux': No such file or directory jaharkes @ cs.cmu.edu in reply to RMS on linux.kernel


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to