View | Details | Raw Unified | Return to bug 276603
Collapse All | Expand All

(-)b/documentation/content/en/articles/committers-guide/_index.adoc (-1 / +2 lines)
Lines 2296-2305 freebsd_smtp: Link Here
2296
  hosts_require_auth = smtp.freebsd.org
2296
  hosts_require_auth = smtp.freebsd.org
2297
2297
2298
Authenticators:
2298
Authenticators:
2299
fixed_plain:
2299
freebsd_plain:
2300
  driver = plaintext
2300
  driver = plaintext
2301
  public_name = PLAIN
2301
  public_name = PLAIN
2302
  client_send = ^example/mail^examplePassword
2302
  client_send = ^example/mail^examplePassword
2303
  client_condition = ${if eq{$host}{smtp.freebsd.org}}
2303
....
2304
....
2304
2305
2305
Create [.filename]#/usr/local/etc/exim/freebsd_send# with the following content:
2306
Create [.filename]#/usr/local/etc/exim/freebsd_send# with the following content:

Return to bug 276603