From 3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Fri, 2 Feb 2024 02:48:26 +0000 Subject: - changed authenticator to freebsd_plain - add client_condition to restrict it to be used ONLY on smtp.freebsd.org PR: 276603 Submitted by: Larry Rosenman --- documentation/content/en/articles/committers-guide/_index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation/content/en/articles/committers-guide') 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: -- cgit v1.2.3