# # Original Version # ---------------- # http://www.Linux-Sec.net/Mail/etc.mail/check_local.txt # # # ======================================================== # # 15-Nov-02 amo Separate and Clean Up Documents # 31-Dec-02 amo Updated for Sendmail-8.12.7 w/ check_local-5.5 # 29-Nov-03 amo Updated for Sendmail-8.12.10 w/ check_local-5.6 # # ======================================================== # # Check_Local Sources # ------------------- # http://www.digitalanswers.org/check_local/ # http://www.Linux-Sec.net/Mail/check_local_src ( local copy ) # http://www.Linux-Sec.net/Mail/Sendmail-Install-HOWTO # # # Copy the check-local-5.6 stuff into sendmail-8.12.10 # --------------------------------------------------- # cd /usr/local/src # wget http://www.digitalanswers.org/check_local/check_local.5.6.tar.gz # tar zxvfp check_local.5.6.tar.gz # cp -p check_local-5.6/hack/* sendmail-8.12.10/cf/hack # # -- get a new macro with subject checking headers defined # --------------------------------------------------------- # cd sendmail-8.12.10/cf/hack # wget http://www.Linux-Sec.net/Mail/etc.mail/linux-sec.m4 # cd sendmail-8.12.10/cf/cf # sh build config.cf # # -- get a list of acceptable headers # ----------------------------------- # cd /etc/mail # wget http://www.Linux-Sec.net/Mail/etc.mail/known-headers # # ------------------------------------- # For More Detailed installation howto # ------------------------------------- # http://web.Linux-Sec.net/Mail/Sendmail-Install-HOWTO/AntiSpam/antispam.check_local.uhowto.txt # # # ------------------------------------------------------------------------- # CAUTION: Check-Local REQUIRES -DREGEX options to be defined in sendmail # ------------------------------------------------------------------------- # # # Checking the body of the message # http://web.abnormal.com/~thogard/sendmail/ # # # ======================================================== # # Download and Install more header checking # ----------------------------------------- # # http://www.stud.uni-hannover.de/~jk/map-regex/ # # http://www.unix-ag.uni-hannover.de/soft/check_local/map_storage.html # # # Example sendmail.mc file with check_local-5 features # ---------------------------------------------------- # http://www.Linux-Sec.net/Mail/etc.mail/sendmail.check_local.mc # http://www.Linux-Sec.net/Mail/etc.mail/sendmail.check_local.cf # # # http://www.digitalanswers.org/check_local/ check_local-5.6 # http://www.digitalanswers.org/check_local/check_local.5.6.tar.gz # # http://fresh.t-systems-sfr.com/unix/src/misc/.warix/check_local.4.4.tar.gz.html # http://fresh.t-systems-sfr.com/unix/src/misc/.warix/check_local.5.6.tar.gz.html # # ------------------------------------------------------------------------------ # # Older versions # -------------- # # http://www.digitalanswers.org/check_local/ check_local-5.4 # http://www.digitalanswers.org/check_local/check_local.5.4.tar.gz # # # http://www.digitalanswers.org/check_local/beta.html check_local-5 ( beta ) # # # http://www.digitalanswers.org/check_local check_local-4.4 # http://www.digitalanswers.org/check_local/check_local.4.4.tar.gz # # http://www.they.com/doc/check_local-4.2 -- w/ sendmail 8.11 # # http://www.they.com/doc/check-local-4.1 -- w/ sendmail 8.10 # # http://www.they.com/doc/check-local-4.0 -- w/ sendmail 8.10 # # http://www.unix-ag.uni-hannover.de/soft/check_local check_local-3.15 # http://www.unix-ag.uni-hannover.de/soft/check_local/check_local-3.15.tar.gz # # http://www.unix-ag.uni-hannover.de/soft/check_local/check_local-3.11.tar.gz # # # end of file