# # Original Version # ---------------- # http://www.Linux-Sec.net/Mail/Sendmail-Install-HOWTO/AntiSpam/antispam.rbl.uhowto.txt # # # ====================================================== # Install sendmail with RBL AntiSpam Features # ====================================================== # # =================================================================== # # # 15-Nov-02 amo Separate and Clean Up Documents # 31-Dec-02 amo Clean up documents for Sendmail-8.12.7 # 30-Mar-03 amo Clean up for Sendmail-8.12.9 # 29-Nov-03 amo Clean up for Sendmail-8.12.10 # # # =================================================================== # # # # # ========================================= # Install and Test a Generic Sendmail first ( everything compiles/links/works right ) # ========================================= # http://www.Linux-Sec.net/Mail/Sendmail-Install-HOWTO/Install-HOWTO.txt # # # # ============================ # Get a sample config.mc file ( w/ RBL antispam features ) # ============================ # cd /usr/local/src/sendmail-8.12.10/cf/cf # # wget http://www.Linux-Sec.net/Mail/etc.mail/sendmail-8.12.10/sendmail-8.12.10.rbl.mc ln -s sendmail-8.12.10.rbl.mc config.mc # # # # Build the new sendmail.cf files # -------------------------------- sh Build config.cf # # # Properly Backup, Test and Install Sendmail # ------------------------------------------ # - backup everything first # # - sh Build install # # - cp config.mc /etc/mail/sendmail-8.12.10.mc # - cp config.cf /etc/mail/sendmail-8.12.10.cf # # # =========================================== # Install Sendmail with RBL Antispam Features # ============================================ # http://www.Linux-Sec.net/Mail/Sendmail-Install-HOWTO/Install-HOWTO.txt -- testing section # http://web.Linux-Sec.net/Mail/Sendmail/#Testing # # # end of file