Summary: | add Exim MTA instructions for smtp.freebsd.org | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Larry Rosenman <ler> | ||||||||
Component: | Books & Articles | Assignee: | Jason Helfman <jgh> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | dbaio, doc, jgh, pi | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Comment on attachment 232659 [details] doc patch for the committers guide >+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 con >+tent: Spurious line break? Created attachment 232664 [details]
Fix spurious line end
Yep -- fixed.
Hi. Thanks Larry. There is only one issue with the markup. https://people.freebsd.org/~dbaio/doc/PR262742-v01.png you need a `====` before `[[smtp-setup-local-exim]]` to fix this. Besides this change, it looks good to me. But wait for ending the doc/slush period before committing it. https://lists.freebsd.org/archives/freebsd-doc/2022-March/001431.html Ahh, and you don't need doceng@ on this type of change. =) If you don't want to commit it, let us know or assign this pr to doc@. Regards. Created attachment 232670 [details]
Fix Markup
Thanks -- fixed.
I'll assign to doc@ :)
Committed! Thanks for the report! -jgh A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=395c1884633056707dfe5ebc97fb8802d3687c89 commit 395c1884633056707dfe5ebc97fb8802d3687c89 Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2022-05-25 22:46:30 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2022-05-25 22:46:30 +0000 articles/committers-guide: add Exim MTA instructions for smtp.freebsd.org PR: 262742 (based on) .../en/articles/committers-guide/_index.adoc | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) |
Created attachment 232659 [details] doc patch for the committers guide I've written a router/transport/authenticator for Exim to use smtp.freebsd.org to send mail as my FreeBSD.org email. People said it would be a good idea to submit it. PLEASE go over the markup/content with a fine tooth comb, this is my first adoc code.