Bug 276603 - Update the committers guide smtp section to be more secure
Summary: Update the committers guide smtp section to be more secure
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-25 05:18 UTC by Larry Rosenman
Modified: 2024-02-02 03:36 UTC (History)
1 user (show)

See Also:


Attachments
exim to smtp.freebsd.org additions for more security/obviousness (681 bytes, patch)
2024-01-25 05:18 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2024-01-25 05:18:02 UTC
Created attachment 247942 [details]
exim to smtp.freebsd.org additions for more security/obviousness

I was looking at the Exim section and discovered I can make it more secure and obvious what's going on with this patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-02 02:52:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a

commit 3fb01dad7a423ee4e3bf10bbf3abe692eafbe96a
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2024-02-02 02:48:26 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
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 <ler@FreeBSD.org>

 documentation/content/en/articles/committers-guide/_index.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2024-02-02 02:52:40 UTC
Thanks for report!