thnx , it works, damm last time it worked normalway, duno why have to exactly set path to maildroprc file ;( but now its fine, thank you a lot ;))
miki
No problem... not exactly sure why you'd want
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
in the .qmai-default. This way isn't mail always delivered to the mailbox, even if it's spam or a virus?
You should do this inside the mailfilter like
VPOP="| /var/vpopmail/bin/vdelivermail '' bounce-no-mailbox"
and then the last thing you do in the mailfilter after all your other checks:
exception { to "$VPOP" exit }