Re: [vchkpw] could here any one tell me all hidden parameter of vdelivermail ???

2003-01-09 Thread Jerry Chou



> Hi,
>
> > $echo '$[EMAIL PROTECTED]' > /home/vpopmail/domain/vpc.jeje/vpc/.qmail
>
> the address preceeded by a dollar sign is plain wrong.
>
> > $echo '&[EMAIL PROTECTED]' > /home/vpopmail/domain/vpc.jeje/vpc/.qmail
>
> This is the correct way to do it. You say it does not work, but
> unfortunatly you did not supply the output from qmail-send log, which
> would help to find the problem. Please send the log output corresponding
> to this setting of .qmail.
>
I did as Peter said, echo '[EMAIL PROTECTED]' >
/home/vpopmail/domain/vpc.jeje/vpc/.qmail
without  "&" and it works now, it forward mail to [EMAIL PROTECTED] and no
copy
to vpc, the owner of mailbox.

what I maintained is a virtual domain, shall there be anything different ?
and the log I think might be log of qmail-send, that is it:
the 7th line show the mail sent to @internet.com

@40003e1d221c28ff00b4 new msg 30542
@40003e1d221c28ff27c4 info msg 30542: bytes 1281 from
<[EMAIL PROTECTED]> qp 2213 uid 502
@40003e1d221c29426a84 starting delivery 426: msg 30542 to local
[EMAIL PROTECTED]
@40003e1d221c29443774 status: local 1/10 remote 0/20
@40003e1d221c2bab7f2c new msg 30555
@40003e1d221c2baba63c info msg 30555: bytes 1376 from
<[EMAIL PROTECTED]> qp 2220 uid 89
@40003e1d221c2be9246c starting delivery 427: msg 30555 to remote
@internet.com
@40003e1d221c2beb1484 status: local 1/10 remote 1/20
@40003e1d221c2d3ba894 delivery 426: success: did_0+0+2/
@40003e1d221c2d3bcfa4 status: local 0/10 remote 1/20
@40003e1d221c2d3bdb5c end msg 30542
@40003e1d221c33e71a0c delivery 427: success:
61.243.172.45_accepted_message./Remote_host_said:_250_ok_1042
095278_qp_21418/
@40003e1d221c33e74cd4 status: local 0/10 remote 0/20
@40003e1d221c33e7588c end msg 30555



> claudio
> --
> Claudio Nieder, Kanalweg 1, CH-8610 Uster, Tel +41 79 357 6743
> yahoo messenger: claudionieder aim: claudionieder icq:42315212
> mailto:[EMAIL PROTECTED]http://www.claudio.ch
>
>
>





[vchkpw] could here any one tell me all hidden parameter of vdelivermail ???

2003-01-08 Thread Jerry Chou



I set up a virtual domain by vpopmail and I want to 
forward any mail of someone
in the domain to another mailbox: [EMAIL PROTECTED], so I do some 
test, that is the best
funny two:
 
1, 
$echo '$[EMAIL PROTECTED]' > 
/home/vpopmail/domain/vpc.jeje/vpc/.qmail
and then the mail sent to [EMAIL PROTECTED] will bounced and 
bounced, 
and the log will bigger and bigger full of such 
entry:
 
@40003e1d237f1e0fbf54 info msg 
30542: bytes 4511 from <[EMAIL PROTECTED]> qp 2595 uid 
89@40003e1d237f1e4346bc starting delivery 463: msg 30542 to local 
[EMAIL PROTECTED]@40003e1d237f1e453abc status: local 2/10 remote 
0/20@40003e1d237f1e73dc3c delivery 462: success: 
sh:[EMAIL PROTECTED]:_command_not_found/did_0+0+2/@40003e1d237f1e791bfc 
status: local 1/10 remote 0/20
 
2,
$echo '&[EMAIL PROTECTED]' > 
/home/vpopmail/domain/vpc.jeje/vpc/.qmail
and then the mail sent to [EMAIL PROTECTED] will be sent to @internet.com 
!!!
it is really funny~~, but it is true!
 
I use vpopmail 4.9.10
and my vpopmail's .qmail-default content is
 
 
 
could here any one tell me all hidden 
parameter of vdelivermail ???