From f7338f5793f2613e49ba352afd3ccbc7c24b6eb9 Mon Sep 17 00:00:00 2001 From: lnedry Date: Sat, 9 Sep 2023 07:39:56 -0400 Subject: [PATCH] Update Outbound.md Updated link for tls plugin documentation. --- docs/Outbound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Outbound.md b/docs/Outbound.md index 04fbc9727..b7e99425b 100644 --- a/docs/Outbound.md +++ b/docs/Outbound.md @@ -40,7 +40,7 @@ Default: true. Switch to false to disable TLS for outbound mail. This uses the same `tls_key.pem` and `tls_cert.pem` files that the `tls` plugin uses, along with other values in `tls.ini`. See the [tls plugin -docs](http://haraka.github.io/manual/plugins/tls.html) for information on generating those files. +docs](http://haraka.github.io/plugins/tls) for information on generating those files. Within `tls.ini` you can specify global options for the values `ciphers`, `minVersion`, `requestCert` and `rejectUnauthorized`, alternatively you can provide separate values by putting them under a key: `[outbound]`, such as: