Re: [qmailtoaster] Clamd and spamassassin-toaster can we stop these

2008-08-11 Thread Marco Volkert




To disable clamd and spamd permanently see the archive and look for
"disable antispam and av".

Here a shot summary:
copy paste this script dont forget to chmod +x


#!/bin/bash

echo "Stopping spamd"

svc -d /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log

echo "Stopping clamd"

svc -d /var/qmail/supervise/clamd /var/qmail/supervise/clamd/log

sleep 2

echo

svstat /var/qmail/supervise/spamd

svstat /var/qmail/supervise/spamd/log

echo

svstat /var/qmail/supervise/clamd

svstat /var/qmail/supervise/clamd/log


You will need to start the script after every start of the server. 

Regards,


Marco Volkert

Marco Volkert

---
PROMAN
Gesellschaft fr Projektmanagement mbH


E-Mail:[EMAIL PROTECTED]
Website:http://www.proman-gmbh.de
---








senthil vel schrieb:

  Thanks Eric,
  after editing the /var/qmail/control/simcontrol as follows,

:clam=no,spam=no,spam_hits=12,attach=.mp3:.src:.bat:.pif

The mails are going out without any problem. I checked both from
webinterface and outlook. But the server load is

load average: 1.01, 1.03, 0.85

Cpu(s): 99.3% us,  0.3% sy,  0.0% ni,  0.0% id,  0.0% wa,  0.3% hi,  0.0% si
Mem:514400k total,   285764k used,   228636k free,11944k buffers
Swap:   779144k total,0k used,   779144k free,99076k cached

For an uptime 'up 26 min'

 PID  USER  PR  NI  VIRTRES  SHR  S  %CPU  %MEMTIME+  COMMAND
 2576  clamav25   0   51748  45m   1268 R   99.9  9.0  2
6:17.64 clamd

Will it cause some problem in long run?


Thanks and Regards,
S.Senthilvel,




On Sat, Aug 9, 2008 at 8:38 PM, senthil vel [EMAIL PROTECTED] wrote:
  
  
The big problem is when we are sending mail through the webinter face,
(nuts mail), It is telling that

Requested action aborted: error in processing
Server replied: 451 mail server temporarily rejected message (#4.3.0)

Is the problem is with clam and spam or something else...?

Thanks in advance,
S.Senthilvel,





On Sat, Aug 9, 2008 at 8:33 PM, Eric Shubert [EMAIL PROTECTED] wrote:


  senthil vel wrote:
  
  
Dear List,
I am having a server in which Qmtiso 1.4.0 is installed. In
this version of iso, the clamd and spamassassin-toaster are out dated.
I am having a Spamtitan server which filters all mails to my qmail
server. So i dont need the clamd and spamassassin-toaster to filter my
mails. Is there any way to stop these two. Because clamd is taking
100% of cpu. Some times server is not accepting tha mails to send. But
the ports 587 and 110 are open.

I am attaching the setup of the servers with this mail.


Thanks and Regards,
S.Senthilvel,



  
  Modify settings in /var/qmail/control/simcontrol appropriately (change "yes"
 to "no"), then run
# qmailctl cdb

You might need to kill a clamd process that doesn't terminate. I'm not sure
about that.

--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

  
  
-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  




-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Clamd and spamassassin-toaster can we stop these

2008-08-11 Thread senthil vel
Thanks a ton Marco, now i can understand the things a little bit clear


Thanks and Regards,
S.Senthilvel,





On Mon, Aug 11, 2008 at 11:38 AM, Marco Volkert [EMAIL PROTECTED] wrote:
 To disable clamd and spamd permanently see the archive and look for disable
 antispam and av.

 Here a shot summary:
 copy paste this script dont forget to chmod +x

 #!/bin/bash
 echo Stopping spamd
 svc -d /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
 echo Stopping clamd
 svc -d /var/qmail/supervise/clamd /var/qmail/supervise/clamd/log
 sleep 2
 echo
 svstat /var/qmail/supervise/spamd
 svstat /var/qmail/supervise/spamd/log
 echo
 svstat /var/qmail/supervise/clamd
 svstat /var/qmail/supervise/clamd/log

 You will need to start the script after every start of the server.

 Regards,

 Marco Volkert

 ---
 PROMAN
 Gesellschaft für Projektmanagement mbH

 E-Mail:  [EMAIL PROTECTED]
 Website: http://www.proman-gmbh.de
 ---




 senthil vel schrieb:

 Thanks Eric,
   after editing the /var/qmail/control/simcontrol as follows,

 :clam=no,spam=no,spam_hits=12,attach=.mp3:.src:.bat:.pif

 The mails are going out without any problem. I checked both from
 webinterface and outlook. But the server load is

 load average: 1.01, 1.03, 0.85

 Cpu(s): 99.3% us,  0.3% sy,  0.0% ni,  0.0% id,  0.0% wa,  0.3% hi,  0.0% si
 Mem:514400k total,   285764k used,   228636k free,11944k buffers
 Swap:   779144k total,0k used,   779144k free,99076k cached

 For an uptime 'up 26 min'

  PID  USER  PR  NI  VIRTRES  SHR  S  %CPU  %MEMTIME+  COMMAND
  2576  clamav25   0   51748  45m   1268 R   99.9  9.0  2
 6:17.64 clamd

 Will it cause some problem in long run?


 Thanks and Regards,
 S.Senthilvel,




 On Sat, Aug 9, 2008 at 8:38 PM, senthil vel [EMAIL PROTECTED] wrote:


 The big problem is when we are sending mail through the webinter face,
 (nuts mail), It is telling that

 Requested action aborted: error in processing
 Server replied: 451 mail server temporarily rejected message (#4.3.0)

 Is the problem is with clam and spam or something else...?

 Thanks in advance,
 S.Senthilvel,





 On Sat, Aug 9, 2008 at 8:33 PM, Eric Shubert [EMAIL PROTECTED] wrote:


 senthil vel wrote:


 Dear List,
 I am having a server in which Qmtiso 1.4.0 is installed. In
 this version of iso, the clamd and spamassassin-toaster are out dated.
 I am having a Spamtitan server which filters all mails to my qmail
 server. So i dont need the clamd and spamassassin-toaster to filter my
 mails. Is there any way to stop these two. Because clamd is taking
 100% of cpu. Some times server is not accepting tha mails to send. But
 the ports 587 and 110 are open.

 I am attaching the setup of the servers with this mail.


 Thanks and Regards,
 S.Senthilvel,




 Modify settings in /var/qmail/control/simcontrol appropriately (change yes
  to no), then run
 # qmailctl cdb

 You might need to kill a clamd process that doesn't terminate. I'm not sure
 about that.

 --
 -Eric 'shubes'

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 QmailToaster hosted by: VR Hosted
 - To
 unsubscribe, e-mail: [EMAIL PROTECTED] For
 additional commands, e-mail: [EMAIL PROTECTED]

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Clamd and spamassassin-toaster can we stop these

2008-08-09 Thread Eric Shubert
senthil vel wrote:
 Dear List,
 I am having a server in which Qmtiso 1.4.0 is installed. In
 this version of iso, the clamd and spamassassin-toaster are out dated.
 I am having a Spamtitan server which filters all mails to my qmail
 server. So i dont need the clamd and spamassassin-toaster to filter my
 mails. Is there any way to stop these two. Because clamd is taking
 100% of cpu. Some times server is not accepting tha mails to send. But
 the ports 587 and 110 are open.
 
 I am attaching the setup of the servers with this mail.
 
 
 Thanks and Regards,
 S.Senthilvel,
 
 

Modify settings in /var/qmail/control/simcontrol appropriately (change yes
 to no), then run
# qmailctl cdb

You might need to kill a clamd process that doesn't terminate. I'm not sure
about that.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Clamd and spamassassin-toaster can we stop these

2008-08-09 Thread senthil vel
The big problem is when we are sending mail through the webinter face,
(nuts mail), It is telling that

Requested action aborted: error in processing
Server replied: 451 mail server temporarily rejected message (#4.3.0)

Is the problem is with clam and spam or something else...?

Thanks in advance,
S.Senthilvel,





On Sat, Aug 9, 2008 at 8:33 PM, Eric Shubert [EMAIL PROTECTED] wrote:
 senthil vel wrote:
 Dear List,
 I am having a server in which Qmtiso 1.4.0 is installed. In
 this version of iso, the clamd and spamassassin-toaster are out dated.
 I am having a Spamtitan server which filters all mails to my qmail
 server. So i dont need the clamd and spamassassin-toaster to filter my
 mails. Is there any way to stop these two. Because clamd is taking
 100% of cpu. Some times server is not accepting tha mails to send. But
 the ports 587 and 110 are open.

 I am attaching the setup of the servers with this mail.


 Thanks and Regards,
 S.Senthilvel,



 Modify settings in /var/qmail/control/simcontrol appropriately (change yes
  to no), then run
 # qmailctl cdb

 You might need to kill a clamd process that doesn't terminate. I'm not sure
 about that.

 --
 -Eric 'shubes'

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Clamd and spamassassin-toaster can we stop these

2008-08-09 Thread Eric Shubert
The only problem per se is that your cpu is running constantly, and slowing
everything down considerably.

Did that clamav come back after you rebooted? If so I guess you'll need to
upgrade clamav-toaster, even though you're not actually using it. I'm not
sure what exactly is wrong with that version that causes clamav to eat the
cpu. Upgrading is a lot simpler than trying to remove clamav entirely.

senthil vel wrote:
 Thanks Eric,
   after editing the /var/qmail/control/simcontrol as follows,
 
 :clam=no,spam=no,spam_hits=12,attach=.mp3:.src:.bat:.pif
 
 The mails are going out without any problem. I checked both from
 webinterface and outlook. But the server load is
 
 load average: 1.01, 1.03, 0.85
 
 Cpu(s): 99.3% us,  0.3% sy,  0.0% ni,  0.0% id,  0.0% wa,  0.3% hi,  0.0% si
 Mem:514400k total,   285764k used,   228636k free,11944k buffers
 Swap:   779144k total,0k used,   779144k free,99076k cached
 
 For an uptime 'up 26 min'
 
  PID  USER  PR  NI  VIRTRES  SHR  S  %CPU  %MEMTIME+  COMMAND
  2576  clamav25   0   51748  45m   1268 R   99.9  9.0  2
 6:17.64 clamd
 
 Will it cause some problem in long run?
 
 
 Thanks and Regards,
 S.Senthilvel,
 
 
 
 
 On Sat, Aug 9, 2008 at 8:38 PM, senthil vel [EMAIL PROTECTED] wrote:
 The big problem is when we are sending mail through the webinter face,
 (nuts mail), It is telling that

 Requested action aborted: error in processing
 Server replied: 451 mail server temporarily rejected message (#4.3.0)

 Is the problem is with clam and spam or something else...?

 Thanks in advance,
 S.Senthilvel,





 On Sat, Aug 9, 2008 at 8:33 PM, Eric Shubert [EMAIL PROTECTED] wrote:
 senthil vel wrote:
 Dear List,
 I am having a server in which Qmtiso 1.4.0 is installed. In
 this version of iso, the clamd and spamassassin-toaster are out dated.
 I am having a Spamtitan server which filters all mails to my qmail
 server. So i dont need the clamd and spamassassin-toaster to filter my
 mails. Is there any way to stop these two. Because clamd is taking
 100% of cpu. Some times server is not accepting tha mails to send. But
 the ports 587 and 110 are open.

 I am attaching the setup of the servers with this mail.


 Thanks and Regards,
 S.Senthilvel,


 Modify settings in /var/qmail/control/simcontrol appropriately (change yes
  to no), then run
 # qmailctl cdb

 You might need to kill a clamd process that doesn't terminate. I'm not sure
 about that.

 --
 -Eric 'shubes'



-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]