Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2015 11:01:42 -0700
From:      Gregory Shapiro <gshapiro@gshapiro.net>
To:        Frank Seltzer <frank_s@bellsouth.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Sendmail problem after upgrade to r284296
Message-ID:  <20150614180142.GE95564@minime.local>
In-Reply-To: <alpine.BSF.2.20.1506141333131.852@Ace.nina.org>
References:  <alpine.BSF.2.20.1506141014130.852@Ace.nina.org> <20150614165507.GD95564@minime.local> <alpine.BSF.2.20.1506141333131.852@Ace.nina.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> # DHParameters (only required if DSA/DH is used)
> O DHParameters=/etc/mail/certs/dh.param
> 
> # DHParameters (only required if DSA/DH is used)
> O DHParameters=/etc/mail/certs/dh.param
> 
> Again, default values, no changes to the installed files made.

Try recreating those -- I'm not exactly sure where they came from.

/etc/rc.d/sendmail stop
mv /etc/mail/certs/dh.param{,~old}
openssl dhparam -out /etc/mail/certs/dh.param 2048
/etc/rc.d/sendmail start

> root@Shop:/etc/mail/certs # openssl version
> OpenSSL 1.0.1n-freebsd 11 Jun 2015

1.0.1o has the ABI fix.  From openssl.org:

12-Jun-2015:	   New releases to resolve ABI compatibility problems:
12-Jun-2015:	   OpenSSL 1.0.2c is now available, including bug fixes
12-Jun-2015:	   OpenSSL 1.0.1o is now available, including bug fixes

It was imported on HEAD in rev 284329.




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