Re: [spamdyke-users] Disable Spamdyke for some users ?

2008-01-20 Thread frederic-spamdyke
THanks for your explanation, I understand .

Could not spamdyke with some parameters in configuration files
performs filters after all informations were sent by SMTP
a kind of wait for all informations before starting filter's option

With STMP protocol explanation,  I mean

Client [opens connection]  
  server.example.net Greetings
HELO client.example.com
  Welcome client.example.com
MAIL FROM: [EMAIL PROTECTED] 250
  [EMAIL PROTECTED] Sender ok
RCPT TO: [EMAIL PROTECTED] 
 [EMAIL PROTECTED] Recipient ok

and now spamdyke has collected informations about transaction
it could do filters

- whitelist - no filter -continue
 - blacklist - reject - stop
- check all static files ... (rdns )
- DNS   resolve   - check dns
- DNS RBL   -check


After we continue SMTP
DATA
354 Enter mail
[transmits message] 250 
Message accepted
QUIT 
[closes connection]


In this way we could disable really users from spamdyke and improve speed and 
dont check RBL or DNS if email is in white list.

At any stage in the conversation, the server can decide that the mail is 
spam and return a rejection code.Earlier that happens, the better of course but 
if we wait a little, it could improve spamdyke ...

Fred

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


Re: [spamdyke-users] Disable Spamdyke for some users ?

2008-01-16 Thread frederic-spamdyke
Thanks Sam but 

I went to MX http://www.mxtoolbox.com/diagnostic.aspx
and test my mail server (great tool for testing spamdyke)

the mail used for the test is [EMAIL PROTECTED]
I put this mail in my whitelist
config spamdyke
/...
recipient-whitelist-file=/home/vpopmail/spamdyke/nospamdykeuser

When I do a test with this MX webinterface, time spent is the same.( its 
not faster)
and when I look at log I found these lines in spamdyke's logs(!)
spamdyke[16370]: DENIED_OTHER from: [EMAIL PROTECTED] to: 
[EMAIL PROTECTED] origin_ip: 64.20.227.131 origin_rdns: 
mxtb-pws1.mxtoolbox.com auth: (unknown)

The same thing arrives when I put real mail users in the whitelist
After then, There is some logs ALLOWED and DENIED  from this account in 
spamdyke's logs ...

so Did Spamdyke ignore my whitelist. ??? because If spamdyke ignores, no 
filter = No Logs ??

I suggest that spamdyke could add in log
spamdyke[16370]: [EMAIL PROTECTED] in whitelist - mail ignored from 
spamdyke   (!)

So is there a bug ? Or did I missconfigure something ? PLease let me know.

In a conclusion, I would like no filter for whitelist's email.


Sam Clippinger a écrit :
 Adding the address to the recipient whitelist file is the correct way to 
 disable spamdyke for that user.

 However, I don't see any difference between the two logs you sent. 
 spamdyke isn't filtering the email when the user isn't in the whitelist 
 file.

 -- Sam Clippinger

 [EMAIL PROTECTED] wrote:
   
 Is it possible to disable spamdyke for somes users or domains ?

 I add [EMAIL PROTECTED] in the *recipient-whitelist-file *
 and I think spamdyke dont skip all filters if email is found.

 I've done a full dir log and look contents, I have same result.
 Could you explain to me ?

 Maybe its not the right way to disable spamdyke to some users.(?)

 Thanks.

 I ve done a full dir log
 WITH [EMAIL PROTECTED] in the recipient-whitelist-file

   01/15/2008 00:12:11
 220 mail.noonet.com ESMTP
01/15/2008 00:12:11
 EHLO relay-cv.club-internet.fr
   01/15/2008 00:12:11
 250-mail.noonet.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:12:11
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:12:11
 250 ok
 250 ok
 354 go ahead


 WITHOUT [EMAIL PROTECTED] in the recipient-whitelist-file
   01/15/2008 00:17:49
 220 mail.noonet.com ESMTP
01/15/2008 00:17:49
 EHLO relay-av.club-internet.fr
   01/15/2008 00:17:49
 250-mail.domain.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:17:49
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:17:49
 250 ok
 250 ok
 354 go ahead


 ___
 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



   


Cordialement
-- 
Frédéric NOUVIAN
GSM : 06 08 30 30 78

~
NooNet
Expertise et Projet Informatique
231 rue St Honoré 75001 PARIS
Tel : 01 72 89 16 30
Fax : 01 55 90 86 30
~ 

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


Re: [spamdyke-users] Disable Spamdyke for some users ?

2008-01-16 Thread Hartmut Wernisch

DENIED_OTHER indicates that not spamdyke, but something after spamdyke
(qmail, spamassassin, virus filter,...) is blocking these emails.

best,
Hartmut

On 17 Jan 08, [EMAIL PROTECTED] wrote:
 Thanks Sam but 
 
 I went to MX http://www.mxtoolbox.com/diagnostic.aspx
 and test my mail server (great tool for testing spamdyke)
 
 the mail used for the test is [EMAIL PROTECTED]
 I put this mail in my whitelist
 config spamdyke
 /...
 recipient-whitelist-file=/home/vpopmail/spamdyke/nospamdykeuser
 
 When I do a test with this MX webinterface, time spent is the same.( its 
 not faster)
 and when I look at log I found these lines in spamdyke's logs(!)
 spamdyke[16370]: DENIED_OTHER from: [EMAIL PROTECTED] to: 
 [EMAIL PROTECTED] origin_ip: 64.20.227.131 origin_rdns: 
 mxtb-pws1.mxtoolbox.com auth: (unknown)
 
 The same thing arrives when I put real mail users in the whitelist
 After then, There is some logs ALLOWED and DENIED  from this account in 
 spamdyke's logs ...
 
 so Did Spamdyke ignore my whitelist. ??? because If spamdyke ignores, no 
 filter = No Logs ??
 
 I suggest that spamdyke could add in log
 spamdyke[16370]: [EMAIL PROTECTED] in whitelist - mail ignored from 
 spamdyke   (!)
 
 So is there a bug ? Or did I missconfigure something ? PLease let me know.
 
 In a conclusion, I would like no filter for whitelist's email.
 
 
 Sam Clippinger a écrit :
  Adding the address to the recipient whitelist file is the correct way to 
  disable spamdyke for that user.
 
  However, I don't see any difference between the two logs you sent. 
  spamdyke isn't filtering the email when the user isn't in the whitelist 
  file.
 
  -- Sam Clippinger
 
  [EMAIL PROTECTED] wrote:

  Is it possible to disable spamdyke for somes users or domains ?
 
  I add [EMAIL PROTECTED] in the *recipient-whitelist-file *
  and I think spamdyke dont skip all filters if email is found.
 
  I've done a full dir log and look contents, I have same result.
  Could you explain to me ?
 
  Maybe its not the right way to disable spamdyke to some users.(?)
 
  Thanks.
 
  I ve done a full dir log
  WITH [EMAIL PROTECTED] in the recipient-whitelist-file
 
01/15/2008 00:12:11
  220 mail.noonet.com ESMTP
 01/15/2008 00:12:11
  EHLO relay-cv.club-internet.fr
01/15/2008 00:12:11
  250-mail.noonet.com
  250-PIPELINING
  250 8BITMIME
 01/15/2008 00:12:11
  MAIL FROM:[EMAIL PROTECTED]
  RCPT TO:[EMAIL PROTECTED]
  DATA
01/15/2008 00:12:11
  250 ok
  250 ok
  354 go ahead
 
 
  WITHOUT [EMAIL PROTECTED] in the recipient-whitelist-file
01/15/2008 00:17:49
  220 mail.noonet.com ESMTP
 01/15/2008 00:17:49
  EHLO relay-av.club-internet.fr
01/15/2008 00:17:49
  250-mail.domain.com
  250-PIPELINING
  250 8BITMIME
 01/15/2008 00:17:49
  MAIL FROM:[EMAIL PROTECTED]
  RCPT TO:[EMAIL PROTECTED]
  DATA
01/15/2008 00:17:49
  250 ok
  250 ok
  354 go ahead
 
 
  ___
  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
 
 
 

 
 
 Cordialement
 -- 
 Frédéric NOUVIAN
 GSM : 06 08 30 30 78
 
 ~
 NooNet
 Expertise et Projet Informatique
 231 rue St Honoré 75001 PARIS
 Tel : 01 72 89 16 30
 Fax : 01 55 90 86 30
 ~ 
 
 ___
 spamdyke-users mailing list
 spamdyke-users@spamdyke.org
 http://www.spamdyke.org/mailman/listinfo/spamdyke-users
 

-- 
DI Hartmut Wernisch
Technischer Leiter (CIO)Domaintechnik.at
email: [EMAIL PROTECTED]  Wiener Strasse 2
www:   www.domaintechnik.at A-5202 Neumarkt/Wallersee
___
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users


Re: [spamdyke-users] Disable Spamdyke for some users ?

2008-01-16 Thread frederic-spamdyke
I know it , thank you
In this case Qmail rejects because this domains's email is not in 
allowed hosts

But if you read carrefully my message, I wrote ...
  The same thing arrives when I put real mail users in the whitelist
 There is some logs ALLOWED from this account in logs

|and as you wrote when I look at| 
http://www.spamdyke.org/documentation/README.html#LOG

|ALLOWED|
The message passed ALL FILTERS.qmail may still bounce the message for 
other reasons, however.

Why message passed ALL FILTERS ??? email was on whitelist !!

Thanks


The question is Andrew Liles a écrit :
 and when I look at log I found these lines in spamdyke's logs(!)
 spamdyke[16370]: DENIED_OTHER from: [EMAIL PROTECTED] to:
 

 Look at:
 http://www.spamdyke.org/documentation/README.html#LOG

 DENIED_OTHER = The connection was rejected by qmail (or another 
 downstream filter), not spamdyke.


 [EMAIL PROTECTED] wrote:
   
 Thanks Sam but 

 I went to MX http://www.mxtoolbox.com/diagnostic.aspx
 and test my mail server (great tool for testing spamdyke)

 the mail used for the test is [EMAIL PROTECTED]
 I put this mail in my whitelist
 config spamdyke
 /...
 recipient-whitelist-file=/home/vpopmail/spamdyke/nospamdykeuser

 When I do a test with this MX webinterface, time spent is the same.( its 
 not faster)
 and when I look at log I found these lines in spamdyke's logs(!)
 spamdyke[16370]: DENIED_OTHER from: [EMAIL PROTECTED] to: 
 [EMAIL PROTECTED] origin_ip: 64.20.227.131 origin_rdns: 
 mxtb-pws1.mxtoolbox.com auth: (unknown)

 The same thing arrives when I put real mail users in the whitelist
 After then, There is some logs ALLOWED and DENIED  from this account in 
 spamdyke's logs ...

 so Did Spamdyke ignore my whitelist. ??? because If spamdyke ignores, no 
 filter = No Logs ??

 I suggest that spamdyke could add in log
 spamdyke[16370]: [EMAIL PROTECTED] in whitelist - mail ignored from 
 spamdyke   (!)

 So is there a bug ? Or did I missconfigure something ? PLease let me know.

 In a conclusion, I would like no filter for whitelist's email.


 Sam Clippinger a écrit :
   
 
 Adding the address to the recipient whitelist file is the correct way to 
 disable spamdyke for that user.

 However, I don't see any difference between the two logs you sent. 
 spamdyke isn't filtering the email when the user isn't in the whitelist 
 file.

 -- Sam Clippinger

 [EMAIL PROTECTED] wrote:
   
 
   
 Is it possible to disable spamdyke for somes users or domains ?

 I add [EMAIL PROTECTED] in the *recipient-whitelist-file *
 and I think spamdyke dont skip all filters if email is found.

 I've done a full dir log and look contents, I have same result.
 Could you explain to me ?

 Maybe its not the right way to disable spamdyke to some users.(?)

 Thanks.

 I ve done a full dir log
 WITH [EMAIL PROTECTED] in the recipient-whitelist-file

   01/15/2008 00:12:11
 220 mail.noonet.com ESMTP
01/15/2008 00:12:11
 EHLO relay-cv.club-internet.fr
   01/15/2008 00:12:11
 250-mail.noonet.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:12:11
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:12:11
 250 ok
 250 ok
 354 go ahead


 WITHOUT [EMAIL PROTECTED] in the recipient-whitelist-file
   01/15/2008 00:17:49
 220 mail.noonet.com ESMTP
01/15/2008 00:17:49
 EHLO relay-av.club-internet.fr
   01/15/2008 00:17:49
 250-mail.domain.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:17:49
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:17:49
 250 ok
 250 ok
 354 go ahead
   
 

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



   


Cordialement
-- 
Frédéric NOUVIAN
GSM : 06 08 30 30 78

~
NooNet
Expertise et Projet Informatique
231 rue St Honoré 75001 PARIS
Tel : 01 72 89 16 30
Fax : 01 55 90 86 30
~ 

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


Re: [spamdyke-users] Disable Spamdyke for some users ?

2008-01-16 Thread frederic-spamdyke
ok forget  DENIED_OTHER
concentrate in second part of my message and last anwser


