git: 3fb01dad7a - main - - changed authenticator to freebsd_plain - add client_condition to restrict it to be used ONLY on smtp.freebsd.org
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 02:52:10 UTC
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: