View Single Post

  #2 (permalink)  
Old 07-20-2004
Brian T Glenn
 
Posts: n/a
Default Re: Focused catchall ?

On 19 Jul 2004 14:12:21 -0700, en9ssemand <en9ssemand@hotmail.com> may have written:
> Hi,
>
> Normally a catchall mail address catches all mail to unknown addresses
> on a particular domain.
>
> I'm looking for a more "intelligent" or focused way of doing this. The
> sequence for arriving mail should be:
>
> A) Deliver to known email address
> B) If recipient email address is prefixed by a fixed/specifix string
> of characters (by say XYZ, eg. XYZtest@domain.com), deliver to
> focused_catchall@domain.com
> C) Bounce (or deliver to global_catchall@domain.com)


qmail does this by default. Each user may have extension addresses.

Assume your email address is: user@domain.tld

You may then supply an address such as: user-newsletter@domain.tld

Delivery instructions are controlled by .qmail-newsletter in the same
directory as that user's .qmail file. You may then specify a
..qmail-default in that user's homedir to catch all extension addresses.
I use this feature myself to tag addresses just as you mention below.

> Essentially I think the question is about making a distinction between
> global catchall for a domain and focused catchall on the account
> level.


Read `man dot-qmail` for details.

> 2) Can you tell me wich mail-hotel provider might actually sell such a
> product as a dash-board based mail hosting product ?


No "dashboard" required. If you are using POP3 for users, there is
generally only one mailbox to deliver to anyhow. symlink .qmail-default
to .qmail and you are done.

Cheers,
--
Brian T Glenn
delink.net Internet Services
Reply With Quote