Re: [spamdyke-users] No TLS with 5.0.0

2014-02-04 Thread Sam Clippinger
I'm not sure... are you getting any errors from spamdyke in the server's mail 
log?  Also, if you run spamdyke -v on the server, does the version number 
show +TLS?  Could you post your spamdyke config file?  Does anything 
different happen if you try the same test from a different host (e.g. so it's 
not localhost:25 but mail.domain.com:25)?

It works fine on my server on both port 25 (TLS) and port 465 (SSL), not that 
that helps. :)

-- Sam Clippinger




On Feb 3, 2014, at 3:05 PM, Marc Gregel m...@gregel.net wrote:

 Hi there,
 
 after upgrading from 4.3.1 to 5.0.0 I can't use TLS anymore:
 (TLS-LEVEL=SMTP)
 
 No idea where to start the debug, because when I switch back to 4.3.1 
 everything works fine again.
 I tried the Version with MYSQL from @Haggy too - same problem, same error.
 
 That's the output:
 openssl s_client -starttls smtp -connect localhost:25
 CONNECTED(0003)
 didn't found starttls in server response, try anyway...
 write:errno=104
 ---
 no peer certificate available
 ---
 No client certificate CA names sent
 ---
 SSL handshake has read 369 bytes and written 354 bytes
 ---
 New, (NONE), Cipher is (NONE)
 Secure Renegotiation IS NOT supported
 Compression: NONE
 Expansion: NONE
 ---
 
 Any idea anyone?
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users

___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] No TLS with 5.0.0

2014-02-04 Thread Marc Gregel
Gz... after like one million hours I found the error - telnet is my new
friend.
I will blame @HAGGY for the error:

===
telnet localhost 465
...
ERROR(process_config_file()@configuration.c:4430): Unknown configuration
file option in file /etc/spamdyke.conf on line 625: local-domains-file
Connection closed by foreign host.
===

The option local-domains-file came with the MySQL-Version... not sure what
it really does?! @Haggy???




2014-02-04 Sam Clippinger s...@silence.org:

 I'm not sure... are you getting any errors from spamdyke in the server's
 mail log?  Also, if you run spamdyke -v on the server, does the version
 number show +TLS?  Could you post your spamdyke config file?  Does
 anything different happen if you try the same test from a different host
 (e.g. so it's not localhost:25 but mail.domain.com:25)?

 It works fine on my server on both port 25 (TLS) and port 465 (SSL), not
 that that helps. :)

 -- Sam Clippinger




 On Feb 3, 2014, at 3:05 PM, Marc Gregel m...@gregel.net wrote:

 Hi there,

 after upgrading from 4.3.1 to 5.0.0 I can't use TLS anymore:
 (TLS-LEVEL=SMTP)

 No idea where to start the debug, because when I switch back to 4.3.1
 everything works fine again.
 I tried the Version with MYSQL from @Haggy too - same problem, same error.

 That's the output:
 openssl s_client -starttls smtp -connect localhost:25
 CONNECTED(0003)
 didn't found starttls in server response, try anyway...
 write:errno=104
 ---
 no peer certificate available
 ---
 No client certificate CA names sent
 ---
 SSL handshake has read 369 bytes and written 354 bytes
 ---
 New, (NONE), Cipher is (NONE)
 Secure Renegotiation IS NOT supported
 Compression: NONE
 Expansion: NONE
 ---

 Any idea anyone?
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users



 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users


___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] No TLS with 5.0.0

2014-02-04 Thread Sam Clippinger
That particular option went away in version 5.0.0, along with a few others.  It 
should be renamed to qmail-rcpthosts-file.  The full list of 
backwards-incompatible changes is here:

http://www.spamdyke.org/documentation/UPGRADING_version_4_to_version_5.txt

-- Sam Clippinger




On Feb 4, 2014, at 3:12 PM, Marc Gregel m...@gregel.net wrote:

 Gz... after like one million hours I found the error - telnet is my new 
 friend.
 I will blame @HAGGY for the error:
 
 ===
 telnet localhost 465
 ...
 ERROR(process_config_file()@configuration.c:4430): Unknown configuration file 
 option in file /etc/spamdyke.conf on line 625: local-domains-file
 Connection closed by foreign host.
 ===
 
 The option local-domains-file came with the MySQL-Version... not sure what it 
 really does?! @Haggy???
 
 
 
 
 2014-02-04 Sam Clippinger s...@silence.org:
 I'm not sure... are you getting any errors from spamdyke in the server's mail 
 log?  Also, if you run spamdyke -v on the server, does the version number 
 show +TLS?  Could you post your spamdyke config file?  Does anything 
 different happen if you try the same test from a different host (e.g. so it's 
 not localhost:25 but mail.domain.com:25)?
 
 It works fine on my server on both port 25 (TLS) and port 465 (SSL), not that 
 that helps. :)
 
 -- Sam Clippinger
 
 
 
 
 On Feb 3, 2014, at 3:05 PM, Marc Gregel m...@gregel.net wrote:
 
 Hi there,
 
 after upgrading from 4.3.1 to 5.0.0 I can't use TLS anymore:
 (TLS-LEVEL=SMTP)
 
 No idea where to start the debug, because when I switch back to 4.3.1 
 everything works fine again.
 I tried the Version with MYSQL from @Haggy too - same problem, same error.
 
 That's the output:
 openssl s_client -starttls smtp -connect localhost:25
 CONNECTED(0003)
 didn't found starttls in server response, try anyway...
 write:errno=104
 ---
 no peer certificate available
 ---
 No client certificate CA names sent
 ---
 SSL handshake has read 369 bytes and written 354 bytes
 ---
 New, (NONE), Cipher is (NONE)
 Secure Renegotiation IS NOT supported
 Compression: NONE
 Expansion: NONE
 ---
 
 Any idea anyone?
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users
 
 
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users
 
 
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users

___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users