sendmail: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
STARTTLS
/SSL
Line 12: Line 12:
* [[/macros]] are used in various places
* [[/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
* [[/SSL]]: configuring secure connections


==Links==
==Links==

Revision as of 13:48, 24 March 2015

<hide> page type::article thing type::software software type::email server 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

Notes

To enable sendmail to use STARTTLS, you need to:
1) Add this line to /etc/mail/sendmail.mc and optionally
   to /etc/mail/submit.mc:
  include(`/etc/mail/tls/starttls.m4')dnl
2) Run sendmailconfig
3) Restart sendmail