From 348804ee49e403dd96e08c477fc0588ab57cdbd2 Mon Sep 17 00:00:00 2001 From: Mike Hillyer Date: Mon, 22 Jan 2024 13:40:32 -0500 Subject: [PATCH] Typo Fix --- docs/faq/non_relay_hosts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/non_relay_hosts.md b/docs/faq/non_relay_hosts.md index f226e2d1..db516692 100644 --- a/docs/faq/non_relay_hosts.md +++ b/docs/faq/non_relay_hosts.md @@ -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`. \ No newline at end of file +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`.