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
  • Here's what I wound up doing (worked for me on ASG220)
    SSH to the UTM as root first.
    vi /var/chroot-smtp/etc/exim.conf

    commented out the following line
    #tls_require_ciphers = HIGH:!RC4:!MD5:!ADH:!SSLv2:!SSLv3

    add these just above it
    tls_require_ciphers = RC4+RSA:HIGH:!MD5:!ADH:!SSLv2
    openssl_options = +no_sslv3

    restarted SMTP proxy with 
    /var/mdw/scripts/smtp restart


    Edit:  apparently this did NOT really fix the issue.  I am still getting a lot of mail rejeted from both Gmail + MS Office365. I have been over the steps a few time to be sure but nothing has fixed it. I am really frustrated. Not sure what to do now.

  • ...
    add these just above it
    openssl_options = +no_sslv3
    ...
    Edit:  apparently this did NOT really fix the issue.  I am still getting a lot of mail rejeted from both Gmail + MS Office365. I have been over the steps a few time to be sure but nothing has fixed it. I am really frustrated. Not sure what to do now.


    Maybe the position is important? Look at post 4.
Reply

  • ...
    add these just above it
    openssl_options = +no_sslv3
    ...
    Edit:  apparently this did NOT really fix the issue.  I am still getting a lot of mail rejeted from both Gmail + MS Office365. I have been over the steps a few time to be sure but nothing has fixed it. I am really frustrated. Not sure what to do now.


    Maybe the position is important? Look at post 4.
Children
No Data