-.\" $OpenBSD: smtpd.conf.5,v 1.200 2018/09/03 11:30:14 eric Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.201 2018/09/03 13:27:43 jmc Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
for virtual expansion.
The aliasing table format is described in
.Xr table 5 .
+.It Cm wrapper Ar name
+Use the wrapper specified in
+.Cm mda wrapper .
.El
.Pp
The relay delivery methods also support additional options:
.It Cm host Ar relay-url
Do not perform MX lookups but relay messages to the relay host described by
.Ar relay-url .
-The format for
+The format for
.Ar relay-url
is
.Sm off
.Pp
Specifying an auth label toggles authentication.
An auth table must also be defined for this action.
-The protocol must explicitely require TLS.
+The protocol must explicitly require TLS.
.Pp
-If TLS is explicitely required, the server certificate
+If TLS is explicitly required, the server certificate
will be verified by default.
.It Cm tls no-verify
Do not require a valid certificate for the specified host.