[spamdyke-users] skip RNDS check for a few IPs

2008-07-13 Thread K. Shantanu
Hello, I run spamdyke with the following line, /usr/local/bin/spamdyke --log-target=0 -l2 -g /var/qmail/spamdyke/graylist/ -a 15 -r Can anyone recommend how can I ask spamdyke to skip rdns check for a few IPs? There are a few clients of mine, whose ISP naive enough not to give rdns to their IPs.

Re: [spamdyke-users] skip RNDS check for a few IPs

2008-07-13 Thread K. Shantanu
* Sam Clippinger <[EMAIL PROTECTED]> [080714 07:26]: > The simplest solution would be to whitelist the IPs of those naive > ISPs. Or, if you only want to deactivate the rDNS filter for those IPs > while leaving all other filters active, wait for version 4.0.0. It'll > be ready in a day or two.

Re: [spamdyke-users] skip RNDS check for a few IPs

2008-07-14 Thread K. Shantanu
recommend > you upgrade to the latest version. Version 3.1.1 contained a number of > bugs that have since been fixed. > > -- Sam Clippinger > > K. Shantanu wrote: > > * Sam Clippinger <[EMAIL PROTECTED]> [080714 07:26]: > > > >> The simplest so

Re: [spamdyke-users] skip RNDS check for a few IPs

2008-07-14 Thread K. Shantanu
* Sam Clippinger <[EMAIL PROTECTED]> [080714 21:33]: > No. "-w" (lowercase) is for a file that lists the reverse DNS names of > the servers you want to whitelist. When a server is whitelisted, _all_ > checks are skipped, not just the rDNS-related tests. So, how does one skip rdns for a few ips

Re: [spamdyke-users] New version: 4.0.0

2008-07-16 Thread K. Shantanu
* Juliano Valente <[EMAIL PROTECTED]> [080716 23:29]: > I think that problem is in my run: [...] > -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ > */usr/local/bin/spamdyke -f /etc/spamdyke.conf \ > #--smtp-auth-command-encryption "/home/vpopmail/bin/vchkpw /usr/bin/true" \ These lines are fishy. You

[spamdyke-users] make fails on FBSD

2008-10-01 Thread K. Shantanu
Hello, I am trying to build spamdyke-4.0.4 on FreeBSD 6.2 with gcc 3.4.6. ./configure works fine but "make" fails. # make gcc -Wall -O2 -funsigned-char -c configuration.c configuration.c: In function `prepare_settings': configuration.c:578: internal compiler error: Segmentation fault: 11 Please

Re: [spamdyke-users] make fails on FBSD

2008-10-03 Thread K. Shantanu
* Sam Clippinger <[EMAIL PROTECTED]> [081003 08:11]: > This looks like a problem with gcc. Version 3.4.6 is the most recent > version before 4.x, so it might be worthwhile to submit a bug report to [...] While reading FBSD FAQ, I chanced upon this. Does it seem related? http://www.freebsd.org/

Re: [spamdyke-users] make fails on FBSD

2008-10-03 Thread K. Shantanu
* Davide D'Amico <[EMAIL PROTECTED]> [081004 09:08]: > One solution: gcc4 from ports. > If your fbsd installation is too old (4.x or 5.x) update it. > The owner of the server is bit pessimist about upgrading gcc for he fears, it might break things especially since the server is a live one. What

Re: [spamdyke-users] make fails on FBSD

2008-10-05 Thread K. Shantanu
t; But then again, I'm not a daredevil by nature. Some people prefer to > live on the edge. :) > > -- Sam Clippinger > > K. Shantanu wrote: > > * Davide D'Amico <[EMAIL PROTECTED]> [081004 09:08]: > > > >> One solution: gcc4 from ports. &

Re: [spamdyke-users] make fails on FBSD

2008-10-21 Thread K. Shantanu
anu -- * Felix Buenemann <[EMAIL PROTECTED]> [081020 21:29]: > Hi Shantanu, > > please try the attached patch and see if it fixes your problem. > > -- Felix Buenemann > > Am 02.10.2008 8:24 Uhr, K. Shantanu schrieb: > > Hello, > > I am trying to build sp