* K. Shantanu <shantanu-exim@???> [2004-07-06 13:10]:
>
> What do I do if I want to allow plussed address or extension addresses.
> In that case what what do I use and how?
Add local_part_prefix or local_part_suffix to your localuser router.
http://www.exim.org/exim-html-4.30/doc/html/spec_15.html#CHAP15
Also have a look at the local_part_prefix_optional and
local_part_suffix_optional settings.
The default settings according to
http://www.exim.org/exim-html-4.30/doc/html/spec_7.html#SECT7.3
should be
localuser:
driver = accept
check_local_user
transport = local_delivery
Add the above options here.
Test with exim -bt <plussed+address@???>
and exim -bv <plussed+address@???>
HTH, Dominik