Bhavesh Vakil <[EMAIL PROTECTED]> wrote:
> 
> When [EMAIL PROTECTED] receives mail in his mail box automatically that
> mail is also available in [EMAIL PROTECTED] (it means direct copy). Same
> way if any user like (user_b, user_c,.....) receives any mail then all mail
> is also available in my alluser account. So my alluser account contains all
> mails received through @myserver.com domain.

As noted elsewhere, you could do this with the QUEUE_EXTRA functionality,
and a filter to only capture incoming mail.  See Dan's qmail FAQ about
"How do I keep a copy of all mail?" or similar.

You could also have .qmail files for every user in your system (except
all_users) which forward a copy to all_users@your_domain.

> The second functionality is, if some user say notexist is not available in
> my system and if my system receive mail with that address then automatically
> it send an bounce message to sender. I want to disable this bounce back
> feature if user not found.  If user exist or not exist, my system accept all
> messages in [EMAIL PROTECTED] user,

The .qmail file ~alias/.qmail-default will handle all mail which doesn't
match another local user or more specific alias.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to