Inthereal <[EMAIL PROTECTED]> wrote:
> I would like to make qmail accept email for * @ domain.  There are several
> domains set up, each with several accounts. What I would like to do is set
> up a catch all (or if no user exists, qmail will deliver to a defined
> user.  i dont want mail to bounce.)

If the domains are virtual, just use an appropriate .qmail-default file to
handle them.

If, for example, you have a virtualdomains entry like:
    virtdomain1.com:virtuser1
and you have .qmail files to handle specific accounts:
    ~virtuser1/.qmail-joe
    ~virtuser1/.qmail-bob
then just create the appropriate default file:
    echo "&postmaster@bouncenomore" >~virtuser1/.qmail-default

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