FreeBSD Bugzilla – Attachment 232670 Details for
Bug 262742
add Exim MTA instructions for smtp.freebsd.org
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix Markup
committers_guide.patch (text/plain), 1.85 KB, created by
Larry Rosenman
on 2022-03-23 23:46:19 UTC
(
hide
)
Description:
Fix Markup
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2022-03-23 23:46:19 UTC
Size:
1.85 KB
patch
obsolete
>diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc >index 65ae46ea27..054cc6e97e 100644 >--- a/documentation/content/en/articles/committers-guide/_index.adoc >+++ b/documentation/content/en/articles/committers-guide/_index.adoc >@@ -2644,6 +2644,50 @@ Create [.filename]#/usr/local/etc/mail/secrets# with the following content: > freebsd yourusername:yourpassword > .... > >+==== >+[[smtp-setup-local-exim]] >+.Using Exim >+[example] >+==== >+ >+To tell a local Exim instance that anything from `_yourusername_@FreeBSD.org` >+ should be forwarded to the FreeBSD.org servers, add this to your [.filename]#configure#: >+ >+[.programlisting] >+.... >+Routers section: (at the top of the list): >+freebsd_send: >+ driver = manualroute >+ domains = !+local_domains >+ transport = freebsd_smtp >+ route_data = ${lookup {${lc:$sender_address}} lsearch {/usr/local/etc/exim/freebsd_send}} >+ >+Transport Section: >+freebsd_smtp: >+ driver = smtp >+ tls_certificate=<your certificate> >+ tls_privatekey=<your certificate private key> >+ tls_require_ciphers = EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH+AESGCM:EECDH:EDH+AESGCM:EDH+aRSA:HIGH:!MEDIUM:!LOW:!aNULL:!eNULL:!LOW:!RC4:!MD5:!EXP:!PSK:!SRP:!DSS >+ dkim_domain = <Your DKIM domain> >+ dkim_selector = <your DKIM selector> >+ dkim_private_key= <your DKIM Private key> >+ dnssec_request_domains = * >+ hosts_require_auth = smtp.freebsd.org >+ >+Authenticators: >+fixed_plain: >+ driver = plaintext >+ public_name = PLAIN >+ client_send = ^<your freebsd username, with /mail appended>^<PASSWORD HERE> >+.... >+ >+Create [.filename]#/usr/local/etc/exim/freebsd_send# with the following content: >+ >+[.programlisting] >+.... >+<your freebsd username>@freebsd.org:smtp.freebsd.org::587 >+.... >+ > ==== > > [[mentors]]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262742
:
232659
|
232664
| 232670