Skip to content

Commit

Permalink
Remove confDH_PARAMETERS settings in favor of using sendmail's built-in
Browse files Browse the repository at this point in the history
default which was added in sendmail 8.15.2 (the config line predates
that 8.15.2 feature).  This also alleviates the need for admins
to create the DH parameters file if they opt to use Diffie-Hellman.

PR:		248387
MFC after:	2 weeks
  • Loading branch information
gshapiro committed Aug 18, 2023
1 parent 77013f2 commit 98fd1ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etc/sendmail/freebsd.mc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ define(`confCLIENT_CERT', `CERT_DIR/host.cert')dnl
define(`confCLIENT_KEY', `CERT_DIR/host.key')dnl
define(`confCACERT', `CERT_DIR/cacert.pem')dnl
define(`confCACERT_PATH', `CERT_DIR')dnl
define(`confDH_PARAMETERS', `CERT_DIR/dh.param')dnl

dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
Expand Down

0 comments on commit 98fd1ad

Please sign in to comment.