Bug 276603

Summary: Update the committers guide smtp section to be more secure
Product: Documentation Reporter: Larry Rosenman <ler>
Component: Books & ArticlesAssignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me CC: jgh
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
exim to smtp.freebsd.org additions for more security/obviousness none

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!