[spamdyke-users] Help with spamdyke...

2011-06-08 Thread ron
I am having an issue with one of our clients sending us an email. Spamdyke does very well with everyone else except this one domain and it blocks or stops all mail from them. I have had to disable spamdyke because of this. I have white listed the ip address, but it did not help. Can anyone give me

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread Eric Shubert
On 06/08/2011 09:53 AM, ron wrote: Here is the log of the client that spamdyke is blocking: 06/08/2011 12:42:45 STARTED: VERSION = 4.2.0+TLS+CONFIGTEST+DEBUG, PID = 31888 06/08/2011 12:42:45 CURRENT ENVIRONMENT PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin PWD=/var/qmail/supervise/smtp

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread ron
Attached is the header of an email I received from the client while spamdyke is disabled: From - Wed Jun 08 12:51:38 2011 X-Account-Key: account1 X-UIDL: 1307551736.32139.mail2.nsii.net,S=2800 X-Mozilla-Status: 0011 X-Mozilla-Status2: X-Mozilla-Keys:

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread ron
To turn off TLS, I would remark out the following lines in my config file? tls-certificate-file=/var/qmail/control/servercert.pem tls-level=smtp These are the only 2 lines that show TLS It appears that TLS starts, the remote says EHLO, qmail sends back 250- replies, and the remote never replies

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread Eric Shubert
On 06/08/2011 10:19 AM, ron wrote: Received: from unknown (HELO mail-out-01.healthways.com) (64.58.208.13) by mail2.nsii.net with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Jun 2011 16:48:56 - I'm not familiar enough with TLS to know exactly what DHE-RSA-AES256-SHA is, but it appears

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread Eric Shubert
No, simply use: tls-level=none This will prohibit qmail from using TLS, which would defeat many of spamdyke's filters. -- -Eric 'shubes' On 06/08/2011 10:25 AM, ron wrote: To turn off TLS, I would remark out the following lines in my config file?

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread Eric Shubert
On 06/08/2011 10:59 AM, Eric Shubert wrote: On 06/08/2011 10:19 AM, ron wrote: Received: from unknown (HELO mail-out-01.healthways.com) (64.58.208.13) by mail2.nsii.net with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Jun 2011 16:48:56 - I'm not familiar enough with TLS to know exactly

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread ron
turning off TLS, I was able to receive clients email, but had an issue with replying to her as qmail would not accept my reply because TLS was turned off. I disabled spamdyke for now. Here is the log for the client when TLS was turned off: 06/08/2011 14:36:20 STARTED: VERSION =

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread Eric Shubert
The first cipher listed is the same one that qmail used with a successful transmission. Looks to me from all of this that there is a bug in spamdyke with regards to that particular remote server software and TLS. I think this is the point where Sam can best continue helping to debug this

Re: [spamdyke-users] Help with spamdyke...

2011-06-08 Thread Sam Clippinger
OK, I'll try to run back through this thread and respond to the various questions in one email... To turn off TLS in spamdyke, you can do one of several things. You can prohibit both spamdyke and qmail from using TLS by using this option: tls-level=none Or you can simply remove/comment