git: 3fb01dad7a - main - - changed authenticator to freebsd_plain - add client_condition to restrict it to be used ONLY on smtp.freebsd.org
Jason Helfman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by jgh: URL: https://cgit.FreeBSD.org/doc/commit/?id=3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a commit 3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a Author: Jason Helfman <[email protected]> AuthorDate: 2024-02-02 02:48:26 +0000 Commit: Jason Helfman <[email protected]> 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 <[email protected]> --- 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: