ref: af069adea9f70a4ca4640f5c09b0119423d71a38
parent: 5e68ad1957a3179fc77709e268c13368eb2c2656
author: sl <sl@reform>
date: Sat Sep 17 21:18:44 EDT 2022
/sys/man/8/smtp: document missing flags (thanks, chris)
--- a/sys/man/8/smtp
+++ b/sys/man/8/smtp
@@ -31,7 +31,7 @@
.ti -0.5i
.B upas/smtpd
[
-.B -adDfrg
+.B -adDeEfqrg
] [
.B -c
.I certfile
@@ -164,6 +164,12 @@
Connections from Class A networks frequented by spammers will incur
a longer delay.
.TP
+.B -e
+disable extra HELO checks. See RFC 7208 for details.
+.TP
+.B -E
+require authentication if extra HELO checks fail.
+.TP
.B -f
prevents relaying from non-trusted networks.
It also tags messages from non-trusted sites when they deliver mail
@@ -231,6 +237,9 @@
protocol. This should only be used if the connection has
previously encrypted using e.g.
.IR tlssrv (8).
+.TP
+.B -q
+don't log invalid HELO checks.
.TP
.B -r
turns on forward DNS validation of non-trusted sender address.
--
⑨