diff options
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 3 |
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: |