9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] smtp(8): add smtp -e, -E and -q description
@ 2022-09-17  8:18 Chris A. Fröschl
  2022-09-18  1:19 ` sl
  0 siblings, 1 reply; 2+ messages in thread
From: Chris A. Fröschl @ 2022-09-17  8:18 UTC (permalink / raw)
  To: 9front

Sorry again for confusing 9front ml with commit-9front yesterday.

---
diff 05b08f6665b8b0c14c0cb4caa42929db8d26c6c9 1e9f4335b276290ee292719f529c06cdd9689eac
--- a/sys/man/8/smtp	Fri Sep 16 20:46:46 2022
+++ b/sys/man/8/smtp	Sat Sep 17 10:18:16 2022
@@ -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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-18  1:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17  8:18 [9front] [PATCH] smtp(8): add smtp -e, -E and -q description Chris A. Fröschl
2022-09-18  1:19 ` sl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).