sendmail: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
new subpages
Line 5: Line 5:
</hide>
</hide>
==About==
==About==
[[sendmail|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==
==Notes==
* [[/features]] are invoked and configured in the [[/files/sendmail.mc|sendmail.mc file]]
* [[/macros]] are used in various places
* [[/procmail]]: still trying to figure out how to get these to work together
* [[/procmail]]: still trying to figure out how to get these to work together
==Links==
==Links==
Line 13: Line 16:
** [http://www.sendmail.com/sm/open_source/docs/m4/ostype.html OSTYPE]: documents a lot of config directives. Is "OSTYPE" a config-file section, or what?
** [http://www.sendmail.com/sm/open_source/docs/m4/ostype.html OSTYPE]: documents a lot of config directives. Is "OSTYPE" a config-file section, or what?
** [http://www.sendmail.com/sm/open_source/docs/m4/features.html Features] (configuration thereof)
** [http://www.sendmail.com/sm/open_source/docs/m4/features.html Features] (configuration thereof)
** [http://www.sendmail.com/sm/open_source/docs/m4/smtp_auth.html SMTP authorization]
** [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}}

Revision as of 22:54, 26 February 2014

<hide> page type::article thing type::software license::open source </hide>

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

Reference

How To