Difference between revisions of "sendmail"
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
- /features are invoked and configured in the sendmail.mc file
- /macros are used in various places
- /procmail: still trying to figure out how to get these to work together
Links
Reference
- home page redirects here
- Introduction (configuration)
- OSTYPE: documents a lot of config directives. Is "OSTYPE" a config-file section, or what?
- Features (configuration thereof)
- SMTP authorization
- Anti-Spam Configuration Control
- Wikipedia
- IBM AIX: not sure if this is standard sendmail
How To
- Linux Server How To - Configure Sendmail
- 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