"Voitenko, Denis" <[EMAIL PROTECTED]> writes:
> I have a machine that accepts mail for domain.com and has a user
> denis on it. I'd like to forward all the mail to [EMAIL PROTECTED] to
> a different email. I tried to create a /var/qmail/alias/.qmail-denis
> which contained the destination email. Yet, qmail still delivers
> messages to the local mailbox. Is there a way to do this without
> installing the .forward package?
If a UNIX account 'denis' exists and you don't make
special arrangements for 'denis' in users/assign then ~alias
is not consulted at all. Try
echo '&[EMAIL PROTECTED]' > ~denis/.qmail
instead.
-t