Re: [toaster] checkuser problem

2007-05-10 Thread tonix (Antonio Nati)


My answer to your previous was not correct.
You have "#define CHKUSER_RCPT_MX" commented, so chkuser is not 
checking the destination domain (conditions: domain is not local and 
RELAYCLIENT is set).


Ciao,

Tonino

At 08.20 10/05/2007, you wrote:

Hello,

no settings found in whole source.

here is my chkuser_settings.h file.

I'm ussing qmail-toaster-0.8.3.

Thank you.
---
Lampa
2007/5/9, tonix (Antonio Nati) <[EMAIL PROTECTED]>:


 At 23.32 09/05/2007, you wrote:

Hello,

 i found weird behaviour if checkuser with smtp auth

 If user is autheticated, there is not checked if dest domain is valid
 (maybe if recips exists) - eg possible to send email to invalid
 domain.

 trying to send email to [EMAIL PROTECTED]' (yes at end is ') - is
 not valid email, i know but tell this to some non technical people ;)

 non auth user

 @4000464239dd28198a84 CHKUSER accepted sender: from
 <[EMAIL PROTECTED]::> remote  rcpt <> :
 sender accepted
 @4000464239dd28c98164 CHKUSER rejected relaying: from
 <[EMAIL PROTECTED]::> remote  rcpt
 <[EMAIL PROTECTED]'> : client not allowed to relay

 auth user

 @40004642390d107ee0a4 CHKUSER accepted sender: from
 <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
  rcpt <> : sender accepted
 @40004642390d113305d4 CHKUSER relaying rcpt: from
 <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
  rcpt <[EMAIL PROTECTED]'> : client
 allowed to relay

 from log, non auth user cannot send email to bad domain but auth can.

 Maybe i have wrong settings of checkuser.
 Yes, probably you have disabled chkuser for authenticated users. Check is
there is any option like CHKUSER_DISABLE_VARIABLE enabled.

 Ciao,

 Tonino



Thank you for your help.
 ---
 Lampa



Content-Type: application/octet-stream; name=chkuser_settings.h
X-Attachment-Id: f_f1itxvhn
Content-Disposition: attachment; filename="chkuser_settings.h"


Re: [toaster] checkuser problem

2007-05-10 Thread tonix (Antonio Nati)


My answer to your previous was not correct.
You have "#define CHKUSER_RCPT_MX" commented, so chkuser is not 
checking the destination domain (conditions: domain is not local and 
RELAYCLIENT is set).


Ciao,

Tonino

At 08.20 10/05/2007, you wrote:

Hello,

no settings found in whole source.

here is my chkuser_settings.h file.

I'm ussing qmail-toaster-0.8.3.

Thank you.
---
Lampa
2007/5/9, tonix (Antonio Nati) <[EMAIL PROTECTED]>:


 At 23.32 09/05/2007, you wrote:

Hello,

 i found weird behaviour if checkuser with smtp auth

 If user is autheticated, there is not checked if dest domain is valid
 (maybe if recips exists) - eg possible to send email to invalid
 domain.

 trying to send email to [EMAIL PROTECTED]' (yes at end is ') - is
 not valid email, i know but tell this to some non technical people ;)

 non auth user

 @4000464239dd28198a84 CHKUSER accepted sender: from
 <[EMAIL PROTECTED]::> remote  rcpt <> :
 sender accepted
 @4000464239dd28c98164 CHKUSER rejected relaying: from
 <[EMAIL PROTECTED]::> remote  rcpt
 <[EMAIL PROTECTED]'> : client not allowed to relay

 auth user

 @40004642390d107ee0a4 CHKUSER accepted sender: from
 <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
  rcpt <> : sender accepted
 @40004642390d113305d4 CHKUSER relaying rcpt: from
 <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
  rcpt <[EMAIL PROTECTED]'> : client
 allowed to relay

 from log, non auth user cannot send email to bad domain but auth can.

 Maybe i have wrong settings of checkuser.
 Yes, probably you have disabled chkuser for authenticated users. Check is
there is any option like CHKUSER_DISABLE_VARIABLE enabled.

 Ciao,

 Tonino



Thank you for your help.
 ---
 Lampa



Content-Type: application/octet-stream; name=chkuser_settings.h
X-Attachment-Id: f_f1itxvhn
Content-Disposition: attachment; filename="chkuser_settings.h"


Re: [toaster] checkuser problem

2007-05-10 Thread Lampa

Hello,

thank you very much, now better - 451 DNS temporary failure (#4.5.1 - chkuser).
---
Lampa
2007/5/10, tonix (Antonio Nati) <[EMAIL PROTECTED]>:



 My answer to your previous was not correct.
 You have "#define CHKUSER_RCPT_MX" commented, so chkuser is not checking
the destination domain (conditions: domain is not local and RELAYCLIENT is
set).

 Ciao,

 Tonino


 At 08.20 10/05/2007, you wrote:

Hello,

 no settings found in whole source.

 here is my chkuser_settings.h file.

 I'm ussing qmail-toaster-0.8.3.

 Thank you.
 ---
 Lampa
 2007/5/9, tonix (Antonio Nati) <[EMAIL PROTECTED]>:


  At 23.32 09/05/2007, you wrote:

 Hello,

  i found weird behaviour if checkuser with smtp auth

  If user is autheticated, there is not checked if dest domain is valid
  (maybe if recips exists) - eg possible to send email to invalid
  domain.

  trying to send email to [EMAIL PROTECTED]' (yes at end is ') - is
  not valid email, i know but tell this to some non technical people ;)

  non auth user

  @4000464239dd28198a84 CHKUSER accepted sender: from
  <[EMAIL PROTECTED]::> remote  rcpt <> :
  sender accepted
  @4000464239dd28c98164 CHKUSER rejected relaying: from
  <[EMAIL PROTECTED]::> remote  rcpt
  <[EMAIL PROTECTED]'> : client not allowed to relay

  auth user

  @40004642390d107ee0a4 CHKUSER accepted sender: from
  <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
   rcpt <> : sender accepted
  @40004642390d113305d4 CHKUSER relaying rcpt: from
  <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
   rcpt <[EMAIL PROTECTED]'> : client
  allowed to relay

  from log, non auth user cannot send email to bad domain but auth can.

  Maybe i have wrong settings of checkuser.
  Yes, probably you have disabled chkuser for authenticated users. Check is
 there is any option like CHKUSER_DISABLE_VARIABLE enabled.

  Ciao,

  Tonino



 Thank you for your help.
  ---
  Lampa

 Content-Type: application/octet-stream; name=chkuser_settings.h
 X-Attachment-Id: f_f1itxvhn
 Content-Disposition: attachment; filename="chkuser_settings.h"



[toaster] SimScan Error Code 54

2007-05-10 Thread I Shukor
Hi All,

I need to understand this error code below
simscan: exit error code: 54

I also need to set quarantine directory for simscan can someone guide me on
creating it.

Thanks In Advance.



[toaster] simscan: error code 54

2007-05-10 Thread Ishukor

Dear All,

I got this error from certain email, after investigating on simscan.c


#define EXIT_54   54  /* Unable to read the message or envelope. */

so this is qmail-queue error, How to fix this problem?

Thanks In Advance