This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSL TLS on SMTP

Our MAIL Relay worked fine until the NEW SSL Bug fix was applied, any suggestions ??

We have upgraded to 9.210-20, we now are getting serious EMAIL rejection problems EXIM Log:

SMTP command timeout on connection from (iPhone) [85.255.233.181]:23650
2014:12:04-18:54:38 fw1 exim-in[15966]: 2014-12-04 18:54:38 SMTP command timeout on connection from ([10.4.96.113]) [212.183.132.60]:53489
2014:12:04-18:55:00 fw1 exim-out[16233]: 2014-12-04 18:55:00 Start queue run: pid=16233
2014:12:04-18:55:00 fw1 exim-out[16233]: 2014-12-04 18:55:00 End queue run: pid=16233
2014:12:04-18:55:33 fw1 exim-in[16038]: 2014-12-04 18:55:33 SMTP command timeout on connection from (iPhone) [85.255.233.181]:19775
2014:12:04-18:55:40 fw1 exim-in[16043]: 2014-12-04 18:55:40 TLS error on connection from [85.255.233.181]:43614 (SSL_accept): timed out
2014:12:04-18:55:40 fw1 exim-in[16043]: 2014-12-04 18:55:40 TLS client disconnected cleanly (rejected our certificate?)


This thread was automatically locked due to age.
Parents
  • Line 257 looks a bit different here:
    tls_require_ciphers = HIGH:!RC4:!MD5:!ADH:!SSLV2
    instead of
    tls_require_ciphers = RC4+RSA:HIGH:!MD5:!ADH:!SSLv2
  • Line 257 looks a bit different here:
    tls_require_ciphers = HIGH:!RC4:!MD5:!ADH:!SSLV2
    instead of
    tls_require_ciphers = RC4+RSA:HIGH:!MD5:!ADH:!SSLv2


    So there are 2 different versions and the only difference is in the RC4-part.

    Is "RC4+RSA" needed for the solution or may it be disabled with "!RC4"?
Reply
  • Line 257 looks a bit different here:
    tls_require_ciphers = HIGH:!RC4:!MD5:!ADH:!SSLV2
    instead of
    tls_require_ciphers = RC4+RSA:HIGH:!MD5:!ADH:!SSLv2


    So there are 2 different versions and the only difference is in the RC4-part.

    Is "RC4+RSA" needed for the solution or may it be disabled with "!RC4"?
Children
No Data