diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-12-11 16:43:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-12-11 16:43:15 +0000 |
commit | ea3a215b72ffece821e6b68e94ad26b7526d1261 (patch) | |
tree | 01cef898b2a34952c82f27ea7965aa73f854e037 | |
parent | 1ec7e7ca42d840f093fc90921a3ec8e9e8b6e32a (diff) |
mention starttls(8)
-rw-r--r-- | etc/mail/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/mail/README b/etc/mail/README index c2105c7293e..722c7a00b93 100644 --- a/etc/mail/README +++ b/etc/mail/README @@ -1,11 +1,12 @@ -$OpenBSD: README,v 1.3 2005/11/10 10:55:23 jmc Exp $ +$OpenBSD: README,v 1.4 2007/12/11 16:43:14 millert Exp $ This directory contains the configuration files for sendmail(8). The source for the .cf files lives in /usr/share/sendmail/cf. You should make changes in the corresponding .mc file and not edit the .cf files directly. Useful information may be found in /usr/share/sendmail/README, /usr/share/sendmail/TUNING, and -/usr/share/doc/smm/08.sendmailop/op.me. +/usr/share/doc/smm/08.sendmailop/op.me. For details on enabling +encrypted SMTP, see the starttls(8) man page. Sendmail configuration files: submit.cf Built from /usr/share/sendmail/cf/submit.mc. |