Hartmut Wernisch a écrit :
 DENIED_OTHER indicates that not spamdyke, but something after spamdyke
 (qmail, spamassassin, virus filter,...) is blocking these emails.

 best,
 Hartmut

 On 17 Jan 08, [EMAIL PROTECTED] wrote:
   
 Thanks Sam but 

 I went to MX http://www.mxtoolbox.com/diagnostic.aspx
 and test my mail server (great tool for testing spamdyke)

 the mail used for the test is [EMAIL PROTECTED]
 I put this mail in my whitelist
 config spamdyke
 /...
 recipient-whitelist-file=/home/vpopmail/spamdyke/nospamdykeuser

 When I do a test with this MX webinterface, time spent is the same.( its 
 not faster)
 and when I look at log I found these lines in spamdyke's logs(!)
 spamdyke[16370]: DENIED_OTHER from: [EMAIL PROTECTED] to: 
 [EMAIL PROTECTED] origin_ip: 64.20.227.131 origin_rdns: 
 mxtb-pws1.mxtoolbox.com auth: (unknown)

 The same thing arrives when I put real mail users in the whitelist
 After then, There is some logs ALLOWED and DENIED  from this account in 
 spamdyke's logs ...

 so Did Spamdyke ignore my whitelist. ??? because If spamdyke ignores, no 
 filter = No Logs ??

 I suggest that spamdyke could add in log
 spamdyke[16370]: [EMAIL PROTECTED] in whitelist - mail ignored from 
 spamdyke   (!)

 So is there a bug ? Or did I missconfigure something ? PLease let me know.

 In a conclusion, I would like no filter for whitelist's email.


 Sam Clippinger a écrit :
 
 Adding the address to the recipient whitelist file is the correct way to 
 disable spamdyke for that user.

 However, I don't see any difference between the two logs you sent. 
 spamdyke isn't filtering the email when the user isn't in the whitelist 
 file.

 -- Sam Clippinger

 [EMAIL PROTECTED] wrote:
   
   
 Is it possible to disable spamdyke for somes users or domains ?

 I add [EMAIL PROTECTED] in the *recipient-whitelist-file *
 and I think spamdyke dont skip all filters if email is found.

 I've done a full dir log and look contents, I have same result.
 Could you explain to me ?

 Maybe its not the right way to disable spamdyke to some users.(?)

 Thanks.

 I ve done a full dir log
 WITH [EMAIL PROTECTED] in the recipient-whitelist-file

   01/15/2008 00:12:11
 220 mail.noonet.com ESMTP
01/15/2008 00:12:11
 EHLO relay-cv.club-internet.fr
   01/15/2008 00:12:11
 250-mail.noonet.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:12:11
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:12:11
 250 ok
 250 ok
 354 go ahead


 WITHOUT [EMAIL PROTECTED] in the recipient-whitelist-file
   01/15/2008 00:17:49
 220 mail.noonet.com ESMTP
01/15/2008 00:17:49
 EHLO relay-av.club-internet.fr
   01/15/2008 00:17:49
 250-mail.domain.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:17:49
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:17:49
 250 ok
 250 ok
 354 go ahead


 ___
 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



   
   
 Cordialement
 -- 
 Frédéric NOUVIAN
 GSM : 06 08 30 30 78

 ~
 NooNet
 Expertise et Projet Informatique
 231 rue St Honoré 75001 PARIS
 Tel : 01 72 89 16 30
 Fax : 01 55 90 86 30
 ~ 

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

 

   


Cordialement
-- 
Frédéric NOUVIAN
GSM : 06 08 30 30 78

~
NooNet
Expertise et Projet Informatique
231 rue St Honoré 75001 PARIS
Tel : 01 72 89 16 30
Fax : 01 55 90 86 30
~ 

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


Re: [spamdyke-users] Disable Spamdyke for some users ?

2008-01-15 Thread Sam Clippinger
Adding the address to the recipient whitelist file is the correct way to 
disable spamdyke for that user.

However, I don't see any difference between the two logs you sent. 
spamdyke isn't filtering the email when the user isn't in the whitelist 
file.

-- Sam Clippinger

[EMAIL PROTECTED] wrote:
 Is it possible to disable spamdyke for somes users or domains ?
 
 I add [EMAIL PROTECTED] in the *recipient-whitelist-file *
 and I think spamdyke dont skip all filters if email is found.
 
 I've done a full dir log and look contents, I have same result.
 Could you explain to me ?
 
 Maybe its not the right way to disable spamdyke to some users.(?)
 
 Thanks.
 
 I ve done a full dir log
 WITH [EMAIL PROTECTED] in the recipient-whitelist-file
 
   01/15/2008 00:12:11
 220 mail.noonet.com ESMTP
01/15/2008 00:12:11
 EHLO relay-cv.club-internet.fr
   01/15/2008 00:12:11
 250-mail.noonet.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:12:11
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:12:11
 250 ok
 250 ok
 354 go ahead
 
 
 WITHOUT [EMAIL PROTECTED] in the recipient-whitelist-file
   01/15/2008 00:17:49
 220 mail.noonet.com ESMTP
01/15/2008 00:17:49
 EHLO relay-av.club-internet.fr
   01/15/2008 00:17:49
 250-mail.domain.com
 250-PIPELINING
 250 8BITMIME
01/15/2008 00:17:49
 MAIL FROM:[EMAIL PROTECTED]
 RCPT TO:[EMAIL PROTECTED]
 DATA
   01/15/2008 00:17:49
 250 ok
 250 ok
 354 go ahead
 
 
 ___
 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