Skip to content

Commit

Permalink
docs(tls): add note for no_tls_hosts for outbound
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord authored Sep 17, 2024
1 parent 72c902d commit ee21027
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/plugins/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ If needed, add this section to the `config/tls.ini` file and list any IP ranges
172.16.0.0/16
```

Note: `[no_tls_hosts]` section applies to inbound only. For outbound mail, this feature is implemented as an array like `force_tls_hosts`:

```ini
[outbound]
no_tls_hosts[]=192.168.1.3
no_tls_hosts[]=172.16.0.0/16
```

The [Node.js TLS](http://nodejs.org/api/tls.html) page has additional information about the following options.

### no_starttls_ports
Expand Down

0 comments on commit ee21027

Please sign in to comment.