"Madhav" <[EMAIL PROTECTED]> wrote:
>1. The following is the assign file i have. here the first field is the mail
>address, 2nd user name(linux
> user).
> my problem is i am able to recieve mails sent to both the linux user
>and the mailaddress (in my
> case [EMAIL PROTECTED] and [EMAIL PROTECTED]). whereas i want to
>recieve mails
> addressed to madhav only (ie those addressed to mail addresses
> only).
The qmail-users mechanism allows to add aliases, but it doesn't
prevent delivery to other deliverable addresses. If you want to make
mail to a valid user bounce, set up an assign entry to redirect it to
a ~alias/.qmail-nosuchuser containing:
|bouncesaying "no such user"
>2. my mail clients will be accessing mails only through pop and smtp for
>receiving and sending mails. for every mail user is it mandatory to
>create a linux user?
No, there are various "virtual user" solutions available from
www.qmail.org.
-Dave