Update and document syntax for smarthost string in smtpd.conf:
authoreric <eric@openbsd.org>
Mon, 3 Sep 2018 11:30:14 +0000 (11:30 +0000)
committereric <eric@openbsd.org>
Mon, 3 Sep 2018 11:30:14 +0000 (11:30 +0000)
commit8117b31e4c8190724e5913d4f6079c08969aa1d6
tree22bd6f4ef8d9b894e8e2000a246575549d13bd1b
parent5ab65be5466a8fa3f7a0627703be6b3a55646a73
Update and document syntax for smarthost string in smtpd.conf:

- the +auth specifier is removed: it is implied by the presence of an
  auth label in the rest of the string
- secure:// is removed: use smtp+tls:// or smtps://
- tls:// is replaced by smtp+tls://
- smtp:// becomes SMTP with opportunistic STARTTLS
- smtp+tls:// becomes SMTP with mandatory STARTTLS

Adjust your config file accordingly.

ok gilles@
usr.sbin/smtpd/smtpd.conf.5
usr.sbin/smtpd/to.c