Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | instructions for replacing cert.pem are probably more harmful than helpful. | 2019-08-12 | 1 | -14/+2 | |
| | | | | noticed by freda_bundchen. ok gilles millert | ||||
* | certificate keyword renamed to cert; from raf czlonka | 2018-06-27 | 1 | -3/+3 | |
| | |||||
* | use the correct name for the cert; ok gilles | 2018-06-11 | 1 | -3/+3 | |
| | |||||
* | remove or adapt sendmail specific parts; | 2018-02-16 | 1 | -37/+10 | |
| | | | | | | original diff from edgar pettijohn, tweaked with help from millert ok millert | ||||
* | typo; from jack burton | 2017-06-22 | 1 | -3/+3 | |
| | |||||
* | more e-mail -> email | 2015-12-24 | 1 | -3/+3 | |
| | |||||
* | Change examples from DSA to RSA since DSA is starting to be removed | 2015-08-14 | 1 | -40/+29 | |
| | | | | | | from crypto libraries. Some smtp servers, notably gmail, now fail to deliver mail to servers using DSA keys. Examples adapted from the smtpd.conf manual. OK jmc@ | ||||
* | rework this page to be less mailer specific, but using smtpd as an example; | 2014-10-01 | 1 | -152/+51 | |
| | | | | ok gilles millert | ||||
* | some clarifications from Claus Assmann; | 2012-10-16 | 1 | -6/+7 | |
| | | | | ok beck deraadt | ||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | 2012-09-26 | 1 | -4/+9 | |
| | | | | references into a STANDARDS section; | ||||
* | - use Lk for links | 2012-08-15 | 1 | -5/+4 | |
| | | | | | | | | | | because i already have a trivial addition in afterboot, to briefly document rc.d(8), i have committed that bit also. that saves me making (even more) trivial changes to this file, however the text was suggested by ingo and i'm still waiting for his reply which, to be fair, has only been a wait of some 30 mins so far. so, the rc.d blurb was requested by ross richardson, suggested by ingo, and probably ok ingo. but if he objects, we can tweak it further. | ||||
* | RFC2487 is obsoleted by RFC3207 | 2008-09-23 | 1 | -4/+4 | |
| | | | | ok jmc@ millert@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - fix typo | 2005-07-04 | 1 | -4/+2 | |
| | | | | | | - sendmail no longer built w/ EXPN or VERB ok jose@ | ||||
* | hyphenate nnn-bit adjectives; | 2005-04-30 | 1 | -3/+3 | |
| | |||||
* | Fix typo; from mpech@ | 2004-10-21 | 1 | -2/+2 | |
| | |||||
* | typo; ok jmc@ | 2003-10-01 | 1 | -2/+2 | |
| | |||||
* | fix mdoc syntax | 2003-07-11 | 1 | -3/+4 | |
| | |||||
* | fix some lists and macros; | 2003-07-10 | 1 | -43/+33 | |
| | |||||
* | - section reorder | 2003-06-06 | 1 | -8/+7 | |
| | | | | | - macro fixes - kill whitespace at EOL | ||||
* | Add BSD license; OK'd by Jose Nazario. Also add missing .Os line. | 2003-02-14 | 1 | -1/+26 | |
| | |||||
* | chdir is the syscall, cd is the shell command; Sam Smith | 2002-12-23 | 1 | -2/+2 | |
| | |||||
* | o Add "-days 365" to the examples (default lifetime is 1 month). | 2002-10-21 | 1 | -3/+31 | |
| | | | | | o Add an example showing how to make a new cert w/o a new key. o Mention how to dump a cert in text format. | ||||
* | No need to modify submit.mc when enabling TLS. Noted by Marc Matteo | 2002-10-14 | 1 | -20/+13 | |
| | |||||
* | Sendmail logs to /var/log/maillog, not /var/log/mail; Matt Bing | 2002-03-20 | 1 | -2/+2 | |
| | |||||
* | Reorganize a little, pull in instructions on certifcate generation | 2002-01-11 | 1 | -35/+187 | |
| | | | | | | from ssl(8) and provide step-by-step instructions on how to edit the .mc files, install the new .cf files, restart sendmail and test. Should now be idiot-proof until science builds us a better idiot. | ||||
* | starttls man page for sebdmail over TLS from Jose Nazario and mdoc'd | 2001-09-19 | 1 | -0/+196 | |
with minor content changes by me. |