Re: [vchkpw] forwarding mails

2005-05-26 Thread Chris Pugh
> Payal Rathod wrote:
> > How in the world am I suppossed to forward mails
> in qmail+vpopmail setup?

>> # pwd
>> /home/vpopmail/domains/example.net
> > 
> > # echo "&[EMAIL PROTECTED]" > .qmail-rp
> > 
> > This does not work.

This is the correct format. With the right 
permissions no reason why it shouldn't work.
 
> > Neither this does,
> > # echo "&[EMAIL PROTECTED]" > rp/.qmail

  ( scratches head..  )

> What are perms and ownership of the .qmail- files?

>--- DAve <[EMAIL PROTECTED]> wrote:
>I have mine scripted to be 644 and vpopmail:vchkpw
>at creation.

They work tickety-boo as below,

-rw---  vpopmail vchkpw .qmail-rp

If it's really giving you grief, why not use
qmailadmin to set them?

HTH

Chris.



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/


Re: [vchkpw] forwarding mails

2005-05-26 Thread DAve

Payal Rathod wrote:

Hi,
How in the world am I suppossed to forward mails in qmail+vpopmail 
setup?


# pwd
/home/vpopmail/domains/example.net

# echo "&[EMAIL PROTECTED]" > .qmail-rp

This does not work.

Neither this does,
# echo "&[EMAIL PROTECTED]" > rp/.qmail

With warm regards,
-Payal


What are perms and ownership of the .qmail- files?

What do the logs say?

I have mine scripted to be 644 and vpopmail:vchkpw at creation.
I use valias for forwards mostly, though I still have a few .qmail files 
around for accounts that have mail 'copied' to other accounts.


DAve



Re: [vchkpw] forwarding mails

2005-05-26 Thread Rick van Vliet

Payal Rathod wrote:

Hi,
How in the world am I suppossed to forward mails in qmail+vpopmail 
setup?


# pwd
/home/vpopmail/domains/example.net

# echo "&[EMAIL PROTECTED]" > .qmail-rp

This does not work.

Neither this does,
# echo "&[EMAIL PROTECTED]" > rp/.qmail

With warm regards,
-Payal







Use valias. Or qmailadmin from http://inter7.com/?page=qmailadmin

To forward mail for [EMAIL PROTECTED] to two different external 
addresses:


# /home/vpopmail/bin/valias -i [EMAIL PROTECTED]
[EMAIL PROTECTED]
# /home/vpopmail/bin/valias -i [EMAIL PROTECTED]
[EMAIL PROTECTED]

valias works by putting a .qmail-aliens file in the relevant domain 
directory.


(Check the permissions on the dot-qmail files you already made, and be 
sure that owner=vpopmail, group=vchkpw.) Then they might work as you expect.

Rick


[vchkpw] forwarding mails

2005-05-26 Thread Payal Rathod
Hi,
How in the world am I suppossed to forward mails in qmail+vpopmail 
setup?

# pwd
/home/vpopmail/domains/example.net

# echo "&[EMAIL PROTECTED]" > .qmail-rp

This does not work.

Neither this does,
# echo "&[EMAIL PROTECTED]" > rp/.qmail

With warm regards,
-Payal