Date: Fri, 2 Feb 2024 02:52:10 GMT From: Jason Helfman <jgh@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 3fb01dad7a - main - - changed authenticator to freebsd_plain - add client_condition to restrict it to be used ONLY on smtp.freebsd.org Message-ID: <202402020252.4122qAgs023740@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jgh: URL: https://cgit.FreeBSD.org/doc/commit/?id=3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a commit 3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2024-02-02 02:48:26 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2024-02-02 02:51:58 +0000 - 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 <ler@FreeBSD.org> --- documentation/content/en/articles/committers-guide/_index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402020252.4122qAgs023740>