Re: [spamdyke-users] graylist cleanup script

2010-02-12 Thread Boris Hinzer
Great script Eric. It's very useful. Thank you. Regards, Boris Am 05.02.2010 um 19:51 schrieb Eric Shubert: #!/bin/bash # # Copyright (C) 2010 Eric Shubert e...@shubes.net # # This script removes old/expired entries in spamdyke's graylist tree. # # Original script written by David

[spamdyke-users] Wrong greylist directory structure?

2010-02-12 Thread Hans F. Nordhaug
Hi! Today I decied to run a config test of my spamdyke. Don't know why - it seems to have been running quite nicely on it's own. Anyway: [r...@post ~]# /usr/local/bin/spamdyke --log-level=debug \ --run-as-user vpopmail

[spamdyke-users] Exchange server Webmail for Outlook and A records

2010-02-12 Thread Faris Raouf
I had a very interesting conversation with a sysadmin who is in charge of mail server whose emails our Spamdyke servers are rejecting because their PTR has no corresponding A record (reject-unresolvable-rdns in spamdyke.conf). The sending server runs MS Exchange 2007, and apparently when they add

[spamdyke-users] TLS Error?

2010-02-12 Thread Greg Cirino
Could someone explain the following error spamdyke[26182]: ERROR: unable to read from SSL/TLS stream: A protocol or library failure occurred, error:1408F10B:lib(20):func(143):reason(267) followed by a series of spamdyke[25977]: ERROR: unable to write to SSL/TLS stream: The operation failed due

Re: [spamdyke-users] TLS Error?

2010-02-12 Thread Eric Shubert
Greg Cirino wrote: | Greg Cirino wrote: | Could someone explain the following error | | spamdyke[26182]: ERROR: unable to read from SSL/TLS stream: A protocol | or | library failure occurred, error:1408F10B:lib(20):func(143):reason(267) | | followed by a series of | | spamdyke[25977]:

Re: [spamdyke-users] TLS Error?

2010-02-12 Thread Sam Clippinger
The broken pipe and connection reset by peer messages mean that the remote machine disconnected without properly ending the session. It's possible you're getting these messages because your firewall is blocking SSL/TLS connections (especially if it doesn't understand the protocols), but it's

Re: [spamdyke-users] Exchange server Webmail for Outlook and A records

2010-02-12 Thread Sam Clippinger
I haven't seen this problem with Exchange 2007 but I'm not sure any of my clients have this exact situation. I think the solution is for them to pick a different name for their PTR/A record rather than one that is used internally. spamdyke doesn't care if the PTR record matches the site's

Re: [spamdyke-users] TLS Error?

2010-02-12 Thread Greg Cirino
| The broken pipe and connection reset by peer messages mean that the | remote machine disconnected without properly ending the session. It's | possible you're getting these messages because your firewall is blocking | SSL/TLS connections (especially if it doesn't understand the protocols), | but