Re: Qmail-scanner-general Digest, Vol 48, Issue 2

"ifty shabir" <[email protected]> Mon, 16 Sep 2013 10:50:23 +0100
Newsgroups gmane.mail.qmail.scanner
Message-ID <2192E65A8FAE4439912051379F8F0BAB@adminifty>
This is a multi-part message in MIME format.

--===============8756609139275312468==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0042_01CEB2CA.8B9DB6F0"

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01CEB2CA.8B9DB6F0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Morning People, 

 

Hopefully you guys can help, 

 

In the last month or so I have had problem, where I cannot send emails to
specific domains ie . emails with virginmedia,com, fiat.com. 

 

Every time I send an email the emails go directly into the "mess folder" in
qmail. All other emails are fine.

 

Could someone please advise what or where I can look to resolve this 

 

Thank you 

 

ifty

 

  _____  

From: Kunal Soni [mailto:[email protected]] 
Sent: 01 March 2013 11:45
To: [email protected]
Subject: Re: [Qmail-scanner-general] Qmail-scanner-general Digest, Vol
48,Issue 2

 

Hi List,

This is with reference to the SA:0(?/?). We have followed the given below
solution from the list. We have tried to increase the spamc
--max-size=10485760 (10mb), while executed the command, it doesnt return any
output but screen is standstill.

Before executing the command, we have also stops the qmail and spamassassin
services.

Please help us to resolve this issue.

Thanks  in advance.

Regards

Kunal Soni

On Sat, Dec 1, 2012 at 1:44 AM,
<[email protected]> wrote:

Send Qmail-scanner-general mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Qmail-scanner-general digest..."


Today's Topics:

   1.  Make faster qmail-scanner (Alessio Cecchi)
   2. Re:  Make faster qmail-scanner (Salvatore Toribio)
   3. Re:  Make faster qmail-scanner (Jason Haar)
   4.  QmailScanner SA:0(?/?) Problem (Kunal Soni)
   5. Re:  QmailScanner SA:0(?/?) Problem (Alessio Cecchi)
   6. Re:  QmailScanner SA:0(?/?) Problem (Rejaine Monteiro)
   7. Re:  QmailScanner SA:0(?/?) Problem (Jason Haar)


----------------------------------------------------------------------

Message: 1
Date: Fri, 09 Nov 2012 12:59:56 +0100
From: Alessio Cecchi <[email protected]>
Subject: [Qmail-scanner-general] Make faster qmail-scanner
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed

Hi,

I thinks that my qmail-scanner 2.10st can run faster by chaning some
configuration options but which one?

For example, disable --sa-alt and --sa-report can decrease the time of scan?

Thanks

./configure \
--qs-user clamav \
--admin postmaster \
--domain skye.it \
--admin-description "Qmail-Admin" \
--notify none \
--local-domains skye.it \
--silent-viruses auto \
--dlp-monitor "" \
--virus-to-delete 0 \
--skip-text-msgs 0 \
--lang en_GB \
--debug 1 \
--add-dscr-hdrs 0 \
--dscr-hdrs-text "X-Qmail-Email" \
--normalize yes \
--archive 0 \
--settings-per-domain 1 \
--max-scan-size 5242880 \
--unzip 0 \
--max-zip-size 5242880 \
--max-unpacked-files 100 \
--redundant 1 \
--log-details yes \
--log-crypto 0 \
--fix-mime 0 \
--ignore-eol-check 1 \
--sa-tempfail 0 \
--sa-maxsize 307200 \
--sa-timeout 10 \
--sa-socket /var/run/spamd-socket \
--sa-sql 1 \
--sa-delta 0 \
--sa-alt 1 \
--sa-debug 0 \
--sa-report 1 \
--sa-quarantine 0 \
--sa-delete 5 \
--sa-reject 1 \
--scanners "clamdscan,fast_spamassassin" \
--install 1

--
Alessio Cecchi is:
@ ILS -> http://www.linux.it/~alessice/ <http://www.linux.it/%7Ealessice/> 
on LinkedIn -> http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/
@ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it




------------------------------

Message: 2
Date: Fri, 9 Nov 2012 17:37:10 +0100
From: Salvatore Toribio <[email protected]>
Subject: Re: [Qmail-scanner-general] Make faster qmail-scanner
To: Alessio Cecchi <[email protected]>,
        [email protected]
Message-ID: <a0624080dccc2e03c27d9@[10.10.82.254]>
Content-Type: text/plain; charset="us-ascii" ; format="flowed"

No, I doubt it. Spamassassin will do the same tests (network tests
are slow...) with sa_alt or with fast_spamassassin. The difference is
the output and the parse of it, but that should really use a very
short amount of time.

REgards

ST

At 12:59 +0100 9-11-2012, Alessio Cecchi wrote:
>Hi,
>
>I thinks that my qmail-scanner 2.10st can run faster by chaning some
>configuration options but which one?
>
>For example, disable --sa-alt and --sa-report can decrease the time of
scan?
>
>Thanks
>
>./configure \
>--qs-user clamav \
>--admin postmaster \
>--domain skye.it \
>--admin-description "Qmail-Admin" \
>--notify none \
>--local-domains skye.it \
>--silent-viruses auto \
>--dlp-monitor "" \
>--virus-to-delete 0 \
>--skip-text-msgs 0 \
>--lang en_GB \
>--debug 1 \
>--add-dscr-hdrs 0 \
>--dscr-hdrs-text "X-Qmail-Email" \
>--normalize yes \
>--archive 0 \
>--settings-per-domain 1 \
>--max-scan-size 5242880 \
>--unzip 0 \
>--max-zip-size 5242880 \
>--max-unpacked-files 100 \
>--redundant 1 \
>--log-details yes \
>--log-crypto 0 \
>--fix-mime 0 \
>--ignore-eol-check 1 \
>--sa-tempfail 0 \
>--sa-maxsize 307200 \
>--sa-timeout 10 \
>--sa-socket /var/run/spamd-socket \
>--sa-sql 1 \
>--sa-delta 0 \
>--sa-alt 1 \
>--sa-debug 0 \
>--sa-report 1 \
>--sa-quarantine 0 \
>--sa-delete 5 \
>--sa-reject 1 \
>--scanners "clamdscan,fast_spamassassin" \
>--install 1
>
>--
>Alessio Cecchi is:
>@ ILS -> http://www.linux.it/~alessice/ <http://www.linux.it/%7Ealessice/> 
>on LinkedIn -> http://www.linkedin.com/in/alessice
>Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/
>@ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it
>



------------------------------

Message: 3
Date: Sat, 10 Nov 2012 10:00:46 +1300
From: Jason Haar <[email protected]>
Subject: Re: [Qmail-scanner-general] Make faster qmail-scanner
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

On 10/11/12 00:59, Alessio Cecchi wrote:
> Hi,
>
> I thinks that my qmail-scanner 2.10st can run faster by chaning some
> configuration options but which one?

SpamAssassin is by far the slowest part - everything else pales in
comparison. It does a huge range of DNS lookups due to RBLs, etc and
that just takes time. Unless you are willing to run without anti-spam
checks, there isn't a lot that can be done to fundamentally speed it up

Note: obviously if you buy your own RBL data feeds, you can run those
RBL lookups locally, that would speed things up enormously


--
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +1 408 481 8171
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1




------------------------------

Message: 4
Date: Fri, 30 Nov 2012 16:21:13 +0530
From: Kunal Soni <[email protected]>
Subject: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
To: [email protected]
Message-ID:
        <CAO7M4Vuz4NKnnkdQJ7J2ETXr7+jpzyfjFN3k9V8rHQ4gRX-4gA@mail.gmail.com
<mailto:CAO7M4Vuz4NKnnkdQJ7J2ETXr7%[email protected]
> >
Content-Type: text/plain; charset="iso-8859-1"

Dear List,

We hav been using Qmail Rocks + Spamassassin + Clamav + QmailScanner.

While checking the maillogs, for every email that was sent with an
attachment is not gettting scanned, maillogs says SA:0(?/?). Please help us
to get out of this problem.

Thanks in advance.

--
Kunal Soni
(9810019739)
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 5
Date: Fri, 30 Nov 2012 12:31:14 +0100
From: Alessio Cecchi <[email protected]>
Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Il 30/11/2012 11:51, Kunal Soni ha scritto:
> Dear List,
> We hav been using Qmail Rocks + Spamassassin + Clamav + QmailScanner.
> While checking the maillogs, for every email that was sent with an
> attachment is not gettting scanned, maillogs says SA:0(?/?). Please
> help us to get out of this problem.
>

Hi,

from "man spamc"

        -s max_size, --max-size=max_size
            Set the maximum message size which will be sent to spamd -- any
            bigger than this threshold and the message will be returned
            unprocessed (default: 500 KB).  If spamc gets handed a message
            bigger than this, it won't be passed to spamd.

Ciao

--
Alessio Cecchi is:
@ ILS -> http://www.linux.it/~alessice/ <http://www.linux.it/%7Ealessice/> 
on LinkedIn -> http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/
@ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it




------------------------------

Message: 6
Date: Fri, 30 Nov 2012 09:13:27 -0200
From: Rejaine Monteiro <[email protected]>
Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"


see spamc -s (max-size) parameter:

spamc --help
   -s, --max-size size Specify maximum message size, in bytes. [default:
500k]


Em 30-11-2012 08:51, Kunal Soni escreveu:
> Dear List,
> We hav been using Qmail Rocks + Spamassassin + Clamav + QmailScanner.
> While checking the maillogs, for every email that was sent with an
> attachment is not gettting scanned, maillogs says SA:0(?/?). Please
> help us to get out of this problem.
> Thanks in advance.
>
> --
> Kunal Soni
> (9810019739)
>
>
>
----------------------------------------------------------------------------
--
> Keep yourself connected to Go Parallel:
> TUNE You got it built. Now make it sing. Tune shows you how.
> http://goparallel.sourceforge.net
>
>
> _______________________________________________
> Qmail-scanner-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general


--
Rejaine da Silveira Monteiro
Suporte-TI
Jamef Encomendas Urgentes
Matriz - Contagem/MG
Tel: (31) 2102-8854
www.jamef.com.br

-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 7
Date: Sat, 01 Dec 2012 09:14:34 +1300
From: Jason Haar <[email protected]>
Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

On 30/11/12 23:51, Kunal Soni wrote:
> Dear List,
>
> We hav been using Qmail Rocks + Spamassassin + Clamav + QmailScanner.
>
> While checking the maillogs, for every email that was sent with an
> attachment is not gettting scanned, maillogs says SA:0(?/?). Please
> help us to get out of this problem.
>

What does the /var/spool/qscan/qmail-queue.log file say? If it is
happening for any email with "an attachment", then it implies
Spamassassin is broken, if it's only "large" attachments that trigger
this, then - as others have said - it's because SA isn't processing the
message because it's too big (which is under your control to change)


--
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +1 408 481 8171
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1




------------------------------

----------------------------------------------------------------------------
--
Keep yourself connected to Go Parallel:
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net

------------------------------

_______________________________________________
Qmail-scanner-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general


End of Qmail-scanner-general Digest, Vol 48, Issue 2
****************************************************




-- 
Kunal Soni
(9810019739) 


------=_NextPart_000_0042_01CEB2CA.8B9DB6F0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:"Trebuchet MS";
	panose-1:2 11 6 3 2 2 2 2 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0pt;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:blue;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-reply;
	font-family:Arial;
	color:navy;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-GB link=3Dblue vlink=3Dblue>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Morning People, =
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Hopefully you guys can help, =
<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>In the last month or so I have had =
problem,
where I cannot send emails to specific domains ie . emails with
virginmedia,com, fiat.com. <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Every time I send an email the =
emails go
directly into the &#8220;mess folder&#8221; in qmail. All other emails =
are
fine.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Could someone please advise what or =
where I
can look to resolve this <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Thank you =
<o:p></o:p></span></font></p>

<div>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3D"Trebuchet =
MS"><span
style=3D'font-size:10.0pt;font-family:"Trebuchet =
MS";color:navy'>&nbsp;<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3D"Trebuchet =
MS"><span
style=3D'font-size:10.0pt;font-family:"Trebuchet =
MS";color:navy'>ifty<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 color=3Dnavy face=3D"Trebuchet =
MS"><span
style=3D'font-size:12.0pt;font-family:"Trebuchet =
MS";color:navy'>&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font =
size=3D3
face=3D"Times New Roman"><span lang=3DEN-US style=3D'font-size:12.0pt'>

<hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1>

</span></font></div>

<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span lang=3DEN-US
style=3D'font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</spa=
n></font></b><font
size=3D2 face=3DTahoma><span lang=3DEN-US =
style=3D'font-size:10.0pt;font-family:Tahoma'>
Kunal Soni [mailto:[email protected]] <br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> 01 March 2013 =
11:45<br>
<b><span style=3D'font-weight:bold'>To:</span></b>
[email protected]<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> Re:
[Qmail-scanner-general] Qmail-scanner-general Digest, Vol 48,Issue =
2</span></font><span
lang=3DEN-US><o:p></o:p></span></p>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><font size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>Hi List,<br>
<br>
This is with reference to the SA:0(?/?). We have followed the given =
below
solution from the list. We have tried to increase the spamc =
--max-size=3D10485760
(10mb), while executed the command, it doesnt return any output but =
screen is
standstill.<br>
<br>
Before executing the command, we have also stops the qmail and =
spamassassin
services.<br>
<br>
Please help us to resolve this issue.<br>
<br>
Thanks&nbsp; in advance.<br>
<br>
Regards<br>
<br>
Kunal Soni<o:p></o:p></span></font></p>

<div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>On Sat, Dec 1, 2012 at 1:44 AM, &lt;<a
href=3D"mailto:[email protected]"
target=3D"_blank">[email protected]</a>=
&gt;
wrote:<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>Send Qmail-scanner-general mailing list submissions to<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a
href=3D"https://lists.sourceforge.net/lists/listinfo/qmail-scanner-genera=
l"
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/qmail-scan=
ner-general</a><br>
or, via email, send a message with subject or body 'help' to<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a
href=3D"mailto:[email protected]">qmail=
[email protected]</a><br>
<br>
You can reach the person managing the list at<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a
href=3D"mailto:[email protected]">qmail-s=
[email protected]</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Qmail-scanner-general digest...&quot;<br>
<br>
<br>
Today's Topics:<br>
<br>
&nbsp; &nbsp;1. &nbsp;Make faster qmail-scanner (Alessio Cecchi)<br>
&nbsp; &nbsp;2. Re: &nbsp;Make faster qmail-scanner (Salvatore =
Toribio)<br>
&nbsp; &nbsp;3. Re: &nbsp;Make faster qmail-scanner (Jason Haar)<br>
&nbsp; &nbsp;4. &nbsp;QmailScanner SA:0(?/?) Problem (Kunal Soni)<br>
&nbsp; &nbsp;5. Re: &nbsp;QmailScanner SA:0(?/?) Problem (Alessio =
Cecchi)<br>
&nbsp; &nbsp;6. Re: &nbsp;QmailScanner SA:0(?/?) Problem (Rejaine =
Monteiro)<br>
&nbsp; &nbsp;7. Re: &nbsp;QmailScanner SA:0(?/?) Problem (Jason =
Haar)<br>
<br>
<br>
----------------------------------------------------------------------<br=
>
<br>
Message: 1<br>
Date: Fri, 09 Nov 2012 12:59:56 +0100<br>
From: Alessio Cecchi &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br>
Subject: [Qmail-scanner-general] Make faster qmail-scanner<br>
To: <a =
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
Message-ID: &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;=
<br>
Content-Type: text/plain; charset=3DISO-8859-15; format=3Dflowed<br>
<br>
Hi,<br>
<br>
I thinks that my qmail-scanner 2.10st can run faster by chaning some<br>
configuration options but which one?<br>
<br>
For example, disable --sa-alt and --sa-report can decrease the time of =
scan?<br>
<br>
Thanks<br>
<br>
./configure \<br>
--qs-user clamav \<br>
--admin postmaster \<br>
--domain <a href=3D"http://skye.it" target=3D"_blank">skye.it</a> \<br>
--admin-description &quot;Qmail-Admin&quot; \<br>
--notify none \<br>
--local-domains <a href=3D"http://skye.it" target=3D"_blank">skye.it</a> =
\<br>
--silent-viruses auto \<br>
--dlp-monitor &quot;&quot; \<br>
--virus-to-delete 0 \<br>
--skip-text-msgs 0 \<br>
--lang en_GB \<br>
--debug 1 \<br>
--add-dscr-hdrs 0 \<br>
--dscr-hdrs-text &quot;X-Qmail-Email&quot; \<br>
--normalize yes \<br>
--archive 0 \<br>
--settings-per-domain 1 \<br>
--max-scan-size 5242880 \<br>
--unzip 0 \<br>
--max-zip-size 5242880 \<br>
--max-unpacked-files 100 \<br>
--redundant 1 \<br>
--log-details yes \<br>
--log-crypto 0 \<br>
--fix-mime 0 \<br>
--ignore-eol-check 1 \<br>
--sa-tempfail 0 \<br>
--sa-maxsize 307200 \<br>
--sa-timeout 10 \<br>
--sa-socket /var/run/spamd-socket \<br>
--sa-sql 1 \<br>
--sa-delta 0 \<br>
--sa-alt 1 \<br>
--sa-debug 0 \<br>
--sa-report 1 \<br>
--sa-quarantine 0 \<br>
--sa-delete 5 \<br>
--sa-reject 1 \<br>
--scanners &quot;clamdscan,fast_spamassassin&quot; \<br>
--install 1<br>
<br>
--<br>
Alessio Cecchi is:<br>
@ ILS -&gt; <a href=3D"http://www.linux.it/%7Ealessice/" =
target=3D"_blank">http://www.linux.it/~alessice/</a><br>
on LinkedIn -&gt; <a href=3D"http://www.linkedin.com/in/alessice" =
target=3D"_blank">http://www.linkedin.com/in/alessice</a><br>
Assistenza Sistemi GNU/Linux -&gt; <a href=3D"http://www.cecchi.biz/"
target=3D"_blank">http://www.cecchi.biz/</a><br>
@ PLUG -&gt; ex-Presidente, adesso senatore a vita, <a
href=3D"http://www.prato.linux.it" =
target=3D"_blank">http://www.prato.linux.it</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 9 Nov 2012 17:37:10 +0100<br>
From: Salvatore Toribio &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br>
Subject: Re: [Qmail-scanner-general] Make faster qmail-scanner<br>
To: Alessio Cecchi &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;,<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
Message-ID: &lt;a0624080dccc2e03c27d9@[10.10.82.254]&gt;<br>
Content-Type: text/plain; charset=3D&quot;us-ascii&quot; ;
format=3D&quot;flowed&quot;<br>
<br>
No, I doubt it. Spamassassin will do the same tests (network tests<br>
are slow...) with sa_alt or with fast_spamassassin. The difference =
is<br>
the output and the parse of it, but that should really use a very<br>
short amount of time.<br>
<br>
REgards<br>
<br>
ST<br>
<br>
At 12:59 +0100 9-11-2012, Alessio Cecchi wrote:<br>
&gt;Hi,<br>
&gt;<br>
&gt;I thinks that my qmail-scanner 2.10st can run faster by chaning =
some<br>
&gt;configuration options but which one?<br>
&gt;<br>
&gt;For example, disable --sa-alt and --sa-report can decrease the time =
of
scan?<br>
&gt;<br>
&gt;Thanks<br>
&gt;<br>
&gt;./configure \<br>
&gt;--qs-user clamav \<br>
&gt;--admin postmaster \<br>
&gt;--domain <a href=3D"http://skye.it" target=3D"_blank">skye.it</a> =
\<br>
&gt;--admin-description &quot;Qmail-Admin&quot; \<br>
&gt;--notify none \<br>
&gt;--local-domains <a href=3D"http://skye.it" =
target=3D"_blank">skye.it</a> \<br>
&gt;--silent-viruses auto \<br>
&gt;--dlp-monitor &quot;&quot; \<br>
&gt;--virus-to-delete 0 \<br>
&gt;--skip-text-msgs 0 \<br>
&gt;--lang en_GB \<br>
&gt;--debug 1 \<br>
&gt;--add-dscr-hdrs 0 \<br>
&gt;--dscr-hdrs-text &quot;X-Qmail-Email&quot; \<br>
&gt;--normalize yes \<br>
&gt;--archive 0 \<br>
&gt;--settings-per-domain 1 \<br>
&gt;--max-scan-size 5242880 \<br>
&gt;--unzip 0 \<br>
&gt;--max-zip-size 5242880 \<br>
&gt;--max-unpacked-files 100 \<br>
&gt;--redundant 1 \<br>
&gt;--log-details yes \<br>
&gt;--log-crypto 0 \<br>
&gt;--fix-mime 0 \<br>
&gt;--ignore-eol-check 1 \<br>
&gt;--sa-tempfail 0 \<br>
&gt;--sa-maxsize 307200 \<br>
&gt;--sa-timeout 10 \<br>
&gt;--sa-socket /var/run/spamd-socket \<br>
&gt;--sa-sql 1 \<br>
&gt;--sa-delta 0 \<br>
&gt;--sa-alt 1 \<br>
&gt;--sa-debug 0 \<br>
&gt;--sa-report 1 \<br>
&gt;--sa-quarantine 0 \<br>
&gt;--sa-delete 5 \<br>
&gt;--sa-reject 1 \<br>
&gt;--scanners &quot;clamdscan,fast_spamassassin&quot; \<br>
&gt;--install 1<br>
&gt;<br>
&gt;--<br>
&gt;Alessio Cecchi is:<br>
&gt;@ ILS -&gt; <a href=3D"http://www.linux.it/%7Ealessice/" =
target=3D"_blank">http://www.linux.it/~alessice/</a><br>
&gt;on LinkedIn -&gt; <a href=3D"http://www.linkedin.com/in/alessice"
target=3D"_blank">http://www.linkedin.com/in/alessice</a><br>
&gt;Assistenza Sistemi GNU/Linux -&gt; <a =
href=3D"http://www.cecchi.biz/"
target=3D"_blank">http://www.cecchi.biz/</a><br>
&gt;@ PLUG -&gt; ex-Presidente, adesso senatore a vita, <a
href=3D"http://www.prato.linux.it" =
target=3D"_blank">http://www.prato.linux.it</a><br>
&gt;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 10 Nov 2012 10:00:46 +1300<br>
From: Jason Haar &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br>=

