mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-11 04:52:14 +00:00
Typo Fix
This commit is contained in:
@@ -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 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`.
|
||||
|
||||
Reference in New Issue
Block a user