Re: [spamdyke-users] rdns-whitelist-file not working

2009-08-18 Thread Sam Clippinger
I don't see anything wrong with your syntax; I'm not sure what's wrong.  
I can't reproduce this problem with version 4.0.8 or version 4.0.10.

There are only a few situations I can imagine that should result in this 
problem.  Most of them involve permissions problems or gigantic files -- 
is spamdyke logging any errors?  Have you tried running spamdyke's 
config-test feature to look for problems?  If that doesn't show any 
errors, could you use the full-log-dir option to capture a full log 
from one of these rejected connections?

I must say, however, that it's gratifying (in a small way) to see 
someone using the command line switches instead of a configuration 
file.  I thought I was the only one, using the command line options in 
the test scripts. :)

-- Sam Clippinger

Kulkarni Shantanu wrote:
 Hello,
 I am using spamdyke happily for years now. my run file has,

 /usr/local/bin/tcpserver ... \
 /var/qmail/bin/spamdyke408 -g /var/qmail/spamdyke/graylist408/ \
 --graylist-level always-create-dir --local-domains-file 
 /var/qmail/control/graylisteddomains \
 --graylist-exception-ip-file /var/qmail/control/graylist-exception-file -a 15 
 -r  \
 --graylist-exception-rdns-file /var/qmail/control/never-greylist \
 --rdns-whitelist-file /var/qmail/control/rdns-whitelist-file \
 --log-target stderr -lverbose  -x zen.spamhaus.org -M 5900 \
 /var/qmail/bin/qmail-smtpd

 # echo '.balasai.com'  /var/qmail/control/rdns-whitelist-file

 But in log I see,
 2009-08-14 18:57:20.919310500.s:@40004a852aaa3394fa9c spamdyke[5313]: 
 DENIED_RBL_MATCH from: i...@wytewater.com to: kclo...@manikchandgroup.com 
 origin_ip: 203.197.88.122 origin_rdns: colo-122-88-197-203.balasai.com auth: 
 (unknown)
 2009-08-14 18:57:20.919310500.s:@40004a852af634816224 spamdyke[5579]: 
 DENIED_RBL_MATCH from: i...@wytewater.com to: kclo...@manikchandgroup.com 
 origin_ip: 203.197.88.122 origin_rdns: colo-122-88-197-203.balasai.com auth: 
 (unknown)


 I had to add colo-122-88-197-203.balasai.com itself to whitelist to get it 
 working. 
 What was wrong with my earlier syntax?

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


Re: [spamdyke-users] rdns-whitelist-file not working

2009-08-18 Thread Kulkarni Shantanu
Thanks all for responding. Unfortunately, I cannot reproduce the problem
since the sender is not frequent. There were alo no errors in the logs.
For now I have solved it by explicitly adding to whitelist the rdns
colo-122-88-197-203.balasai.com 

Now I get,
2009-08-18 15:22:18.767724500 spamdyke[26765]: FILTER_WHITELIST_NAME ip: 
203.197.88.122 rdns: colo-122-88-197-203.balasai.com file: 
/var/qmail/control/rdns-whitelist-file(17)
2009-08-18 15:22:19.590587500 spamdyke[26765]: ALLOWED from: 
b...@uttarafoods.com to: hrsangh...@manikchandgroup.com origin_ip: 
203.197.88.122 origin_rdns: colo-122-88-197-203.balasai.com auth: (unknown)

Thanks,
Shantanu
-- 

