aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/committers-guide
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2024-02-02 02:48:26 +0000
committerJason Helfman <jgh@FreeBSD.org>2024-02-02 02:51:58 +0000
commit3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a (patch)
tree13e2da8d258edaf125edc9ca3f51b0ab8b51a7ed /documentation/content/en/articles/committers-guide
parent5c028acfbac9a3e09b02efee1f2a588bf6df9300 (diff)
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-rw-r--r--documentation/content/en/articles/committers-guide/_index.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 986c8ca3ae..14a237819a 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -2296,10 +2296,11 @@ freebsd_smtp:
hosts_require_auth = smtp.freebsd.org
Authenticators:
-fixed_plain:
+freebsd_plain:
driver = plaintext
public_name = PLAIN
client_send = ^example/mail^examplePassword
+ client_condition = ${if eq{$host}{smtp.freebsd.org}}
....
Create [.filename]#/usr/local/etc/exim/freebsd_send# with the following content: