Re: [vchkpw] mail forwarding with valias table...

2007-11-30 Thread Cagri Ersen
Tren, thank you mate..
I realy noticed that :)

now i worked.

On Nov 30, 2007 5:28 PM, Tren Blackburn <[EMAIL PROTECTED]> wrote:

>  You forgot the trailing / on Maildir :)
>
> t
>
>
> - Original Message -
> From: Cagri Ersen <[EMAIL PROTECTED]>
> To: vchkpw@inter7.com 
> Sent: Fri Nov 30 07:26:01 2007
> Subject: [vchkpw] mail forwarding with valias table...
>
> Hi,
>
> I have a vpopmail server with mysql intergation.
> and i need to forward a copy of some mails to another e-mail addresses...
>
> i googled this case and found a solution like below.
>
> INSERT INTO valis VALUES('user','domain.com','/dir/to/Maildir');
> INSERT INTO valis VALUES('user','domain.com',' [EMAIL PROTECTED]');
>
> but that didnt work. when i insert that records and then send a test
> e-mail, i seen a error msg in my qmail log file.
>
> @400047502a9d2a4f237c delivery 3: deferral:
> can't_handle_mbox_delivery_for_/usr/home/vpopmail/domains/domain.com/user/Maildir
>
> Any idea ?
>
>
> 
>


!DSPAM:47502e6432005016827685!


Re: [vchkpw] mail forwarding with valias table...

2007-11-30 Thread Remo Mattei
I just use the .qmail file for that. shupp has a patch I believe that
allows you to do that. but I never used it.

My 2 cents.
Remo

Cagri Ersen wrote:
> Hi,
>  
> I have a vpopmail server with mysql intergation.
> and i need to forward a copy of some mails to another e-mail addresses...
>  
> i googled this case and found a solution like below.
>  
> INSERT INTO valis VALUES('user','domain.com
> ','/dir/to/Maildir');
> INSERT INTO valis VALUES('user','domain.com ','
> [EMAIL PROTECTED] ]');
>  
> but that didnt work. when i insert that records and then send a test
> e-mail, i seen a error msg in my qmail log file.
>  
> @400047502a9d2a4f237c delivery 3: deferral:
> can't_handle_mbox_delivery_for_/usr/home/vpopmail/domains/domain.com/user/Maildir
> Any idea ?
>  
> 

!DSPAM:47502c5332003684013890!



Re: [vchkpw] mail forwarding with valias table...

2007-11-30 Thread Tren Blackburn
You forgot the trailing / on Maildir :)

t

- Original Message -
From: Cagri Ersen <[EMAIL PROTECTED]>
To: vchkpw@inter7.com 
Sent: Fri Nov 30 07:26:01 2007
Subject: [vchkpw] mail forwarding with valias table...

Hi, 
 
I have a vpopmail server with mysql intergation.
and i need to forward a copy of some mails to another e-mail addresses...
 
i googled this case and found a solution like below. 
 
INSERT INTO valis VALUES('user','domain.com','/dir/to/Maildir');
INSERT INTO valis VALUES('user','domain.com',' [EMAIL PROTECTED]');
 
but that didnt work. when i insert that records and then send a test e-mail, i 
seen a error msg in my qmail log file.
 
@400047502a9d2a4f237c delivery 3: deferral: 
can't_handle_mbox_delivery_for_/usr/home/vpopmail/domains/domain.com/user/Maildir

Any idea ?
 
 

!DSPAM:47502c1432002864211167!