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, <
qmail-scanner-general-requ...@lists.sourceforge.net> wrote:
> Send Qmail-scanner-general mailing list submissions to
> qmail-scanner-general@lists.sourceforge.net
>
> 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
> qmail-scanner-general-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> qmail-scanner-general-ow...@lists.sourceforge.net
>
> 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 <ales...@skye.it>
> Subject: [Qmail-scanner-general] Make faster qmail-scanner
> To: qmail-scanner-general@lists.sourceforge.net
> Message-ID: <509cf03c.8070...@skye.it>
> 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/
> 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 <tori...@pusc.it>
> Subject: Re: [Qmail-scanner-general] Make faster qmail-scanner
> To: Alessio Cecchi <ales...@skye.it>,
> qmail-scanner-general@lists.sourceforge.net
> 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/
> >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 <jason_h...@trimble.com>
> Subject: Re: [Qmail-scanner-general] Make faster qmail-scanner
> To: qmail-scanner-general@lists.sourceforge.net
> Message-ID: <509d6efe.3080...@trimble.com>
> 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 <kunalso...@gmail.com>
> Subject: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
> To: qmail-scanner-general@lists.sourceforge.net
> Message-ID:
> <
> cao7m4vuz4nknnkdqj7j2etxr7+jpzyfjfn3k9v8rhq4grx-...@mail.gmail.com>
> 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 <ales...@skye.it>
> Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
> To: qmail-scanner-general@lists.sourceforge.net
> Message-ID: <50b89902.6000...@skye.it>
> 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/
> 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 <reja...@bhz.jamef.com.br>
> Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
> To: qmail-scanner-general@lists.sourceforge.net
> Message-ID: <50b894d7.5010...@bhz.jamef.com.br>
> 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
> > Qmail-scanner-general@lists.sourceforge.net
> > 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 <jason_h...@trimble.com>
> Subject: Re: [Qmail-scanner-general] QmailScanner SA:0(?/?) Problem
> To: qmail-scanner-general@lists.sourceforge.net
> Message-ID: <50b913aa.3070...@trimble.com>
> 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
> Qmail-scanner-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
>
>
> End of Qmail-scanner-general Digest, Vol 48, Issue 2
> ****************************************************
>
--
Kunal Soni
(9810019739)
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general