Difference between revisions of "sendmail"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(new subpages)
(→‎Reference: IBM AIX docs)
Line 19: Line 19:
 
** [http://www.sendmail.com/sm/open_source/docs/m4/anti_spam.html Anti-Spam Configuration Control]
 
** [http://www.sendmail.com/sm/open_source/docs/m4/anti_spam.html Anti-Spam Configuration Control]
 
* {{wikipedia}}
 
* {{wikipedia}}
 +
* [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/sendmail.htm IBM AIX]: not sure if this is standard sendmail
 +
 
===How To===
 
===How To===
 
* [http://www.linuxserverhowto.com/linux-mail-server-sendmail/configure-sendmail.html Linux Server How To - Configure Sendmail]
 
* [http://www.linuxserverhowto.com/linux-mail-server-sendmail/configure-sendmail.html Linux Server How To - Configure Sendmail]
 
** [http://www.linuxserverhowto.com/linux-mail-server-sendmail/sendmail-linux-mail-server-spam-control.html Linux Server How To - Filtering Spam on a Sendmail Mail Server]: suggests installing [[SpamAssassin]], but doesn't say how to get it working with sendmail
 
** [http://www.linuxserverhowto.com/linux-mail-server-sendmail/sendmail-linux-mail-server-spam-control.html Linux Server How To - Filtering Spam on a Sendmail Mail Server]: suggests installing [[SpamAssassin]], but doesn't say how to get it working with sendmail

Revision as of 14:22, 4 March 2014

About

Sendmail is a free/open-source email server that handles both relay and delivery. The documentation is very detailed but also unclear on many critical points.

Notes

Links

Reference

How To