[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: exim and <username>+<xxx>@domain



*- On 21 Oct, Robert Waldner wrote about "exim and <username>+<xxx>@domain"
> 
> I need above construct for use with procmail. How can I tell exim to accept all 
> <username>+<anything> and deliver it to <username>?
> 

Add the following in your Directors section above the localuser
director.

suffix_local:
  suffix = +*
  driver = localuser
  transport = local_delivery


Should work, it has worked for me when I used it breifly.


Brian Servis
-- 
------------------------------------------------------------------------
Mechanical Engineering              |  Never criticize anybody until you  
Purdue University                   |  have walked a mile in their shoes,
servis@purdue.edu                   |  because by that time you will be a
http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.


Reply to: