[vchkpw] Vpopmail and maildrop

2003-09-25 Thread Mailing Lists
Hy guys, I filter my messages through maildrop.
The problem is that I want to bounce no_such_user messages back to
sender using vdelivermal.

So I put a line 

to |/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

in my maildrop filter script, but no message is bounced!

Any idea???

Here my .qmail-default and my maildrop script

.qmail-default

|maildrop ./maildroprc


Maildroprc

.
.
VHOME=/home/vpopmail/domains/$HOST/$EXT
VPOP=|/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
`test -d $VHOME/Maildir`
if ( $RETURNCODE = 1 )
   {
to $VPOP
exit
   } 
.
.
.
---


Thanks in advance
Ciao
Gianni




[vchkpw] Help please, double message

2003-08-19 Thread Mailing Lists
Hi folks, need an help.
I set up my qmail-vpopmail system to filter mail via maildrop. So i put
this two lines in my .qmail-default file

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox 
| /usr/bin/maildropmailfilter

Where mailfilter is my mail filter file that moves spam messages in a
different folder.
The problem is that in this manner all messages are sent twice in
mailbox.

Obviously, removing the firt line solve the problem, but invalid
addresses are no more notified.

TIA
Ciao
Gianni




[vchkpw] Vconvert problem

2002-12-18 Thread Mailing Lists
Hi all.
I'm testing a migration from cdb to mysql on vpopmail, but I encounter a
problem.
If I run vconvert -c -m, it reports success but my vpopmail table in
vpopmail db is clear.
I also try to create a new account to test if it was a permission
problem, but all works well: the new account was inserted in vpopmail
table.
Then, if I rerun vconvert -c -m, I find that my vpopmail table is
cleared again, loosing also my new account definitions.

Vpopmail version 5.3.12

Any ideas??
Thanks in advance
Ciao
Gianni