Re[2]: [vchkpw] maildrop problem with vpopmail

2003-03-04 Thread Peter Mikeska
Hello Gregor,

Monday, March 3, 2003, 4:45:03 PM, you wrote:

GL At 12:44 03/03/2003, you wrote:
Hi,
I have maildrop, spamassa, avir, and KAV, when I put |maildrop to
.qmail-default for domain I get error
@40003e6399702d9e6dbc status: local 0/10 remote 0/20
@40003e639c712d9618ec starting delivery 51: msg 1623022 to local
[EMAIL PROTECTED]
@40003e639c712d964f9c status: local 1/10 remote 
0/20
@40003e639c712e478e9c delivery 51: deferral: 
maildrop:_Changing_to_/home/vpopmail/maildrop:_Invalid_home_directory_permiss
ions_-_world_writable./

but I check all directory has permision 600 for that domain,  and i
dont have dire /home/vpopmail/maildrop , just
/home/vpopmail/domains/...

GL Where's your mailfilter file with the rules and what permissions has it got?
GL What you probably want to do is to specify the file that holds the 
GL mailfilter rules on the command line

GL i.e.
GL | /usr/local/bin/maildrop /var/vpopmail/domains/mailfilter

GL Make sure the mailfilter file is owned by vpopmail.vchkpw and has 
GL permission 600

GL Not sure if this solves the problem, but it definitely works here (vpopmail 
GL version 5.3.8)

GL - Gregor 



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

-- 
Best regards,
 Petermailto:[EMAIL PROTECTED]




Re[2]: [vchkpw] maildrop problem with vpopmail

2003-03-04 Thread Gregor Lawatscheck
At 09:06 04/03/2003, you wrote:
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
}