Subject: Re: [Qmail-scanner-general] Make faster qmail-scanner<br>
To: <a =
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
Message-ID: &lt;<a =
href=3D"mailto:[email protected]">[email protected]=
</a>&gt;<br>
Content-Type: text/plain; charset=3DISO-8859-1<br>
<br>
On 10/11/12 00:59, Alessio Cecchi wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I thinks that my qmail-scanner 2.10st can run faster by chaning =
some<br>
&gt; configuration options but which one?<br>
<br>
SpamAssassin is by far the slowest part - everything else pales in<br>
comparison. It does a huge range of DNS lookups due to RBLs, etc and<br>
that just takes time. Unless you are willing to run without =
anti-spam<br>
checks, there isn't a lot that can be done to fundamentally speed it =
up<br>
<br>
Note: obviously if you buy your own RBL data feeds, you can run =
those<br>
RBL lookups locally, that would speed things up enormously<br>
<br>
<br>
--<br>
Cheers<br>
<br>
Jason Haar<br>
Information Security Manager, Trimble Navigation Ltd.<br>
Phone: +1 408 481 8171<br>
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 30 Nov 2012 16:21:13 +0530<br>
From: Kunal Soni &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br>
Subject: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem<br>
To: <a =
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
Message-ID:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;<a
href=3D"mailto:CAO7M4Vuz4NKnnkdQJ7J2ETXr7%2BjpzyfjFN3k9V8rHQ4gRX-4gA@mail=
.gmail.com">[email protected]=
l.com</a>&gt;<br>
Content-Type: text/plain; charset=3D&quot;iso-8859-1&quot;<br>
<br>
Dear List,<br>
<br>
We hav been using Qmail Rocks + Spamassassin + Clamav + =
QmailScanner.<br>
<br>
While checking the maillogs, for every email that was sent with an<br>
attachment is not gettting scanned, maillogs says SA:0(?/?). Please help =
us<br>
to get out of this problem.<br>
<br>
Thanks in advance.<br>
<br>
--<br>
Kunal Soni<br>
(9810019739)<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 30 Nov 2012 12:31:14 +0100<br>
From: Alessio Cecchi &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br>
Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem<br>
To: <a =
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
Message-ID: &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;=
<br>
Content-Type: text/plain; charset=3DISO-8859-1; format=3Dflowed<br>
<br>
Il 30/11/2012 11:51, Kunal Soni ha scritto:<br>
&gt; Dear List,<br>
&gt; We hav been using Qmail Rocks + Spamassassin + Clamav + =
QmailScanner.<br>
&gt; While checking the maillogs, for every email that was sent with =
an<br>
&gt; attachment is not gettting scanned, maillogs says SA:0(?/?). =
Please<br>
&gt; help us to get out of this problem.<br>
&gt;<br>
<br>
Hi,<br>
<br>
from &quot;man spamc&quot;<br>
<br>
&nbsp; &nbsp; &nbsp; &nbsp; -s max_size, --max-size=3Dmax_size<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Set the maximum message size =
which
will be sent to spamd -- any<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bigger than this threshold and =
the
message will be returned<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; unprocessed (default: 500 KB).
&nbsp;If spamc gets handed a message<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bigger than this, it won't be =
passed
to spamd.<br>
<br>
Ciao<br>
<br>
--<br>
Alessio Cecchi is:<br>
@ ILS -&gt; <a href=3D"http://www.linux.it/%7Ealessice/" =
target=3D"_blank">http://www.linux.it/~alessice/</a><br>
on LinkedIn -&gt; <a href=3D"http://www.linkedin.com/in/alessice" =
target=3D"_blank">http://www.linkedin.com/in/alessice</a><br>
Assistenza Sistemi GNU/Linux -&gt; <a href=3D"http://www.cecchi.biz/"
target=3D"_blank">http://www.cecchi.biz/</a><br>
@ PLUG -&gt; ex-Presidente, adesso senatore a vita, <a
href=3D"http://www.prato.linux.it" =
target=3D"_blank">http://www.prato.linux.it</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 30 Nov 2012 09:13:27 -0200<br>
From: Rejaine Monteiro &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;=
<br>
Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem<br>
To: <a =
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
Message-ID: &lt;<a =
href=3D"mailto:[email protected]">[email protected]=
mef.com.br</a>&gt;<br>
Content-Type: text/plain; charset=3D&quot;iso-8859-1&quot;<br>
<br>
<br>
see spamc -s (max-size) parameter:<br>
<br>
spamc --help<br>
&nbsp; &nbsp;-s, --max-size size Specify maximum message size, in bytes.
[default:<br>
500k]<br>
<br>
<br>
Em 30-11-2012 08:51, Kunal Soni escreveu:<br>
&gt; Dear List,<br>
&gt; We hav been using Qmail Rocks + Spamassassin + Clamav + =
QmailScanner.<br>
&gt; While checking the maillogs, for every email that was sent with =
an<br>
&gt; attachment is not gettting scanned, maillogs says SA:0(?/?). =
Please<br>
&gt; help us to get out of this problem.<br>
&gt; Thanks in advance.<br>
&gt;<br>
&gt; --<br>
&gt; Kunal Soni<br>
&gt; (9810019739)<br>
&gt;<br>
&gt;<br>
&gt;
-------------------------------------------------------------------------=
-----<br>
&gt; Keep yourself connected to Go Parallel:<br>
&gt; TUNE You got it built. Now make it sing. Tune shows you how.<br>
&gt; <a href=3D"http://goparallel.sourceforge.net" =
target=3D"_blank">http://goparallel.sourceforge.net</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Qmail-scanner-general mailing list<br>
&gt; <a =
href=3D"mailto:[email protected]">Qmail-scanner=
[email protected]</a><br>
&gt; <a
href=3D"https://lists.sourceforge.net/lists/listinfo/qmail-scanner-genera=
l"
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/qmail-scan=
ner-general</a><br>
<br>
<br>
--<br>
Rejaine da Silveira Monteiro<br>
Suporte-TI<br>
Jamef Encomendas Urgentes<br>
Matriz - Contagem/MG<br>
Tel: (31) 2102-8854<br>
<a href=3D"http://www.jamef.com.br" =
target=3D"_blank">www.jamef.com.br</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Sat, 01 Dec 2012 09:14:34 +1300<br>
From: Jason Haar &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;<br>=

Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem<br>
To: <a =
href=3D"mailto:[email protected]">qmail-scanner=
[email protected]</a><br>
Message-ID: &lt;<a =
href=3D"mailto:[email protected]">[email protected]=
</a>&gt;<br>
Content-Type: text/plain; charset=3DISO-8859-1<br>
<br>
On 30/11/12 23:51, Kunal Soni wrote:<br>
&gt; Dear List,<br>
&gt;<br>
&gt; We hav been using Qmail Rocks + Spamassassin + Clamav + =
QmailScanner.<br>
&gt;<br>
&gt; While checking the maillogs, for every email that was sent with =
an<br>
&gt; attachment is not gettting scanned, maillogs says SA:0(?/?). =
Please<br>
&gt; help us to get out of this problem.<br>
&gt;<br>
<br>
What does the /var/spool/qscan/qmail-queue.log file say? If it is<br>
happening for any email with &quot;an attachment&quot;, then it =
implies<br>
Spamassassin is broken, if it's only &quot;large&quot; attachments that =
trigger<br>
this, then - as others have said - it's because SA isn't processing =
the<br>
message because it's too big (which is under your control to change)<br>
<br>
<br>
--<br>
Cheers<br>
<br>
Jason Haar<br>
Information Security Manager, Trimble Navigation Ltd.<br>
Phone: +1 408 481 8171<br>
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
-------------------------------------------------------------------------=
-----<br>
Keep yourself connected to Go Parallel:<br>
TUNE You got it built. Now make it sing. Tune shows you how.<br>
<a href=3D"http://goparallel.sourceforge.net" =
target=3D"_blank">http://goparallel.sourceforge.net</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Qmail-scanner-general mailing list<br>
<a =
href=3D"mailto:[email protected]">Qmail-scanner=
[email protected]</a><br>
<a =
href=3D"https://lists.sourceforge.net/lists/listinfo/qmail-scanner-genera=
l"
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/qmail-scan=
ner-general</a><br>
<br>
<br>
End of Qmail-scanner-general Digest, Vol 48, Issue 2<br>
****************************************************<o:p></o:p></span></f=
ont></p>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><br>
<br clear=3Dall>
<br>
-- <br>
Kunal Soni<br>
(9810019739) <o:p></o:p></span></font></p>

</div>

</body>

</html>

------=_NextPart_000_0042_01CEB2CA.8B9DB6F0--



--===============8756609139275312468==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
--===============8756609139275312468==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Qmail-scanner-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

--===============8756609139275312468==--