Sorry, I must sound stupid but this really doesn't work.
If I send an e-mail to [EMAIL PROTECTED] I want that mail delivered to root,
so I put &root inside .qmail-root.
But qmail sends it to root, so first checks the config and sees that
.qmail-root oblies it to be send to &root, and so on -> loop
Is it possible that root, someday, will receive a mail? Because it doesn't
accept &[EMAIL PROTECTED] :-(
I've read INSTALL.alias and says "Under qmail, root never receives mail",
why?
----- Original Message -----
From: Patrick Berry <[EMAIL PROTECTED]>
To: Andr�s <[EMAIL PROTECTED]>
Sent: Friday, November 05, 1999 1:37 AM
Subject: Re: E-mail that loops
> On 11/5/99 at 1:29 AM, [EMAIL PROTECTED] (Andr�s) had the thought:
>
> > I've done
> >
> > >echo &root > /var/qmail/alias/.qmail-root
>
> Hey man,
>
> qmail will not deliver to root. All mail to root must go to someone else.
>
> If you want it delivered to /var/qmail/alias/Maildir do this:
> echo &alias > /var/qmail/alias/.qmail-root
> If you want it delivered to a regular user such as you do this:
> echo &amendez > /var/qmail/alias/.qmail-root
>
> Who ever you put in the .qmail-root file must be a user on the system or
else you will have to use a
> the whole email address like this:
> echo &[EMAIL PROTECTED] > /var/qmail/alias/.qmail-root
>
> Sound okay?
>
> Pat
> --
> Freestyle Interactive | http://www.freestyleinteractive.com | 415.778.0610
>
>
>