# # Original Version # ---------------- # http://www.Linux-Sec.net/Mail/Sendmail-Install-HOWTO/howto.txt # # # ================================================================================# # # # 13-May-02 amo Cleanup config section # 07-May-02 amo Download and install sendmail-8.12.3 ( prior version: 8.9.3/8.9.3 ) # 17-May-02 amo Fixed and installed using check_local-5 features # 04-Jun-02 amo Download and install sendmail-8.12.4 # 27-Jun-02 amo Download and install sendmail-8.12.5 # 30-Aug-02 amo Download and install sendmail-8.12.6 + check_local-5.4 # 15-Nov-02 amo Separate and Clean Up Documents # # # ================================================================================ # # http://www.sendmail.org # http://www.sendmail.org/faq/ # http://www.sendmail.org/tips/ # http://www.sendmail.org/compiling.html # http://www.sendmail.org/m4/readme.html # http://www.sendmail.org/m4/cf-readme.txt # # # Starting sendmail MTA daemon # /usr/sbin/sendmail -L sm-mta -bd -q5m # # Starting sendmail MSP queue runner # /usr/sbin/sendmail -L sm-msp-queue -Ac -q5m # # # Installing Sendmail # ------------------- # http://www.Linux-Sec.net/Mail/Sendmail-Install-HOWTO # # http://www.sendmail.org/~ca/email/setup1.html # http://www.sendmail.org/~ca/email/doc8.12/SECURITY # http://www.sendmail.org/secure-install.html # # http://home.eunet.no/awand/sendmail.txt - FreeBSD w/ rbl # # Sendmail Hardening # ------------------- www.doc.eng.cmu.ac.th/~pruet/course/ cpe494/chap4/sendmail.pdf # # # # http://cork.linux.ie/projects/install-sendmail - (untested) sendmail installer # # http://www.doc.eng.cmu.ac.th/ldp/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap22sec173.html ( fix smrsh ) # # http://www.redhat.com/support/resources/howto/RH-sendmail-HOWTO/book1.html # http://www.redhat.com/support/resources/faqs/RH-sendmail-FAQ/book1.html # http://mail-abuse.org/rbl/usage.html # http://www.sendmail.org/~ca/email/misc.html # # http://www.aplawrence.com/Linux/sendmail.html Sendmail + AUTH # http://www.whoopis.com/howtos/sendmail-auth-howto.html # http://blue-labs.org/howto/access_hints.php -- goood access explanations and TLS AUTH # http://killyridols.net/postfixtlssmtpauth.shtml Sendmail + AUTH # http://www.joreybump.com/code/howto/smtpauth.html # http://www.Linux-Sec.net/Mail/Sendmail-Install-HOWTO/auth.sasl.txt Sendmail + Auth + SASL # # # http://www.lisa.franken.de/horshack/linux/mail_sendmail_etc.html - has /etc/mail examples, mimedefang, procmail # http://www.cs.montana.edu/harkin/courses/cs409/outline/15-email/outline.html#topic4 - has etc/mail examples # http://www.cs.colorado.edu/~tor/saclass-2001/class11.html # # http://www.med.osaka-u.ac.jp/pub/anes/www/comp/sendmail.html - japnese version # http://www.hidanet.ne.jp/~haya/sendmail.html - japanese version - m4, BerkeleyDB # # http://www.sial.org/sendmail/ # # http://www.natur.cuni.cz/~mmokrejs/sendmail/ Installing Sendmail-8.12 # http://www.cerritoslug.org/tutorials/sendmail-8.11.html # http://www.cyberflunk.com/~nikm/unix/sendmail.html - ( libdb ) # http://www.linuxfocus.org/English/March1998/article32.html # http://archive.linuxfromscratch.org/lfs-museum/2.3.1/LFS-BOOK-2.3.1-HTML/c1797.html#AEN1814 # http://www.linuxsavvy.com/resources/linux/sendmail-8.9.x-mini-howto # http://linux-sxs.org/sendm2.html ( more options ) # http://www.tldp.org/LDP/nag2/x14607.html # http://www.users.dircon.co.uk/~trix/Raven/EyeView/SSR03/SSR03-18.htm # http://hr.uoregon.edu/davidrl/sendmail.html - m4 # http://www.mkplan.net/kura/memo/FreeBSD/sendmail-8.12.0.html # http://www3.wind.ne.jp/ray7/linux/sendmail.htm # http://users.solve.net/~davem/myfiresend.html # http://www.peregrinehw.com/downloads/sendmail/ # http://people.freenet.de/slgig/cfreadme_en/anti_spam.html#delay_check # # http://www.decaservices.com/docs/sendmail/compilation.html # # For Sendmail-8.8 # http://www.soldierx.com/books/networking/tcpip/appe_01.htm # http://www.optix.org/~dxy/solaris/sendmail/ # # http://news.spamcop.net/cgi-bin/fom?_recurse=1&file=291 ( sendmail-8.12.1 issues ) # # http://www.sendmail.org/virtual-hosting.html # # http://www.visi.com/~hawkeyd/spamfilters.html # # # Subject Line Checking # ------------------------------- # http://www.digitalanswers.org/check_local # http://www.Linux-Sec.net/Mail/etc.mail/linux-sec.m4 # http://www.visi.com/~hawkeyd/spamfilters-subj.html # # Spam Filter # ------------- # http://www.visi.com/~hawkeyd/spamfilters-src.html # # # Save all incoming/outgoing emails # --------------------------------- # http://www.usenix.org/publications/login/1999-10/features/archiving.html # # # misc sendmail tutorial # http://www.unix-ag.uni-hannover.de/soft/check_local/flow.html -- flow chart # http://www.aplawrence.com/Unixart/sendmail.html # http://www.networkcomputing.com/unixworld/tutorial/008/008.txt.html # # # Check these later # ------------------ # http://www.sendmail.org/other-sendmail-links.html # http://www.elephanet.com/~ozi/mta/smtpauth.html # http://cphys.s.kanazawa-u.ac.jp/~takasu/unix/sendmail.html # # # End of file