We use Postfix 2.9.4 and OpenSSL 0.9.8j-fips 07 Jan 2009 (SLES11 SP4).
We get this error message while sending mail to a specific recipient:
error:1408D13A:SSL routines:SSL3_GET_KEY_EXCHANGE:unable to find ecdh parameters:s3_clnt.c:1336
Reading the code in s3_clnt.c for our OpenSSL version it says in a comment
For now we only support named (not generic) curve and the ECParameters in this case is just three bytes.
Analyzing the code this is either not a named curve type or the parameter is out of range.
My question is: How do I teach our SMTP client (or else the receiving server) to omit this cipher/cipher suite or parameter set?