Displaying 1 result from an estimated 1 matches for "1rc13".
Did you mean:
rc13
2006 Nov 16
1
LDA Question
I need some advice about replacing maildrop with the Dovecot LDA. I need
to replicate a setup that uses postfix+maildrop+spamassassin. We'll be
using Dovecot 1rc13.
In the current setup, maildrop reads a file called .mailfilter in each
user's folder, then call spamassassin according to the user's
preferences. The file is simple, and looks like this --
if ( $SIZE > 20971520 )
{
EXITCODE=77
echo "Your email was rejected because it exceeded l...