Hello Tomáš,
please apology my late reply.
I checked the details of my dlls and all have the build number 4981.
But I am using Rebex 2013 R2 (had a typo above when I wrote 2003) instead of 2014R1.
I found the FileLogWriter, I had a namespace problem, sorry.
Still, the problem exists:
I tried with None (SSLMode: None, TLSVersion:None, TlsCipherSuite: None; build 2013R2) and I get into catch that at least one parameter has to be selected. The log shows:
2014-04-02 15:14:36.983 Opening log file.
2014-04-02 15:14:36.987 Using FileLogWriter version 2.0.4981.0.
2.case: SSLMode: Explicity, TLSVersion:Any, TlsCipherSuite:All:
2014-04-02 15:19:31.416 Opening log file.
2014-04-02 15:19:31.420 Using FileLogWriter version 2.0.4981.0.
2014-04-02 15:19:37.735 INFO Smtp(1)[10] Info: Connecting to mail-10-4:25 using Smtp 2.0.4981.0.
2014-04-02 15:19:37.771 DEBUG Smtp(1)[10] Info: Connection succeeded.
2014-04-02 15:19:37.777 INFO Smtp(1)[10] Response: 220 mail-10-4.ATS-Intranet.local Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at Wed, 2 Apr 2014 15:19:13 +0200
2014-04-02 15:19:37.785 INFO Smtp(1)[10] Command: EHLO develop-10-139
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-mail-10-4.ATS-Intranet.local Hello [10.2.1.139]
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-TURN
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-SIZE
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-ETRN
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-PIPELINING
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-DSN
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-ENHANCEDSTATUSCODES
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-8bitmime
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-BINARYMIME
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-CHUNKING
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-VRFY
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-X-EXPS GSSAPI NTLM
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-AUTH GSSAPI NTLM
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-X-LINK2STATE
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250-XEXCH50
2014-04-02 15:19:37.786 INFO Smtp(1)[10] Response: 250 OK
2014-04-02 15:19:37.871 ERROR Smtp(1)[10] Info: Rebex.Net.SmtpException: Explicit TLS/SSL is not supported by the SMTP server.
bei Rebex.Net.Smtp.LM(TlsParameters A)
bei Rebex.Net.Smtp.DM(String A, Int32 B, TlsParameters C, SmtpSecurity D)
2014R1 trial version: same problems
I connected with: _smtp.Connect(ServerHost, ServerPort, security);
and security saved SSLMode.None i.e.
Do you have any further ideas?
Thanks,
dirk