Can anyone tell me why this isn't working??? Substitute <vpopmailhome> for
my vpopmail homedir.  I can't figure this one out- been on it for ages.  I'm
trying to use maildrop but failing miserably.  Basically (50 and 6000 are
test values and are low), I want to block large messages for one or two
users who have requested it-  any thoughts?
--

Thanks in advance;
--
Mike


-----
2001-07-24 11:25:11.921493500 info msg 262912: bytes 247 from
<[EMAIL PROTECTED]>qp 12707 uid 0
2001-07-24 11:25:12.172821500 delivery 7734: deferral:
/usr/bin/maildrop:_Unable_to_open_mailbox./
2001-07-24 11:25:12.172852500 status: local 0/10 remote 0/20
2001-07-24 11:25:12.173168500 starting delivery 7735: msg 262912 to local
[EMAIL PROTECTED]
2001-07-24 11:25:12.173211500 status: local 1/10 remote 0/20
2001-07-24 11:25:12.195593500 delivery 7735: deferral:
/usr/bin/maildrop:_Unable_to_open_mailbox./
2001-07-24 11:25:12.195624500 status: local 0/10 remote 0/20
----------
cat <vpopmailhome>/domains/domain.com/.qmail-test:
        |/usr/bin/maildrop ./test/mailfilter
----------
cat <vpopmailhome>/domains/domain.com/maildirfilterconfig
    MAILDIRFILTER=<vpopmailhome>/domains/domain.com/test/mailfilter
    MAILDIR=<vpopmailhome>/domains/domain.com/test/Maildir
----------
cat <vpopmailhome>/domains/domain.com/mailfilter
    HOME=<vpopmailhome>/domains/domain.com/test
    MAILDIR=<vpopmailhome>/domains/domain.com/test/Maildir
    if ($LINES > 50 || $SIZE > 6000)
    {
    exit
    }
----------

Reply via email to