Re: [PATCH] [src] usr.sbin/smtpd/smtp.1 - normalise protocol definitions

2018-05-12 Thread Jason McIntyre
On Fri, May 11, 2018 at 12:05:34PM +0100, Raf Czlonka wrote:
> Hi all,
> 
> This patch normalises the protocol definitions.
> 
> Regards,
> 
> Raf
> 

now committed.
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 -  1.5
> +++ usr.sbin/smtpd/smtp.1 11 May 2018 10:59:58 -
> @@ -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
> 



Re: [PATCH] [src] usr.sbin/smtpd/smtp.1 - normalise protocol definitions

2018-05-11 Thread Jason McIntyre
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 -  1.5
> +++ usr.sbin/smtpd/smtp.1 11 May 2018 10:59:58 -
> @@ -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
> 



[PATCH] [src] usr.sbin/smtpd/smtp.1 - normalise protocol definitions

2018-05-11 Thread Raf Czlonka
Hi all,

This patch normalises the protocol definitions.

Regards,

Raf

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 -  1.5
+++ usr.sbin/smtpd/smtp.1   11 May 2018 10:59:58 -
@@ -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