From NetFlix Tech Blog: Tuning Tomcat For A High T…

From NetFlix Tech Blog: Tuning Tomcat For A High Throughput, Fail Fast System. techblog.netflix.com/2015/07/tuning…

Posted in Tweets | Comments Off on From NetFlix Tech Blog: Tuning Tomcat For A High T…

“it is unlikely that there will be a technological…

“it is unlikely that there will be a technological singularity in this century” timdettmers.wordpress.com/2015/07/27/bra…

Posted in Tweets | Comments Off on “it is unlikely that there will be a technological…

Much needed Linux IPv6 path from Facebook. https:/…

Much needed Linux IPv6 path from Facebook. code.facebook.com/posts/11238823…

Posted in Tweets | Comments Off on Much needed Linux IPv6 path from Facebook. https:/…

Good info on how/what happens when the Linux kerne…

Good info on how/what happens when the Linux kernel gets compiled. github.com/0xAX/linux-ins…

Posted in Tweets | Comments Off on Good info on how/what happens when the Linux kerne…

Our new Shop site gives discounts for quarterly, 1…

Our new Shop site gives discounts for quarterly, 1/2 yearly & yearly subscriptions for our OZC VPS Plans at shop.networkpresence.com.au #NetPres

Posted in Tweets | Comments Off on Our new Shop site gives discounts for quarterly, 1…

12% off coupon via OzBargain for our new range of…

12% off coupon via OzBargain for our new range of OZC VPS Plans out of our main Data Centre in Sydney. ozbargain.com.au/node/203515 HT @ozbargain

Posted in Tweets | 1 Comment

IBM acquires Compose. https://t.co/1ns36EgeiI “Com…

IBM acquires Compose. compose.io/articles/compo… “Compose will be part of the Cloud Data Services (CDS) group”

Posted in Tweets | Comments Off on IBM acquires Compose. https://t.co/1ns36EgeiI “Com…

Fascinating series of Designing a CPU in VHDL (par…

Fascinating series of Designing a CPU in VHDL (part 6). labs.domipheus.com/blog/designing…

Posted in Tweets | Comments Off on Fascinating series of Designing a CPU in VHDL (par…

Our good friends at Rising Sun Pictures in Adelaid…

Our good friends at Rising Sun Pictures in Adelaide are looking for a Project Developer. See rsp.com.au/projectdevelop…

Posted in Tweets | 1 Comment

TLS/SSL config updates to Sendmail for recent OpenSSL versions

Recent SSL updates to the OpenSSL package have removed old DH parameters which are built into Sendmail mail server software, so the following are configuration updates to Sendmail (sendmail.cf) to enable the use of a longer DH Parameter to TLS/SSL activity of Sendmail.

First, create a longer DH Parameter file with:

openssl dhparam -out /etc/pki/tls/certs/dhparams.pem 1024

Then configure the use of this dhparams.pem file into sendmail.cf with the following added to the ‘Options’ section of your sendmail.cf file:

O DHParameters=/etc/pki/tls/certs/dhparams.pem

And then restart sendmail after making that sendmail.cf update.

This should remove TLS/SSL based email sending errors, which have maillog entries like:

STARTTLS=server: 1867:error:14094417:SSL routines:SSL3_READ_BYTES:sslv3 alert illegal parameter:s3_pkt.c:1092:SSL alert number 47

FYI,
Richard.

Posted in Network Presence | Tagged , , , | Comments Off on TLS/SSL config updates to Sendmail for recent OpenSSL versions