sendmail

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 16:06, 17 September 2021 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

If you want to use Sendmail from the command-line as a way of generating test messages, see Postfix/fixing or 5 Ways to Send Email From Linux Command Line. (The latter method works even when Sendmail is actually Postfix.)

Notes

Links

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