Re: [qmailadmin] Something about spam command

2008-02-20 Thread Dave Steinberg
Frankie Wong wrote: I use serversidefilter plugin of squirrelmail to create mailfilter in user's mailbox, content in .qmail file of individual user like this: |preline /usr/local/bin/maildrop /home/vpopmail/domains/mydomains.com/mailuser/Maildir/mailfilter Since mailfilter files in

Re: [qmailadmin] Something about spam command

2008-02-20 Thread Frankie Wong
Frist of all, thank you very much. It won't work for me with following log: ERR:_authdaemon:_s_connect()_failed:_Permission_denied//usr/local/bin/maildr op:_Temporary_authentication_failure./ After taking a look to man of maildrop, the -f and -d option, they may not suitable to me and I amend

Re: [qmailadmin] Something about spam command

2008-02-20 Thread Frankie Wong
Your example give me hint to amend user.c of qmailadmin. After I change the line #952 from fprintf(fs, %s [EMAIL PROTECTED], SPAM_COMMAND, ActionUser, Domain); to fprintf(fs, %s /home/vpopmail/domains/%s/%s/Maildir/mailfilter\n, SPAM_COMMAND, Domain, ActionUser); and recomplie it again, it

[qmailadmin] Re: Something about spam command

2008-02-20 Thread Stephane Bouvard (ML)
Hi, ,- - [ Le mercredi 20 février 2008 vers 16:19 Frankie Wong écrivait: ] - - | fprintf(fs, %s /home/vpopmail/domains/%s/%s/Maildir/mailfilter\n, SPAM_COMMAND, Domain, ActionUser); and recomplie it again, it works. | `- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Re: [qmailadmin] Re: Something about spam command

2008-02-20 Thread Frankie Wong
Sorry, not quite understand what you mean. Would you like to mention it in details ? Frankie - Original Message - From: Stephane Bouvard (ML) [EMAIL PROTECTED] To: qmailadmin@inter7.com Sent: Thursday, February 21, 2008 7:08 AM Subject: [qmailadmin] Re: Something about spam command