Re: [vchkpw] Re: qmail+vpopmail on redhat 7.3 server gets very busy

2005-11-05 Thread Sam

Adrew,

This is what I typed:
echo # >/var/qmail/alias/.qmail-doublebounce
Just curious to know why it didn't create the .qmail-doublebounce file with 
"#" in the file.


Sam

- Original Message - 
From: "Andrew Hodgson" <[EMAIL PROTECTED]>

To: 
Sent: Saturday, November 05, 2005 6:43 AM
Subject: [vchkpw] Re: qmail+vpopmail on redhat 7.3 server gets very busy



On Fri, 4 Nov 2005 22:30:03 -0500, in gmane.mail.vpopmail you wrote:


Hi,

The command
#Echo doublebounce >/var/qmail/control/doublebounceto
worked.
As for the second command
#echo # >/var/qmail/alias/.qmail-doublebounce
Nothing happened. I do not know why, but I installed it
using
#touch .qmail-doublebounce
then I put"#" and saved.


I did wonder whether that command would work - it didn't seem right
when I wrote it.  I may have had to escape the # character or
something.  I take it you didn't copy the # character at the beginning
- if you left this in it would have made a comment and would not be
processed.

Andrew. 




Re: [vchkpw] is the dev version with enable spamassassin still available.

2005-11-05 Thread Darrel O'Pry
On Fri, 2005-11-04 at 18:08 -0600, James Longstreet wrote:
> On Fri, 4 Nov 2005, Darrel O'Pry wrote:
> 
> > I was wondering if there was a version of vpopmail with spamassassin
> > support that can be downloaded. I haven't been able to find it on SF or
> > in any of the 5.4.x versions. I've seen mention of it in the source for
> > vuserinfo.c and some defines in vpopmail.h but that's about it.
> 
> As I understand it (also how my setup works), the usual way is to change
> qmail's deliverer to qmail-scanner.pl, which works with spamassassin and
> clamav, among others.
> 
> James Longstreet
> 
> 

Until about a year ago I was using qmail-scanner. It was killing my mail
servers.

I'm trying to get as much cruft out of my mail system as possible at the
moment. I currently have  a setup that uses rblsmtp + chkusr +
simscan/clamav to handle virus/spam/attachment blocking at the smtp
level.

Then at delivery I'm using procmail to run spamc to per-user
spamassassin settings working. 

I am hoping to pull procmail out of the mix and stick to just
vdelivermail.



Re: [vchkpw] keep a copy of all incoming and outgoing mail messages

2005-11-05 Thread Mathieu CHATEAU
Hello Listas,

if you are using qmail-scanner (a perl script which replace the
standard qmail queue) you can do it the easy way, the function is
included..

i have multi server mail server with qmail + vpopmail + qmail-scanner
+ spamassassin + clamav + openldap with success..

cheers,
Mathieu CHATEAU

Friday, November 4, 2005, 7:54:14 PM, you wrote:

Lb> Hi everyone,
Lb> Is there a way to keep a copy of all incoming and outgoing mail messages
Lb> with vpopmail? 




-- 
Best regards,
 Mathieumailto:[EMAIL PROTECTED]



[vchkpw] Re: qmail+vpopmail on redhat 7.3 server gets very busy

2005-11-05 Thread Andrew Hodgson
On Fri, 4 Nov 2005 22:30:03 -0500, in gmane.mail.vpopmail you wrote:

>Hi,
>
>The command
>#Echo doublebounce >/var/qmail/control/doublebounceto
>worked.
>As for the second command
>#echo # >/var/qmail/alias/.qmail-doublebounce
>Nothing happened. I do not know why, but I installed it
>using
>#touch .qmail-doublebounce
>then I put"#" and saved.

I did wonder whether that command would work - it didn't seem right
when I wrote it.  I may have had to escape the # character or
something.  I take it you didn't copy the # character at the beginning
- if you left this in it would have made a comment and would not be
processed.

Andrew.