DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| No Format |
|---|
/etc/maildroprc
## WE'RE CALLING SPAMASSASSIN TWICE. Once here and once ~/.mailfilter.
## $HOME/.mailfilter is being automatically read by maildrop and this check isn't needed.
#
# Include any rules set up for the user - this gives the
# administrator a way to override the domain's mailfilter file
#
# this is also the "suggested" way to set individual values
# for maildrop such as quota. (why do you need quota on your own PC?)
#
#`test -r $HOME/.mailfilter`
#if( $RETURNCODE == 0 )
# {
# log "(==) Including $HOME/.mailfilter"
# exception {
# include $HOME/.mailfilter
# }
# }
|