Question aboout .qmail-default

2001-08-22 Thread Henrik Hudson

Hey List-

This isn't exactly vpopmail related, but sorta :) I had this working awhile 
back, rebuilt my box and now I can't get it to work again. It is explained 
below.

OS: FreeBSD 4.3
Qmail: 1.03
VPOPMAIL: 4.10.32
Courir: 1.3.9

Problem: I can't get mail rerouted to another mailbox using the .qmail-default

Example:  
I added a domain, domain.com
I added a [EMAIL PROTECTED]
I added a .qmail-junk   (which I want to bounce)
I added a .qmail-default with:
| /usr/local/qmail/vpopmail/bin/vdelivermail  [EMAIL PROTECTED]

when I do this, vdelivermail segfaults and spits out a core dump. If I just 
throw an email address in there:
[EMAIL PROTECTED] 

mail doesn't get delivered at all to any of the above users.

If I send an email to junk it bounces correctly. If I send an email to test it 
get's delivered, if send an email to crap it segfaults.

Any ideas?

Thanks list!

Henrik



UPDATE: Re: Question aboout .qmail-default

2001-08-22 Thread Henrik Hudson

Hello List-

I figured it out, but I think it may be a bug or the docs are a little 
outdated??? or I read them wrong..wouldn't be the first time.

I have my domain.com directory  and then I have:
.qmail-junk - | /path/to/vdelivermail '' bounce-no-mail
which works and then:
.qmail-default -  [EMAIL PROTECTED]
If I remove the  it doesn't work. The docs state that you can remove the  
 
 if the first char is a letter or number? Also, doing:
.qmail-default: | /path/to/vdelivermail '' [EMAIL PROTECTED]   
or
.qmail-default: | /path/to/vdelivermail '' [EMAIL PROTECTED]
doesn't work either. The first one segfaults and the second says bad 
syntax in the logs. Now according to the docs the first one should work, 
shouldn't it?

Thanks for all the help!

Henrik

On 22 Aug 2001, at 22:14, [EMAIL PROTECTED] wrote:

 Hey List-
 
 This isn't exactly vpopmail related, but sorta :) I had this working awhile 
 back, rebuilt my box and now I can't get it to work again. It is explained 
 below.
 
 OS: FreeBSD 4.3
 Qmail: 1.03
 VPOPMAIL: 4.10.32
 Courir: 1.3.9
 
 Problem: I can't get mail rerouted to another mailbox using the .qmail-default
 
 Example:  
 I added a domain, domain.com
 I added a [EMAIL PROTECTED]
 I added a .qmail-junk   (which I want to bounce)
 I added a .qmail-default with:
   | /usr/local/qmail/vpopmail/bin/vdelivermail  [EMAIL PROTECTED]
 
 when I do this, vdelivermail segfaults and spits out a core dump. If I just 
 throw an email address in there:
   [EMAIL PROTECTED] 
 
 mail doesn't get delivered at all to any of the above users.
 
 If I send an email to junk it bounces correctly. If I send an email to test it 
 get's delivered, if send an email to crap it segfaults.
 
 Any ideas?
 
 Thanks list!
 
 Henrik