Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 12:22:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248387] Change sendmail confDH_PARAMETERS argument from file to fixed-length parameter in freebsd.mc
Message-ID:  <bug-248387-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248387

            Bug ID: 248387
           Summary: Change sendmail confDH_PARAMETERS argument from file
                    to fixed-length parameter in freebsd.mc
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: f.toscan@hotmail.it

Created attachment 216907
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216907&action=edit
Patch against /base/head/etc/sendmail/freebsd.mc

freebsd.mc sets confDH_PARAMETERS to a file parameter, dh.param. This file is
not created by /etc/rc.d/sendmail, which just provides rsa keys and
certificates to enable a working, minimal sendmail TLS setup. Running default
configuration, sendmail complains about nonexistent file.

I'm unsure whether confDH_PARAMETERS should be set at all since DSA keys are
not used: maybe telling sendmail to generate 1024-bit length parameters is
enough.

Patch attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248387-227>