PATH="/usr/bin:$PATH:/usr/local/bin" SHELL=/bin/sh # Junkfilter Additions Doug Hubbell 6-5-2002 (BEGIN) MAILDIR=/var/mail JFDIR=/usr/local/etc/junkfilter INCLUDERC=/usr/local/etc/junkfilter/junkfilter # Spy Outgoing Emails 12/16/2002 by Sean B Straw PSE-L(_at_)mail(_dot_)professional(_dot_)org(Begin) :0 * ! LOGNAME ?? ^auditor$ { :0c # Person being audited for all outgoing messages * ^From(_dot_)*dhubbell(_at_)tecategroup(_dot_)com # Email Auditor that gets a copy of ALL outgoing emails sent by # employee. ! auditor(_at_)tecategroup(_dot_)com } # Spy Outgoing Emails (END) # Deal with mail that junkfilter has flagged. :0 * JFEXP ?? . { # Check for whitelisted mail :0 f * JFSTATUS ?? 1 | formail -i "X-junkfilter: $JFVERSION" \ -i "X-Spammer: $JFEXP" # File as spam :0 E : | formail -i "X-junkfilter: $JFVERSION" \ -i "X-Spammer: $JFEXP" >> junkmail } # Junkfilter Additions Doug Hubbell 6-5-2002 (END) POISONED_EXECUTABLES STRIPPED_EXECUTABLES=/etc/procmail/stripped SECURITY_NOTIFY="postmaster" SECURITY_NOTIFY_VERBOSE="virus-checker" SECURITY_NOTIFY_SENDER= SECRET="I Changed this." # this file must already exist, with proper permissions (rw--w--w-): SECURITY_QUARANTINE=/var/spool/mail/quarantine POISONED_SCORE=25 SCORE_HISTORY=/var/log/macro-scanner-scores DROPPRIVS=YES LOGFILE=/home/logs/procmail.log # Finished setting up, now run the sanitizer... INCLUDERC=/etc/procmail/html-trap.procmail # Reset some things to avoid leaking info to # the users... POISONED_EXECUTABLES= SECURITY_NOTIFY= SECURITY_NOTIFY_VERBOSE= SECURITY_NOTIFY_SENDER= SECURITY_QUARANTINE= SECRET=