On Thu, May 8, 2008 at 4:59 PM, Sam Varshavchik <mrs...@courier-mta.com>
wrote:
Anirban Mukherjee writes:
Hi List,
How do i integrate maildrop with qmail.
Read INSTALL.
I have istalled , my mailfilter file is containing
SHELL="/bin/sh"
import EXT
import HOST
VPOP="| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox"
VHOME=`/home/vpopmail/bin/vuserinfo -d $EXT@$HOST`
VDHOME=`dirname "$VHOME"`
# Test for the existance of the SPAM directory. Create it if it doesn't
# exist
`test -d $VHOME/Maildir/.SPAM`
if ( $RETURNCODE == 1 )
{
`/usr/local/bin/maildirmake -f SPAM $VHOME/Maildir`
`echo INBOX.SPAM >> $VHOME/Maildir/courierimapsubscribed`
}
if ( /^X-Spam-Status: Yes/ )
{
to "$VHOME/Maildir/.SPAM"
}
but , in qmail-send log some error is coming
@4000000048244416199c926c delivery 9: deferral:
/usr/local/bin/maildrop:_Unable_to_open_mailbox./
@4000000048244416199cc91c status: local 0/10 remote 0/255
@400000004824443b199a38dc starting delivery 10: msg 2360746 to local
test...@test.com
@400000004824443b199a7374 status: local 1/10 remote 0/255
@400000004824443b1ef744dc delivery 10: deferral:
/usr/local/bin/maildrop:_Unable_to_open_mailbox./
@400000004824443b1ef77b8c status: local 0/10 remote 0/255
@40000000482444f31ef529cc starting delivery 11: msg 2360639 to local
test...@test.com
@40000000482444f31efaa03c status: local 1/10 remote 0/255
@40000000482444f3246131bc delivery 11: deferral:
/usr/local/bin/maildrop:_Unable_to_open_mailbox./