* Sam Clippinger s...@silence.org [090819 09:20]:
 I don't see anything wrong with your syntax; I'm not sure what's wrong.  
 I can't reproduce this problem with version 4.0.8 or version 4.0.10.
 
 There are only a few situations I can imagine that should result in this 
 problem.  Most of them involve permissions problems or gigantic files -- 
 is spamdyke logging any errors?  Have you tried running spamdyke's 
 config-test feature to look for problems?  If that doesn't show any 
 errors, could you use the full-log-dir option to capture a full log 
 from one of these rejected connections?
 
 I must say, however, that it's gratifying (in a small way) to see 
 someone using the command line switches instead of a configuration 
 file.  I thought I was the only one, using the command line options in 
 the test scripts. :)
 
 -- Sam Clippinger
 
 Kulkarni Shantanu wrote:
  Hello,
  I am using spamdyke happily for years now. my run file has,
 
  /usr/local/bin/tcpserver ... \
  /var/qmail/bin/spamdyke408 -g /var/qmail/spamdyke/graylist408/ \
  --graylist-level always-create-dir --local-domains-file 
  /var/qmail/control/graylisteddomains \
  --graylist-exception-ip-file /var/qmail/control/graylist-exception-file -a 
  15 -r  \
  --graylist-exception-rdns-file /var/qmail/control/never-greylist \
  --rdns-whitelist-file /var/qmail/control/rdns-whitelist-file \
  --log-target stderr -lverbose  -x zen.spamhaus.org -M 5900 \
  /var/qmail/bin/qmail-smtpd
 
  # echo '.balasai.com'  /var/qmail/control/rdns-whitelist-file
 
  But in log I see,
  2009-08-14 18:57:20.919310500.s:@40004a852aaa3394fa9c spamdyke[5313]: 
  DENIED_RBL_MATCH from: i...@wytewater.com to: kclo...@manikchandgroup.com 
  origin_ip: 203.197.88.122 origin_rdns: colo-122-88-197-203.balasai.com 
  auth: (unknown)
  2009-08-14 18:57:20.919310500.s:@40004a852af634816224 spamdyke[5579]: 
  DENIED_RBL_MATCH from: i...@wytewater.com to: kclo...@manikchandgroup.com 
  origin_ip: 203.197.88.122 origin_rdns: colo-122-88-197-203.balasai.com 
  auth: (unknown)
 
 
  I had to add colo-122-88-197-203.balasai.com itself to whitelist to get it 
  working. 
  What was wrong with my earlier syntax?
 
  Shantanu
  www.shantanukulkarni.org

 ___
 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] rdns-whitelist-file

2007-11-23 Thread Sam Clippinger
You only need to use rdns-whitelist-file to bypass filters for specific 
remote servers.  If those servers aren't being filtered, there's no need 
to use this file.

You cannot list email addresses in the rDNS whitelist file.  It is only 
for reverse DNS names.  If you want to whitelist sender email addresses, 
you should use sender-whitelist-file.
http://www.spamdyke.org/documentation/README.html#WHITELISTING_ADDRESSES
NOTE: Whitelisting sender addresses is a BAD IDEA.  Sender addresses are 
VERY easy to forge and if a spammer forges an address on your whitelist, 
spamdyke won't stop it.

-- Sam Clippinger

