[spamdyke-users] log file of spamdyke

2007-10-02 Thread night duke
Hi i wish to know if spamdyke can have it's own log file.
  Or it uses /var/log/maillog?
   
  Thanks
  Nightduke

   
-

Sé un Mejor Amante del Cine
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!.
___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] log file of spamdyke

2007-10-02 Thread Filip Rembiałkowski
2007/10/2, night duke [EMAIL PROTECTED]:
 Hi i wish to know if spamdyke can have it's own log file.
 Or it uses /var/log/maillog?

it uses syslog with facility LOG_MAIL

see: man 3 syslog

if you want to have logs in separate file, you could change it by hand
in log.c and recompile
___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] Graylisting not working (Autofs/NFS?)

2007-10-02 Thread Paulo Henrique
I have this problem in local partition (xfs), see the same messages:

INFO(graylist-dir): Testing graylist directory:
/var/cache/graylist/DOMAIN.COM.BR
ERROR(graylist-dir): Found non-regular file in graylist folder where

Note: error in /var/cache/graylist/DOMAIN.COM.BR, not in /var/cache/graylist.

But graylist work fine
I Have other system with NFS and work fine, without errors.

tks.

2007/10/1, Richard Kreider [EMAIL PROTECTED]:
 Hello all,

 Not 100% sure if autofs has to do with this problem I'm having or not.
 First, the output:

 INFO(graylist-dir): Testing graylist directory: /var/qmail/greylist
 ERROR(graylist-dir): Found non-regular file in graylist folder where
 only domain directories should be: /var/qmail/greylist/.
 ERROR(graylist-dir): Found non-regular file in graylist folder where
 only domain directories should be: /var/qmail/greylist/..
 ERROR(graylist-dir): Found non-regular file in graylist folder where
 only domain directories should be: /var/qmail/greylist/test.com

 ERROR: Tests complete. Errors detected.

 Second, I have setup /var/qmail/greylist to be the storage point for the
 greylist information...

 Third, if I create a directoy in /tmp such as /tmp/test and
 create /tmp/test/test.com then run the config-test against this path for
 greylisting, it succeeds.

 /var/qmail/greylist points to /var/autofs/net/greylist

 Is there something obvious to anyone else about this setup?  I'm sure I
 either missed something or I broke something. =/

 Debian GNU/Linux 2.4.26 / spamdyke 3.0.1 / qmail from source

 Thanks in advance,

 Rich

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





-- 
Paulo Henrique Fonseca
[EMAIL PROTECTED]
___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] compile spamdyke for solaris

2007-10-02 Thread Sam Clippinger
Thanks for the offer, let me see if I can find a VMWare appliance first. 
  That way I can use it to test future releases too -- I already test 
Linux, Mac OS X, NetBSD and OpenBSD, what's one more? :)

-- Sam Clippinger

davide bozzelli wrote:
 Sam Clippinger ha scritto:
 I've never tried to compile spamdyke on Solaris, so the configure script 
 isn't written to detect it.  I'll try to get a copy of OpenSolaris 
 installed in VMWare and do some testing.

 -- Sam Clippinger

   
 
 I've the same problem on a sparc solaris .
 
 If you want I can provide you an account on a SPARC Solaris v.10,where 
 you could try to figure out
 the problem(s).
 
 
 Have fun
 Davide
 ___
 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] possible bug whith recipient-whitelist-file

2007-10-02 Thread Sam Clippinger
Are you sure the test is failing?  When you use 
recipient-whitelist-file, spamdyke doesn't reject the sender address 
as soon as it is given.  It must wait until the recipient address is 
given so it can check the whitelist before rejecting the message.

When I configure my server to use a recipient whitelist, I see this:
.
$ telnet iconoclast.silence.org 25
Trying 208.110.65.146...
Connected to iconoclast.silence.org.
Escape character is '^]'.
220 iconoclast.silence.org ESMTP
helo me
250 iconoclast.silence.org
mail from:[EMAIL PROTECTED]
250 ok
rcpt to:[EMAIL PROTECTED]
421 Refused. The domain of your sender address has no mail exchanger (MX).
quit
221 Refused. The domain of your sender address has no mail exchanger (MX).
Connection closed by foreign host.
$
.
This is the expected behavior.

-- Sam Clippinger

davide bozzelli wrote:
 Hi
 
 Here is my conf:
 
 log-level=2
 ip-whitelist-file=/var/qmail/control/nospamdykeip
 sender-whitelist-file=/var/qmail/control/nospamdykefrom
 recipient-whitelist-file=/var/qmail/control/nospamdyketo
 local-domains-file=/var/qmail/control/rcpthosts
 local-domains-file=/var/qmail/control/morercpthosts
 ip-in-rdns-keyword-file=/var/qmail/control/badrdns
 never-graylist-ip-file=/var/qmail/control/nograyip
 
 reject-empty-rdns
 reject-unresolvable-rdns
 reject-missing-sender-mx
 idle-timeout-secs=300
 graylist-dir=/var/qmail/graylist
 graylist-max-secs=1814400
 graylist-min-secs=300
 
 ALL the whitelist files are empty , in particular: 
 recipient-whitelist-file=/var/qmail/control/nospamdyketo
 
 So the problem is: spamdyke does not enforce reject-missing-sender-mx 
 when recipient-whitelist-file is enabled, even with an empty file .
 
 If I comment the recipient-whitelist-file then it works .
 
 I dunno if is a bug or not, it seems it is .
 
 Have fun,
 Davide
 
 
 
 ___
 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] graylisting

2007-10-02 Thread night duke
Hi i'm a little bit lost.Can anyone tell me what must have 
/var/qmail/graylisting directory.
  I must add there a file with the domains i want to receive emails from?.
   
  Thanks.
   
  Nightduke
   

   
-

Sé un Mejor Amante del Cine
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!.
___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users