From 1b8d352025e32a3190dc0661747736842c6d0e4b Mon Sep 17 00:00:00 2001 From: Ryan Bonnell Date: Thu, 27 Feb 2025 10:22:36 -0800 Subject: [PATCH] Fix accidental misspellings --- docs/faq/non_relay_hosts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/non_relay_hosts.md b/docs/faq/non_relay_hosts.md index 0658dd6fe..1c3274aae 100644 --- a/docs/faq/non_relay_hosts.md +++ b/docs/faq/non_relay_hosts.md @@ -18,7 +18,7 @@ log_oob = true log_arf = true {% endcall %} -As you operate your server, you may be concerned to discover in your logs that messages are bring accepted from hosts not listed in your `relay_hosts` list. +As you operate your server, you may be concerned to discover in your logs that messages are being accepted from hosts not listed in your `relay_hosts` list. ```json { @@ -60,4 +60,4 @@ This occurs because of the `log_oob` and `log_arf` options being enabled for `*` Whenever any of the `relay_to`, `log_oob`, or `log_arf` options are set to `true`, KumoMTA cannot immediately reject connections from hosts not listed in `relay_hosts` because it needs to see whether the remote host is sending messages to one of the domains listed in the `listener_domains` helper configuration. -After a `RCPT TO` command is received, KumoMTA will check whether the destination domain is listed in the `listener_domain` config and if so, will receive the message and act accordingly. This can result is messages being received that may or may not be queued after being processed as an OOB and/or ARF message, depending on whether `relay_to` is set to `true`. +After a `RCPT TO` command is received, KumoMTA will check whether the destination domain is listed in the `listener_domain` config and if so, will receive the message and act accordingly. This can result in messages being received that may or may not be queued after being processed as an OOB and/or ARF message, depending on whether `relay_to` is set to `true`.