night duke wrote:
 So if i want to receive from a domain i will add
  
 thatdomain.com
 and if i want to receive from gw.otherdomain.com
  
 Both of them are correctly added.
  
 And also i can add emails there like [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
  
 Thanks a lot.
  
 Nightduke
 
 
 */Sam Clippinger [EMAIL PROTECTED]/* escribió:
 
 The file used with rdns-whitelist-file can only contain the reverse
 DNS names of remote servers, not email addresses. See the online
 documentation for full details:
 http://www.spamdyke.org/documentation/README_rdns_file_format.html
 
 -- Sam Clippinger
 
 night duke wrote:
   Hi i wish to know which format must be used in this
   file.
  
   with domains
   [EMAIL PROTECTED] or
   mydomain.com or
   [EMAIL PROTECTED]
  
   Which one is the best one?
  
   Thanks a lot.
  
   Nightduke
  
  
  
  
   __
   ¿Chef por primera vez?
   Sé un mejor Cocinillas.
   http://es.answers.yahoo.com/info/welcome
   ___
   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
 
 
 
 
 ¿Chef por primera vez? - Sé un mejor Cocinillas.
 Entra en Yahoo! Respuestas 
 http://es.rd.yahoo.com/evt:51361/*http://es.answers.yahoo.com/dir/index;_ylc=X3oDMTE4ZWhyZjU0BF9TAzIxMTQ3MTQzMjIEc2VjA0Jhbm5lcgRzbGsDQWNxdWlzaXRpb24-?link=oversid=396545367.
 
 
 
 
 ___
 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] rdns-whitelist-file

2007-11-23 Thread Sam Clippinger
If messages from the other machines are being blocked by spamdyke, add 
them to the rdns-whitelist-file.  If they aren't being blocked, you 
don't need to do anything.

-- Sam Clippinger

night duke wrote:
 Ok but where i must add a localname of a machine from where i want to 
 receive emails from...
  
 Like cron jobs...clamav updates...no more...
  
 Thanks
  
 Nightduke
 
 
 */Sam Clippinger [EMAIL PROTECTED]/* escribió:
 
 You only need to use rdns-whitelist-file to bypass filters for specific
 remote servers. If those servers aren't being filtered, there's no need
 to use this file.
 
 You cannot list email addresses in the rDNS whitelist file. It is only
 for reverse DNS names. If you want to whitelist sender email addresses,
 you should use sender-whitelist-file.
 http://www.spamdyke.org/documentation/README.html#WHITELISTING_ADDRESSES
 NOTE: Whitelisting sender addresses is a BAD IDEA. Sender addresses are
 VERY easy to forge and if a spammer forges an address on your
 whitelist,
 spamdyke won't stop it.
 
 -- Sam Clippinger
 
 night duke wrote:
   So if i want to receive from a domain i will add
  
   thatdomain.com
   and if i want to receive from gw.otherdomain.com
  
   Both of them are correctly added.
  
   And also i can add emails there like [EMAIL PROTECTED]
  
  
   Thanks a lot.
  
   Nightduke
  
  
   */Sam Clippinger /* escribió:
  
   The file used with rdns-whitelist-file can only contain the reverse
   DNS names of remote servers, not email addresses. See the online
   documentation for full details:
   http://www.spamdyke.org/documentation/README_rdns_file_format.html
  
   -- Sam Clippinger
  
   night duke wrote:
Hi i wish to know which format must be used in this
file.
   
with domains
[EMAIL PROTECTED] or
mydomain.com or
[EMAIL PROTECTED]
   
Which one is the best one?
   
Thanks a lot.
   
Nightduke
   
   
   
   
__
¿Chef por primera vez?
Sé un mejor Cocinillas.
http://es.answers.yahoo.com/info/welcome
___
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
  
  
  
 
  
   ¿Chef por primera vez? - Sé un mejor Cocinillas.
   Entra en Yahoo! Respuestas
   .
  
  
  
 
  
   ___
   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
 
 
 
 
 ¿Chef por primera vez? - Sé un mejor Cocinillas.
 Entra en Yahoo! Respuestas 
 http://es.rd.yahoo.com/evt:51361/*http://es.answers.yahoo.com/dir/index;_ylc=X3oDMTE4ZWhyZjU0BF9TAzIxMTQ3MTQzMjIEc2VjA0Jhbm5lcgRzbGsDQWNxdWlzaXRpb24-?link=oversid=396545367.
 
 
 
 
 ___
 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] rdns-whitelist-file

2007-11-22 Thread Sam Clippinger
The file used with rdns-whitelist-file can only contain the reverse 
DNS names of remote servers, not email addresses.  See the online 
documentation for full details:
http://www.spamdyke.org/documentation/README_rdns_file_format.html

-- Sam Clippinger

night duke wrote:
 Hi i wish to know which format must be used in this
 file.
 
 with domains 
 [EMAIL PROTECTED] or
 mydomain.com or
 [EMAIL PROTECTED]
 
 Which one is the best one?
 
 Thanks a lot.
 
 Nightduke
 
 
 

 __ 
 ¿Chef por primera vez?
 Sé un mejor Cocinillas. 
 http://es.answers.yahoo.com/info/welcome
 ___
 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