[toaster] big bounces

2004-06-18 Thread Eero Volotinen
There is one nice feature in qmail. It bounces full messages back. ex: 
server says: message to large and qmail bounces full message back to sender.

This should be fixed in toaster.
--
Eero


Re: [toaster] big bounces

2004-06-18 Thread Bill Shupp
Eero Volotinen wrote:
There is one nice feature in qmail. It bounces full messages back. ex: 
server says: message to large and qmail bounces full message back to 
sender.

This should be fixed in toaster.

?  This is exactly how qmail works with my toaster patch.  I did not 
patch this functionality.

Bill


Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread John Melville

Bill Shupp wrote:
I am working on linux mail server area. I am using qmail mail as my 
MTA. I
used to install the entire mail setup as per the instructions given 
in the
qmail-toaster. I installed the qmail-scanner and virus guard as the 
trend
interscan virus wall. I experienced a problem of repeating the same 
incoming
mail all the time. I disabled the qmail-scanner and let qmail to 
work. Now I
have no way to stop the incoming virus mail. Is there any reliable
alternative to qmail-scanner?
Try Qscanq and clamav.
Anyone using this with SpamAssassin? I've got a RH ES box with the 
toaster and it has the exact same issue. This does not seem to be a 
qmail-scanner thing though as the mail is being resent from the 
originating server, which means our qmail boxes are not saying "message 
received" correctly causing a resend, it also doesn't seem to affect all 
sending servers as I've only got this issues with a few so far.




Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread trevor

John Melville wrote:

Bill Shupp wrote:
I am working on linux mail server area. I am using qmail mail as my 
MTA. I
used to install the entire mail setup as per the instructions given 
in the
qmail-toaster. I installed the qmail-scanner and virus guard as the 
trend
interscan virus wall. I experienced a problem of repeating the same 
incoming
mail all the time. I disabled the qmail-scanner and let qmail to 
work. Now I
have no way to stop the incoming virus mail. Is there any reliable
alternative to qmail-scanner?

Try Qscanq and clamav.

Anyone using this with SpamAssassin? I've got a RH ES box with the 
toaster and it has the exact same issue. This does not seem to be a 
qmail-scanner thing though as the mail is being resent from the 
originating server, which means our qmail boxes are not saying "message 
received" correctly causing a resend, it also doesn't seem to affect all 
sending servers as I've only got this issues with a few so far.


Yes I use Spamassassin and Clamav with qmail-scanner.  I haven't 
exerienced any problems like you've had though.



Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread Bill Shupp
John Melville wrote:

Bill Shupp wrote:
I am working on linux mail server area. I am using qmail mail as my 
MTA. I
used to install the entire mail setup as per the instructions given 
in the
qmail-toaster. I installed the qmail-scanner and virus guard as the 
trend
interscan virus wall. I experienced a problem of repeating the same 
incoming
mail all the time. I disabled the qmail-scanner and let qmail to 
work. Now I
have no way to stop the incoming virus mail. Is there any reliable
alternative to qmail-scanner?

Try Qscanq and clamav.

Anyone using this with SpamAssassin? I've got a RH ES box with the 
toaster and it has the exact same issue. This does not seem to be a 
qmail-scanner thing though as the mail is being resent from the 
originating server, which means our qmail boxes are not saying 
"message received" correctly causing a resend, it also doesn't seem to 
affect all sending servers as I've only got this issues with a few so 
far.

I use qscanq/clamav with spamassassin, but spamassassin is on a per-user 
config, not site-wide.  Works great.

Regards,
Bill


Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread John Melville
Bill Shupp wrote:
I use qscanq/clamav with spamassassin, but spamassassin is on a 
per-user config, not site-wide.  Works great.
I assume site wide isn't an issue too? :-)
I'll have to do more research into getting SpamAssassin firing up after 
qscanq me thinks.




Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread Bill Shupp
John Melville wrote:
Bill Shupp wrote:
I use qscanq/clamav with spamassassin, but spamassassin is on a 
per-user config, not site-wide.  Works great.

I assume site wide isn't an issue too? :-)
I'll have to do more research into getting SpamAssassin firing up 
after qscanq me thinks.

To do site-wide, you need to piggy back spamc in there.. I used a 
symlink.. QMAILQUEUE variable calls qscanq, and qscanq calls 
qmail-queue, which is a symlink to qmail-spamc (could also be 
qmail-scanner), and then that in turn calls the real qmail-queue.  Check 
the qscanq docs, it will make sense.

Regards,
Bill


Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread trevor

John Melville wrote:
Bill Shupp wrote:
I use qscanq/clamav with spamassassin, but spamassassin is on a 
per-user config, not site-wide.  Works great.

I assume site wide isn't an issue too? :-)
I'll have to do more research into getting SpamAssassin firing up after 
qscanq me thinks.


I use spamassasin site wide with qmail-scanner.  So far no problems, 
although the more memory you can get the better with this option.


Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread John Melville
trevor wrote:
I use spamassasin site wide with qmail-scanner.  So far no problems, 
although the more memory you can get the better with this option.
I'm currently using this just fine on about 3 other qmail servers, just 
this one RH ES is having the problems, it could be tied to the fact 
Perl-Setuid isn't in RH-ES so you have to use the wrapper on 
qmail-scanner to get it functioning right.

I do like the qscanq idea of just refusing/dumping viruses at the SMTP 
level though, although that might get quite ugly with some of the newer 
viruses that seem to be hitting our wee mail servers harder and harder 
these days, I think they're trying to just DOS the servers since they 
can't get past the scanners now.




Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread trevor

John Melville wrote:
trevor wrote:
I use spamassasin site wide with qmail-scanner.  So far no problems, 
although the more memory you can get the better with this option.

I'm currently using this just fine on about 3 other qmail servers, just 
this one RH ES is having the problems, it could be tied to the fact 
Perl-Setuid isn't in RH-ES so you have to use the wrapper on 
qmail-scanner to get it functioning right.

I do like the qscanq idea of just refusing/dumping viruses at the SMTP 
level though, although that might get quite ugly with some of the newer 
viruses that seem to be hitting our wee mail servers harder and harder 
these days, I think they're trying to just DOS the servers since they 
can't get past the scanners now.


Yes forgot to mention this is on a RH8.0 server.



Re: [toaster] qmail-scanner repeating the same mail

2004-06-18 Thread qmail

> Bill Shupp wrote:
>
> I assume site wide isn't an issue too? :-)
>
> I'll have to do more research into getting SpamAssassin firing up after
> qscanq me thinks.
>

I am using clamv, qmail-scanner and spamassassin with both site wide and
per user config.  No problem so far.

Regards,
Qing