[toaster] Re: toaster Digest of: get.2963

2005-03-08 Thread Jason S
> From: "Jeffrey Holste" <[EMAIL PROTECTED]>
> To: 
> Date: Mon, 7 Mar 2005 14:32:58 -0700
> Subject: SIMScan and Spam Passthru
>  
> Used the toaster to setup a Debian based server.  It is working well EXCEPT 
> any piece of email flagged as Spam is not getting passed thru.  Good email 
> gets X-Spam-Status:No flag and goes through fine.  Spam gets ided as Spam in 
> the mail.log and blocked.  I prefer it to got through so the user can catch 
> false positives for the time being.  I used the following (pasted exactly 
> from the toaster page).  
>   
> ./configure --enable-user=clamav \
> --enable-clamav=y \
> --enable-spam=y \
> --enable-spam-passthru=y \
> --enable-per-domain=y \
> --enable-ripmime \
> --enable-attach=y \
> --enable-received=y 
>  
> 
> Any ideas what else to check or look for? 
> 
>   
> 

Make sure you have your simcontrol file configured to allow spam
passthru: This is included in the simscan section of the qmail WIKI,
(http://www.qmailwiki.org/index.php?title=Simscan)but not in Bill's
toaster.

:clam=yes,spam=yes,spam_passthru=yes,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif

Don't forget to run simscanmk after you make the changes.

-- 

Jason
[EMAIL PROTECTED]


[toaster] .qmail-list-accept-default

2005-03-08 Thread temp
 
hello all
just installed toaster (http://shupp.org/toaster/#prerequisites)
setup went without errors...
everything works ok, except:

qmail-smtpd runs under user vpopmail.
now trying to setup ezmlm list.

when im sending confirmation message
i allways get:

'[EMAIL PROTECTED]' on 2005.03.08 15:51
511 sorry, no mailbox here by that name (#5.1.1 - chkuser)

smtpd log:
005-03-04 12:33:14.040663500 CHKUSER rejected rcpt: from <[EMAIL PROTECTED]::>
remote  rcpt
<[EMAIL PROTECTED]> : not existing
recipient

.qmail-list-accept-default exists in domain directory
with same permissions as .qmail-default
-rw---   1 vpopmail vchkpw   55 2005-03-02 21:13 .qmail-default
-rw---   1 vpopmail vchkpw9 2004-09-08 13:24
.qmail-list-accept-default 

seems qmail doesnt read .qmail-list-accept-default file.
tried to run qmail-smtpd under user qmaild everything works ok.
but i need run smtpd under vpopmail...

where the problem is?



RE: [toaster] Re: toaster Digest of: get.2963

2005-03-08 Thread Jeffrey Holste
That was it, thanks Jason.

---
Make sure you have your simcontrol file configured to allow spam
passthru: This is included in the simscan section of the qmail WIKI,
(http://www.qmailwiki.org/index.php?title=Simscan  not in Bill's
toaster.

:clam=yes,spam=yes,spam_passthru=yes,attach=.vbs:.lnk:.scr:.wsh:.hta:.pi
f
   ^
---
(now if I can just get Razor to compile :)
Jeff



Re: [toaster] .qmail-list-accept-default

2005-03-08 Thread tonix (Antonio Nati)
Which are the permission/owner of the list directory?
vpopmail should be the owner of that directory (and of the content).
Tonino
At 15.40 08/03/2005, you wrote:
hello all
just installed toaster (http://shupp.org/toaster/#prerequisites)
setup went without errors...
everything works ok, except:
qmail-smtpd runs under user vpopmail.
now trying to setup ezmlm list.
when im sending confirmation message
i allways get:
'[EMAIL PROTECTED]' on 2005.03.08 15:51
511 sorry, no mailbox here by that name (#5.1.1 - chkuser)
smtpd log:
005-03-04 12:33:14.040663500 CHKUSER rejected rcpt: from <[EMAIL PROTECTED]::>
remote  rcpt
<[EMAIL PROTECTED]> : not existing
recipient
.qmail-list-accept-default exists in domain directory
with same permissions as .qmail-default
-rw---   1 vpopmail vchkpw   55 2005-03-02 21:13 .qmail-default
-rw---   1 vpopmail vchkpw9 2004-09-08 13:24
.qmail-list-accept-default
seems qmail doesnt read .qmail-list-accept-default file.
tried to run qmail-smtpd under user qmaild everything works ok.
but i need run smtpd under vpopmail...
where the problem is?



RE: [toaster] .qmail-list-accept-default

2005-03-08 Thread temp
it is:
drwx--   3 vpopmail vchkpw 4096 2005-03-03 09:49 list

actually when  i create .qmail-example-default file
i cant send message to [EMAIL PROTECTED]
(the same error)
i think its not ezmlm or dir's permission problem


> -Original Message-
> From: tonix (Antonio Nati) [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 08, 2005 5:05 PM
> To: toaster@shupp.org
> Subject: Re: [toaster] .qmail-list-accept-default 
> 
> Which are the permission/owner of the list directory?
> 
> vpopmail should be the owner of that directory (and of the content).
> 
> Tonino
> 
> At 15.40 08/03/2005, you wrote:
> >
> >hello all
> >just installed toaster (http://shupp.org/toaster/#prerequisites)
> >setup went without errors...
> >everything works ok, except:
> >
> >qmail-smtpd runs under user vpopmail.
> >now trying to setup ezmlm list.
> >
> >when im sending confirmation message
> >i allways get:
> >
> >'[EMAIL PROTECTED]' on 
> 2005.03.08 15:51
> > 511 sorry, no mailbox here by that name (#5.1.1 
> - chkuser)
> >
> >smtpd log:
> >005-03-04 12:33:14.040663500 CHKUSER rejected rcpt: from 
> <[EMAIL PROTECTED]::>
> >remote  rcpt
> ><[EMAIL PROTECTED]> : 
> not existing
> >recipient
> >
> >.qmail-list-accept-default exists in domain directory
> >with same permissions as .qmail-default
> >-rw---   1 vpopmail vchkpw   55 2005-03-02 21:13 .qmail-default
> >-rw---   1 vpopmail vchkpw9 2004-09-08 13:24
> >.qmail-list-accept-default
> >
> >seems qmail doesnt read .qmail-list-accept-default file.
> >tried to run qmail-smtpd under user qmaild everything works ok.
> >but i need run smtpd under vpopmail...
> >
> >where the problem is?
> 
> 
> 



RE: [toaster] .qmail-list-accept-default

2005-03-08 Thread tonix (Antonio Nati)
Speaking about ezmlm lists, chkuser checks for the existance (i.e. opens 
for reading) of the following file:

../vpopmail/domains/yourdomain/yourlist/mailinglist
Check this file.
This looks like the unique point where there could be a permission problem 
(as you told that with user qmaild all works nicely).

Tonino
At 16.20 08/03/2005, you wrote:
it is:
drwx--   3 vpopmail vchkpw 4096 2005-03-03 09:49 list
actually when  i create .qmail-example-default file
i cant send message to [EMAIL PROTECTED]
(the same error)
i think its not ezmlm or dir's permission problem
> -Original Message-
> From: tonix (Antonio Nati) [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 08, 2005 5:05 PM
> To: toaster@shupp.org
> Subject: Re: [toaster] .qmail-list-accept-default
>
> Which are the permission/owner of the list directory?
>
> vpopmail should be the owner of that directory (and of the content).
>
> Tonino
>
> At 15.40 08/03/2005, you wrote:
> >
> >hello all
> >just installed toaster (http://shupp.org/toaster/#prerequisites)
> >setup went without errors...
> >everything works ok, except:
> >
> >qmail-smtpd runs under user vpopmail.
> >now trying to setup ezmlm list.
> >
> >when im sending confirmation message
> >i allways get:
> >
> >'[EMAIL PROTECTED]' on
> 2005.03.08 15:51
> > 511 sorry, no mailbox here by that name (#5.1.1
> - chkuser)
> >
> >smtpd log:
> >005-03-04 12:33:14.040663500 CHKUSER rejected rcpt: from
> <[EMAIL PROTECTED]::>
> >remote  rcpt
> ><[EMAIL PROTECTED]> :
> not existing
> >recipient
> >
> >.qmail-list-accept-default exists in domain directory
> >with same permissions as .qmail-default
> >-rw---   1 vpopmail vchkpw   55 2005-03-02 21:13 .qmail-default
> >-rw---   1 vpopmail vchkpw9 2004-09-08 13:24
> >.qmail-list-accept-default
> >
> >seems qmail doesnt read .qmail-list-accept-default file.
> >tried to run qmail-smtpd under user qmaild everything works ok.
> >but i need run smtpd under vpopmail...
> >
> >where the problem is?
>
>
>



[toaster] chkusr question

2005-03-08 Thread Shane Chrisp
Tonix,

When using chkusr with mysql support, does it check the vpopmail table
for the user or rather does it query for the existence of the user via
the API somehow? The reason i ask is that in the older versions of
vpopmail you could add a user directly to the vpopmail table and if the
account hadnt been created on disk when the first email arrived, it
would provision it. Makes life simpler for admin only having to make the
billing system talk to the DB.

cheers
Shane



Re: [toaster] chkusr question

2005-03-08 Thread tonix (Antonio Nati)
Shane,
chkuser uses vpopmail APIs for the most of checking, using its own code 
only when APIs are not available (ezmlm mailing lists, .qmail-default 
aliases, etc). So chkuser can use whatever DB vpopmail is using.

New users in MySQL tables should be cought by vpopmail calls, I don't see 
any problem on that.

Cheers,
Tonino
At 18.03 08/03/2005, you wrote:
Tonix,
When using chkusr with mysql support, does it check the vpopmail table
for the user or rather does it query for the existence of the user via
the API somehow? The reason i ask is that in the older versions of
vpopmail you could add a user directly to the vpopmail table and if the
account hadnt been created on disk when the first email arrived, it
would provision it. Makes life simpler for admin only having to make the
billing system talk to the DB.
cheers
Shane



Re: [toaster] chkusr question

2005-03-08 Thread Shane Chrisp
On Tue, 2005-03-08 at 18:10 +0100, tonix (Antonio Nati) wrote:
> New users in MySQL tables should be cought by vpopmail calls, I don't see 
> any problem on that.

Thanks Tonix. I thought that would have been the case, i just wanted to
satisfy my curiosity. :)

Shane



Re: [toaster] Re: toaster Digest of: get.2963

2005-03-08 Thread Bill Shupp
Jason S wrote:
Make sure you have your simcontrol file configured to allow spam
passthru: This is included in the simscan section of the qmail WIKI,
(http://www.qmailwiki.org/index.php?title=Simscan)but not in Bill's
toaster.
:clam=yes,spam=yes,spam_passthru=yes,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif
Don't forget to run simscanmk after you make the changes.
 

I have added this to the toaster.
Thanks!
Bill


[toaster] Fwd: Spamthrottle not creating dirs

2005-03-08 Thread Mário Júnior
I 've been trying to setup the spamthrottle with the toater patch and I've
created the spamt file

# cat /var/qmail/control/spamt

:/24:2000:12::60:::

.

Qmail-showctl recognize the file as OK :

# qmail-showctl
spamt/spamt.cdb: Modified recently enough; hopefully up to date.

spamt.cdb (defaults):
throttle constant: 2000ms
throttle max: 12ms
reasonable recipient count: 60
pre-DATA flush? no
teergrubing periodicity: not active
spam throttle (state) directory: construct 24-bit directory from
remote IP
other active network blocks (bits): none

But my directory /var/qmail/spam has no entries. What is missing in my
configuration?


--

Mário Júnior
-
ISP Admin


Re: [toaster] Fwd: Spamthrottle not creating dirs

2005-03-08 Thread Bill Shupp
Mário Júnior wrote:
I 've been trying to setup the spamthrottle with the toater patch and I've
created the spamt file
# cat /var/qmail/control/spamt
:/24:2000:12::60:::
.
Qmail-showctl recognize the file as OK :
# qmail-showctl
spamt/spamt.cdb: Modified recently enough; hopefully up to date.
spamt.cdb (defaults):
   throttle constant: 2000ms
   throttle max: 12ms
   reasonable recipient count: 60
   pre-DATA flush? no
   teergrubing periodicity: not active
   spam throttle (state) directory: construct 24-bit directory from
remote IP
   other active network blocks (bits): none
But my directory /var/qmail/spam has no entries. What is missing in my
configuration?
 

/var/qmail/spam must be owned by the user that qmail-smtpd runs as.  In 
this case, vpopmail:vchkpw.  NOTE:  Each time you re-install qmail, that 
directory gets chowned qmail:nofiles I believe.  You need to manually 
chown it back to vpopmail:vchkpw.  I think I even mention that in the 
toaster.

Regards,
Bill


Fwd: Re: [toaster] Fwd: Spamthrottle not creating dirs (resolved)

2005-03-08 Thread Mário Júnior


Em Ter 08 Mar 2005 18:02, Bill Shupp escreveu:
> /var/qmail/spam must be owned by the user that qmail-smtpd runs as.  In
> this case, vpopmail:vchkpw.  NOTE:  Each time you re-install qmail, that
> directory gets chowned qmail:nofiles I believe.  You need to manually
> chown it back to vpopmail:vchkpw.

Yes, that's true.

> I think I even mention that in the
> toaster.

Sorry, i didn't find it.Thank's Bill.

> Regards,
>
> Bill

--

Mario


Re: Fwd: Re: [toaster] Fwd: Spamthrottle not creating dirs (resolved)

2005-03-08 Thread Bill Shupp
Mário Júnior wrote:
 

I think I even mention that in the
toaster.
   

Sorry, i didn't find it. 	Thank's Bill.
 

That's because it wasn't there.  It is now.. ;)
Bill


[toaster] SMTP-AUTH and --enable-roaming-users

2005-03-08 Thread Abel Lucano

Hi there,

scenario:
netqmail 1.05 plus SMTP-AUTH Bill Shupp's patch
vpopmail-5.4.8  compiled with just  --enable-logging=v

Many MAC's mua clients claims that they're unable to Send email
"smtp-authenticated"; I've noticed that these email clients (Entourage
mainly) makes APOP auth.
Maybe SMTP-AUTH (MD5-CRAM o plain text) doesn't like encrypted password
like APOP?

The only provisory workaround seems to compile vpopmail with
--enable-roaming-users but I'm concerned about this because it seems
to enable two ways to open my qmail...
Do I worry about this or it could be a right configuration?

thanks in advance for your advice


--Abel








Re: [toaster] SMTP-AUTH and --enable-roaming-users

2005-03-08 Thread Bill Shupp
Abel Lucano wrote:
Hi there,
scenario:
netqmail 1.05 plus SMTP-AUTH Bill Shupp's patch
vpopmail-5.4.8  compiled with just  --enable-logging=v
Many MAC's mua clients claims that they're unable to Send email
"smtp-authenticated"; I've noticed that these email clients (Entourage
mainly) makes APOP auth.
Maybe SMTP-AUTH (MD5-CRAM o plain text) doesn't like encrypted password
like APOP?
The only provisory workaround seems to compile vpopmail with
--enable-roaming-users but I'm concerned about this because it seems
to enable two ways to open my qmail...
Do I worry about this or it could be a right configuration?
thanks in advance for your advice
 

I know CRAM-MD5 works fine with at least Thunderbird, the OS X client I 
use.  And back when I used Mail.app, it worked fine, I believe with APOP.

Regards,
Bill


[toaster] problem with attachment

2005-03-08 Thread saki
hi
.
I have a qmail server at one of my client end. my
client want that all the incomming mails with
attchments will be recieved but the attachments that
are not permitted in the qmail scanner will be cut off
from the mail and the mails will go to the recipients.
and there should be a message that the attachments has
cut off from the mail as the attachment is not
permitted.

can u please help me in this regard. Thank you.

shaon




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/