On Fri, May 11, 2018 at 12:05:34PM +0100, Raf Czlonka wrote: > Hi all, > > This patch normalises the protocol definitions. > > Regards, > > Raf >
i'm ok with this. any objections? jmc > Index: usr.sbin/smtpd/smtp.1 > =================================================================== > RCS file: /cvs/src/usr.sbin/smtpd/smtp.1,v > retrieving revision 1.5 > diff -u -p -r1.5 smtp.1 > --- usr.sbin/smtpd/smtp.1 29 Apr 2018 11:58:45 -0000 1.5 > +++ usr.sbin/smtpd/smtp.1 11 May 2018 10:59:58 -0000 > @@ -66,7 +66,7 @@ The following protocols are available: > .Pp > .Bl -tag -width "smtp+notls" -compact > .It smtp > -Normal SMTP session, with opportunistic STARTTLS. > +Normal SMTP session with opportunistic STARTTLS. > .It smtp+tls > Normal SMTP session with mandatory STARTTLS. > .It smtp+notls > @@ -76,7 +76,7 @@ LMTP session with opportunistic STARTTLS > .It lmtp+tls > LMTP session with mandatory STARTTLS. > .It lmtp+notls > -Plain text LMTP session. > +Plain text LMTP session without TLS. > .It smtps > SMTP session with forced TLS on connection. > .El >
