Re: [qmailtoaster] Clamd not restarting after update from 101 to 103

2021-01-16 Thread st...@keptprivate.com
You have to migrate your tables... there is a script on the qmailtoaster site. 
The changed table structure allows dovecot to authenticate directly to the DB 
without the vpopmail plugin (which they aren't going to support anymore).You 
are now able to use a properly configured generic dovecot build.Sent from my 
T-Mobile 4G LTE device-- Original message--From: Tahnan Al AnasDate: 
Sat, Jan 16, 2021 3:38 PMTo: qmailtoaster-list@qmailtoaster.com;Cc: Subject:Re: 
[qmailtoaster] Clamd not restarting after update from 101 to 103in new 
installation, I am seeing database structure is changed, in past system, there 
were table for each domain which content the users, but in this system, all 
domain is under vpopmail table. If i import any old db, will there be an 
issue?Best RegardsMuhammad Tahnan Al AnasOn Sat, Jan 16, 2021 at 11:56 PM 
Eric Broch  wrote:
  

  
  
I apologize, Carl.
I removed qt version of clamav from repo. I though everyone had

  converted. I was wrong.
Have a look here at these scripts, simscan directories need
  changing as well :

https://www.qmailtoaster.org/qttoepelclam.html
chown clamscan:root /var/qmail/simscan
chown clamscan:root /var/qmail/bin/simscan
chmod 0750 /var/qmail/simscan
chmod 4711 /var/qmail/bin/simscan
chown -R clamupdate:clamupdate /var/lib/clamav





On 1/16/2021 10:49 AM, CarlC Internet
  Services Service Desk wrote:


  Ran into an issue where last night, two of my servers with clamav 101
versions updated to 103.

After the update, the old clam was running, so if you reboot, you find that
clam is not starting. In order to fix:

1) Install clamd
Yum install clamd

2) uncomment the "LocalSocket" in /etc/clamd.d/scan.conf so LocalSocket is
enabled.

3) add clamd to system startup
Systemctl enable clamd@scan
Note: the @scan says to use the scan.conf file in step 2

4) start clamd
Systemctl start clamd@scan

5) enable
 clamav-freshclam
Systemctl enable clamav-freshclam
Systemctl start clamav-freshclam

6) To check that they are enabled, find them using:
Systemctl list-unit-files | grep enabled

Where this was biting me was my older Centos 7 installations that had the
qmail clamav setups and converted to EPEL clamav.

Carl

P.s. If I missed anything, feel free to correct and post back to the list.


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



  




Re: [qmailtoaster] Clamd not restarting after update from 101 to 103

2021-01-16 Thread Tahnan Al Anas
in new installation, I am seeing database structure is changed, in past
system, there were table for each domain which content the users, but in
this system, all domain is under vpopmail table. If i import any old db,
will there be an issue?


--
--

Best Regards
Muhammad Tahnan Al Anas


On Sat, Jan 16, 2021 at 11:56 PM Eric Broch  wrote:

> I apologize, Carl.
>
> I removed qt version of clamav from repo. I though everyone had converted.
> I was wrong.
>
> Have a look here at these scripts, simscan directories need changing as
> well :
>
> https://www.qmailtoaster.org/qttoepelclam.html
>
> chown clamscan:root /var/qmail/simscan
> chown clamscan:root /var/qmail/bin/simscan
> chmod 0750 /var/qmail/simscan
> chmod 4711 /var/qmail/bin/simscan
> chown -R clamupdate:clamupdate /var/lib/clamav
>
>
>
>
> On 1/16/2021 10:49 AM, CarlC Internet Services Service Desk wrote:
>
> Ran into an issue where last night, two of my servers with clamav 101
> versions updated to 103.
>
> After the update, the old clam was running, so if you reboot, you find that
> clam is not starting. In order to fix:
>
> 1) Install clamd
>   Yum install clamd
>
> 2) uncomment the "LocalSocket" in /etc/clamd.d/scan.conf so LocalSocket is
> enabled.
>
> 3) add clamd to system startup
>   Systemctl enable clamd@scan
>   Note: the @scan says to use the scan.conf file in step 2
>
> 4) start clamd
>   Systemctl start clamd@scan
>
> 5) enable clamav-freshclam
>   Systemctl enable clamav-freshclam
>   Systemctl start clamav-freshclam
>
> 6) To check that they are enabled, find them using:
>   Systemctl list-unit-files | grep enabled
>
> Where this was biting me was my older Centos 7 installations that had the
> qmail clamav setups and converted to EPEL clamav.
>
> Carl
>
> P.s. If I missed anything, feel free to correct and post back to the list.
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


Re: [qmailtoaster] Clamd not restarting after update from 101 to 103

2021-01-16 Thread Tahnan Al Anas
I have found the issue, in previous db system, domain use to store in
vpopmail like  citechco_net, now it is citechoc.net. so I am getting error
as below:

[Sun Jan 17 00:25:06.911863 2021] [cgi:error] [pid 10989] [client
202.125.73.114:13672] AH01215: vmysql: sql error[3]: Table
'vpopmail.citechco_net' doesn't exist, referer:
https://203.191.33.33/qmailadmin/
[Sun Jan 17 00:25:06.911998 2021] [cgi:error] [pid 10989] [client
202.125.73.114:13672] AH01215: Attempting to rebuild connection to SQL
server, referer: https://203.191.33.33/qmailadmin/
[Sun Jan 17 00:25:06.912433 2021] [cgi:error] [pid 10989] [client
202.125.73.114:13672] AH01215: vmysql: connection rebuild failed: Table
'vpopmail.citechco_net' doesn't exist, referer:
https://203.191.33.33/qmailadmin/



--
--

Best Regards
Muhammad Tahnan Al Anas


On Sat, Jan 16, 2021 at 11:56 PM Eric Broch  wrote:

> I apologize, Carl.
>
> I removed qt version of clamav from repo. I though everyone had converted.
> I was wrong.
>
> Have a look here at these scripts, simscan directories need changing as
> well :
>
> https://www.qmailtoaster.org/qttoepelclam.html
>
> chown clamscan:root /var/qmail/simscan
> chown clamscan:root /var/qmail/bin/simscan
> chmod 0750 /var/qmail/simscan
> chmod 4711 /var/qmail/bin/simscan
> chown -R clamupdate:clamupdate /var/lib/clamav
>
>
>
>
> On 1/16/2021 10:49 AM, CarlC Internet Services Service Desk wrote:
>
> Ran into an issue where last night, two of my servers with clamav 101
> versions updated to 103.
>
> After the update, the old clam was running, so if you reboot, you find that
> clam is not starting. In order to fix:
>
> 1) Install clamd
>   Yum install clamd
>
> 2) uncomment the "LocalSocket" in /etc/clamd.d/scan.conf so LocalSocket is
> enabled.
>
> 3) add clamd to system startup
>   Systemctl enable clamd@scan
>   Note: the @scan says to use the scan.conf file in step 2
>
> 4) start clamd
>   Systemctl start clamd@scan
>
> 5) enable clamav-freshclam
>   Systemctl enable clamav-freshclam
>   Systemctl start clamav-freshclam
>
> 6) To check that they are enabled, find them using:
>   Systemctl list-unit-files | grep enabled
>
> Where this was biting me was my older Centos 7 installations that had the
> qmail clamav setups and converted to EPEL clamav.
>
> Carl
>
> P.s. If I missed anything, feel free to correct and post back to the list.
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


Re: [qmailtoaster] Clamd not restarting after update from 101 to 103

2021-01-16 Thread Eric Broch

I apologize, Carl.

I removed qt version of clamav from repo. I though everyone had 
converted. I was wrong.


Have a look here at these scripts, simscan directories need changing as 
well :


https://www.qmailtoaster.org/qttoepelclam.html

chown clamscan:root /var/qmail/simscan
chown clamscan:root /var/qmail/bin/simscan
chmod 0750 /var/qmail/simscan
chmod 4711 /var/qmail/bin/simscan
chown -R clamupdate:clamupdate /var/lib/clamav




On 1/16/2021 10:49 AM, CarlC Internet Services Service Desk wrote:

Ran into an issue where last night, two of my servers with clamav 101
versions updated to 103.

After the update, the old clam was running, so if you reboot, you find that
clam is not starting. In order to fix:

1) Install clamd
Yum install clamd

2) uncomment the "LocalSocket" in /etc/clamd.d/scan.conf so LocalSocket is
enabled.

3) add clamd to system startup
Systemctl enable clamd@scan
Note: the @scan says to use the scan.conf file in step 2

4) start clamd
Systemctl start clamd@scan

5) enable clamav-freshclam
Systemctl enable clamav-freshclam
Systemctl start clamav-freshclam

6) To check that they are enabled, find them using:
Systemctl list-unit-files | grep enabled

Where this was biting me was my older Centos 7 installations that had the
qmail clamav setups and converted to EPEL clamav.

Carl

P.s. If I missed anything, feel free to correct and post back to the list.


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Clamd suggestions

2020-12-27 Thread Eric Broch

For the time being...

sed -i '/priority=7/a \exclude=clamav' /etc/yum.repos.d/qmt.repo

On 12/14/2020 10:19 PM, Eric Broch wrote:
I'm thinking about making the stock CentOS 7 install with EPEL clamd 
and removing it from the qmt repo altogether. Give me a couple days.


On 12/14/2020 10:18 PM, Eric Broch wrote:

yum --disablerepo=qmt-current update

On 12/14/2020 10:17 PM, Remo Mattei wrote:

Hi all,
I just tried to do the update and I get this

--> Processing Conflict: clamav-filesystem-0.103.0-1.el7.noarch 
conflicts clamav < 0.103.0-1.el7

--> Finished Dependency Resolution
Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
    Requires: clamav-filesystem = 0.102.4-1.el7
    Removing: clamav-filesystem-0.102.4-1.el7.noarch (@epel)
    clamav-filesystem = 0.102.4-1.el7
    Updated By: clamav-filesystem-0.103.0-1.el7.noarch (epel)
    clamav-filesystem = 0.103.0-1.el7
Error: clamav-filesystem conflicts with clamav-0.102.4-1.el7.x86_64
Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
    Requires: clamav-lib = 0.102.4-1.el7
    Removing: clamav-lib-0.102.4-1.el7.x86_64 (@epel)
    clamav-lib = 0.102.4-1.el7
    Updated By: clamav-lib-0.103.0-1.el7.x86_64 (epel)
    clamav-lib = 0.103.0-1.el7
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles —nodigest

Does anyone have had the same issue? I did in one box to skip broken 
rpms but I wonder if anyone has a work around.


Thanks
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



RE: [qmailtoaster] Clamd suggestions

2020-12-15 Thread CarlC Internet Services Service Desk
I spent yesterday fighting with this... The newer 103 version had an issue with 
simscan, where it didn't start and read simscan correctly. This caused all my 
submission [port 587] to do "qq soft reject" failures.

I was able to go back to the 101 qmt version that worked correctly on the two 
boxes that had the issues. A third took the 103 update with out a hitch. The 
biggest issue, you MUST do a reboot after install of the 103 to see if clamd 
starts up correctly.

Carl

-Original Message-
From: Remo Mattei [mailto:r...@mattei.org] 
Sent: Tuesday, December 15, 2020 01:29 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Clamd suggestions



> On Dec 14, 2020, at 21:19, Eric Broch  wrote:
> 
> I'm thinking about making the stock CentOS 7 install with EPEL clamd and 
> removing it from the qmt repo altogether. Give me a couple days.
> 
> On 12/14/2020 10:18 PM, Eric Broch wrote:
>> yum --disablerepo=qmt-current update
>> 
>> On 12/14/2020 10:17 PM, Remo Mattei wrote:
>>> Hi all,
>>> I just tried to do the update and I get this
>>> 
>>> --> Processing Conflict: clamav-filesystem-0.103.0-1.el7.noarch conflicts 
>>> clamav < 0.103.0-1.el7
>>> --> Finished Dependency Resolution
>>> Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
>>> Requires: clamav-filesystem = 0.102.4-1.el7
>>> Removing: clamav-filesystem-0.102.4-1.el7.noarch (@epel)
>>> clamav-filesystem = 0.102.4-1.el7
>>> Updated By: clamav-filesystem-0.103.0-1.el7.noarch (epel)
>>> clamav-filesystem = 0.103.0-1.el7
>>> Error: clamav-filesystem conflicts with clamav-0.102.4-1.el7.x86_64
>>> Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
>>> Requires: clamav-lib = 0.102.4-1.el7
>>> Removing: clamav-lib-0.102.4-1.el7.x86_64 (@epel)
>>> clamav-lib = 0.102.4-1.el7
>>> Updated By: clamav-lib-0.103.0-1.el7.x86_64 (epel)
>>> clamav-lib = 0.103.0-1.el7
>>>   You could try using --skip-broken to work around the problem
>>>   You could try running: rpm -Va --nofiles —nodigest
>>> 
>>> Does anyone have had the same issue? I did in one box to skip broken rpms 
>>> but I wonder if anyone has a work around.
>>> 
>>> Thanks
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>> 
>> 
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>> 
> 
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> 


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Clamd suggestions

2020-12-14 Thread Remo Mattei


> On Dec 14, 2020, at 21:19, Eric Broch  wrote:
> 
> I'm thinking about making the stock CentOS 7 install with EPEL clamd and 
> removing it from the qmt repo altogether. Give me a couple days.
> 
> On 12/14/2020 10:18 PM, Eric Broch wrote:
>> yum --disablerepo=qmt-current update
>> 
>> On 12/14/2020 10:17 PM, Remo Mattei wrote:
>>> Hi all,
>>> I just tried to do the update and I get this
>>> 
>>> --> Processing Conflict: clamav-filesystem-0.103.0-1.el7.noarch conflicts 
>>> clamav < 0.103.0-1.el7
>>> --> Finished Dependency Resolution
>>> Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
>>> Requires: clamav-filesystem = 0.102.4-1.el7
>>> Removing: clamav-filesystem-0.102.4-1.el7.noarch (@epel)
>>> clamav-filesystem = 0.102.4-1.el7
>>> Updated By: clamav-filesystem-0.103.0-1.el7.noarch (epel)
>>> clamav-filesystem = 0.103.0-1.el7
>>> Error: clamav-filesystem conflicts with clamav-0.102.4-1.el7.x86_64
>>> Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
>>> Requires: clamav-lib = 0.102.4-1.el7
>>> Removing: clamav-lib-0.102.4-1.el7.x86_64 (@epel)
>>> clamav-lib = 0.102.4-1.el7
>>> Updated By: clamav-lib-0.103.0-1.el7.x86_64 (epel)
>>> clamav-lib = 0.103.0-1.el7
>>>   You could try using --skip-broken to work around the problem
>>>   You could try running: rpm -Va --nofiles —nodigest
>>> 
>>> Does anyone have had the same issue? I did in one box to skip broken rpms 
>>> but I wonder if anyone has a work around.
>>> 
>>> Thanks
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>> 
>> 
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>> 
> 
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> 


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Clamd suggestions

2020-12-14 Thread Eric Broch
I'm thinking about making the stock CentOS 7 install with EPEL clamd and 
removing it from the qmt repo altogether. Give me a couple days.


On 12/14/2020 10:18 PM, Eric Broch wrote:

yum --disablerepo=qmt-current update

On 12/14/2020 10:17 PM, Remo Mattei wrote:

Hi all,
I just tried to do the update and I get this

--> Processing Conflict: clamav-filesystem-0.103.0-1.el7.noarch 
conflicts clamav < 0.103.0-1.el7

--> Finished Dependency Resolution
Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
    Requires: clamav-filesystem = 0.102.4-1.el7
    Removing: clamav-filesystem-0.102.4-1.el7.noarch (@epel)
    clamav-filesystem = 0.102.4-1.el7
    Updated By: clamav-filesystem-0.103.0-1.el7.noarch (epel)
    clamav-filesystem = 0.103.0-1.el7
Error: clamav-filesystem conflicts with clamav-0.102.4-1.el7.x86_64
Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
    Requires: clamav-lib = 0.102.4-1.el7
    Removing: clamav-lib-0.102.4-1.el7.x86_64 (@epel)
    clamav-lib = 0.102.4-1.el7
    Updated By: clamav-lib-0.103.0-1.el7.x86_64 (epel)
    clamav-lib = 0.103.0-1.el7
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles —nodigest

Does anyone have had the same issue? I did in one box to skip broken 
rpms but I wonder if anyone has a work around.


Thanks
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Clamd suggestions

2020-12-14 Thread Eric Broch

yum --disablerepo=qmt-current update

On 12/14/2020 10:17 PM, Remo Mattei wrote:

Hi all,
I just tried to do the update and I get this

--> Processing Conflict: clamav-filesystem-0.103.0-1.el7.noarch conflicts clamav 
< 0.103.0-1.el7
--> Finished Dependency Resolution
Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
Requires: clamav-filesystem = 0.102.4-1.el7
Removing: clamav-filesystem-0.102.4-1.el7.noarch (@epel)
clamav-filesystem = 0.102.4-1.el7
Updated By: clamav-filesystem-0.103.0-1.el7.noarch (epel)
clamav-filesystem = 0.103.0-1.el7
Error: clamav-filesystem conflicts with clamav-0.102.4-1.el7.x86_64
Error: Package: clamav-0.102.4-1.el7.x86_64 (@epel)
Requires: clamav-lib = 0.102.4-1.el7
Removing: clamav-lib-0.102.4-1.el7.x86_64 (@epel)
clamav-lib = 0.102.4-1.el7
Updated By: clamav-lib-0.103.0-1.el7.x86_64 (epel)
clamav-lib = 0.103.0-1.el7
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles —nodigest

Does anyone have had the same issue? I did in one box to skip broken rpms but I 
wonder if anyone has a work around.

Thanks
-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] clamd upgrade!

2019-08-20 Thread Eric Broch
Hi Tony,

What OS?

Is it in RPM?

Eric

On Wed, Aug 14, 2019 at 9:24 PM Tony White  wrote:

> Hi folks,
>I have not got the latest clam av and would like to know
> if I can simply upgrade it using the default method on the
> clam site.
>
>Anyone any ideas please?
>
> --
> best wishes
>Tony White
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


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]



Re: [qmailtoaster] clamd

2008-07-03 Thread Jon Ernster
I upgraded yesterday and so far so good.  Thanks so much!  Looks like I 
should probably upgrade to the latest spamassassin as well.


Take care,

Jon

PakOgah wrote:

Jon Ernster wrote:
My clamd seems to be frequently updating itself throughout the day 
and when this happens it temporarily rejects any incoming messages 
from what I can tell from the logs.  Is there any way to control the 
frequency of its updates?


Additionally I'm getting a lot of duplicate emails and I believe this 
is also due to clamd.  Anyone else experiencing this problem and is 
there a resolution?


I'm running the following versions:

[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
qmail-pop3d-toaster-1.03-1.3.15
qmailadmin-toaster-1.2.11-1.3.4
qmail-toaster-1.03-1.3.15
[EMAIL PROTECTED] ~]$ rpm -qa | grep clam
clamav-toaster-0.90.1-1.3.13

Thanks,

Jon


you still running the old version of clamav,
some says upgrading to latest version could solve it
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm 



for complete list new qmailtoaster package visit http://qmailtoaster.org/


-
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

2008-07-03 Thread Eric Shubert
You might want to hold off on that one. Check the list archives for
MakeMaker.pl ramifications.

Jon Ernster wrote:
 I upgraded yesterday and so far so good.  Thanks so much!  Looks like I
 should probably upgrade to the latest spamassassin as well.
 
 Take care,
 
 Jon
 
 PakOgah wrote:
 Jon Ernster wrote:
 My clamd seems to be frequently updating itself throughout the day
 and when this happens it temporarily rejects any incoming messages
 from what I can tell from the logs.  Is there any way to control the
 frequency of its updates?

 Additionally I'm getting a lot of duplicate emails and I believe this
 is also due to clamd.  Anyone else experiencing this problem and is
 there a resolution?

 I'm running the following versions:

 [EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
 qmail-pop3d-toaster-1.03-1.3.15
 qmailadmin-toaster-1.2.11-1.3.4
 qmail-toaster-1.03-1.3.15
 [EMAIL PROTECTED] ~]$ rpm -qa | grep clam
 clamav-toaster-0.90.1-1.3.13

 Thanks,

 Jon

 you still running the old version of clamav,
 some says upgrading to latest version could solve it
 http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm


 for complete list new qmailtoaster package visit http://qmailtoaster.org/


 -
 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]
 


-- 
-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

2008-07-02 Thread Marco Volkert




That's clear. What I meant, when does the cyclus (every 12 hours)
start?
Can I define the time, when the updates start, e.g. 03:17am + 03:17pm,
in /etc/freshclam.conf OR does it depend on service-start? If so, I
need to add a cronjob with #service freshclam restart
to force the time for update after server restart (maybe he has a
failure - somewhere along the way).

Regards,


Marco Volkert

Marco Volkert

---
PROMAN
Gesellschaft fr Projektmanagement mbH


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








PakOgah schrieb:
nop,
  
just edit the file
  
  
/etc/freshclam.conf
  
  
  
add Checks 2
  
so it will check new .dat updates every 12 hours
  
then to make clamd read the new config, type
  
service freshclam restart
  
  
Marco Volkert wrote:
  
  Can you modify the time of performing an
update this way, or does the time depend on the time when freshclam
starts?

In case two, I can create a cronjob with

#service freshclam restart.


Am I right?


Regards,


Marco Volkert


---

PROMAN

Gesellschaft fr Projektmanagement mbH


E-Mail: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]

Website: http://www.proman-gmbh.de

---


Tim Mancour schrieb:

You can modify the frequency that freshclam
performs an update by setting
  
the Checks variable in the /etc/freshclam.conf configuration file. The
  
following, for example, would decrease the number of updates to once
every
  
12 hours:
  
  
# Number of database checks per day.
  
# Default: 12 (every two hours)
  
Checks 2
  
  
If you change the configuration file you'll need to restart freshclam
  
~ service freshclam restart
  
  
Regards,
  
Tim 
-Original Message-
  
From: PakOgah [mailto:[EMAIL PROTECTED]] Sent: Monday, June 30,
2008 11:00 PM
  
To: qmailtoaster-list@qmailtoaster.com
  
Subject: Re: [qmailtoaster] clamd
  
  
Jon Ernster wrote:
  

  My clamd seems to be frequently updating
itself throughout the day and when this happens it temporarily rejects
any incoming messages from what I can tell from the logs. Is there any
way to control the frequency of its updates?


Additionally I'm getting a lot of duplicate emails and I believe this
is also due to clamd. Anyone else experiencing this problem and is
there a resolution?


I'm running the following versions:


[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail

qmail-pop3d-toaster-1.03-1.3.15

qmailadmin-toaster-1.2.11-1.3.4

qmail-toaster-1.03-1.3.15

[EMAIL PROTECTED] ~]$ rpm -qa | grep clam

clamav-toaster-0.90.1-1.3.13


Thanks,


Jon


 
you still running the old version of clamav, some says upgrading to
latest
  
version could solve it
  
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm
  
  
for complete list new qmailtoaster package visit
http://qmailtoaster.org/
  
  
 
  
  
  
-
  
 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

2008-07-02 Thread PakOgah

this is where I stop, as I dont have more knowledge,
from 5 qmt boxes installed (2 using qmtiso), only 1 box that shown 
freshclam on crontab

perhaps you should check with clamd site, milist or forum

Marco Volkert wrote:

That's clear. What I meant, when does the cyclus (every 12 hours) start?
Can I define the time, when the updates start, e.g. 03:17am + 03:17pm, 
in /etc/freshclam.conf OR does it depend on service-start? If so, I 
need to add a cronjob with #service freshclam restart
to force the time for update after server restart (maybe he has a 
failure - somewhere along the way).


Regards,

Marco Volkert

---
PROMAN
Gesellschaft für Projektmanagement mbH

E-Mail:  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

Website: http://www.proman-gmbh.de
---




PakOgah schrieb:

nop,
just edit the file

/etc/freshclam.conf


add Checks 2
so it will check new .dat updates every 12 hours
then to make clamd read the new config, type
service freshclam restart

Marco Volkert wrote:
Can you modify the time of performing an update this way, or does 
the time depend on the time when freshclam starts?

In case two, I can create a cronjob with
#service freshclam restart.

Am I right?

Regards,

Marco Volkert

---
PROMAN
Gesellschaft für Projektmanagement mbH

E-Mail:  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

Website: http://www.proman-gmbh.de
---

Tim Mancour schrieb:
You can modify the frequency that freshclam performs an update by 
setting

the Checks variable in the /etc/freshclam.conf configuration file. The
following, for example, would decrease the number of updates to 
once every

12 hours:

# Number of database checks per day.
# Default: 12 (every two hours)
Checks 2

If you change the configuration file you'll need to restart freshclam
~ service freshclam restart

Regards,
Tim
-Original Message-
From: PakOgah [mailto:[EMAIL PROTECTED] Sent: Monday, June 
30, 2008 11:00 PM

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd

Jon Ernster wrote:
 
My clamd seems to be frequently updating itself throughout the day 
and when this happens it temporarily rejects any incoming messages 
from what I can tell from the logs.  Is there any way to control 
the frequency of its updates?


Additionally I'm getting a lot of duplicate emails and I believe 
this is also due to clamd.  Anyone else experiencing this problem 
and is there a resolution?


I'm running the following versions:

[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
qmail-pop3d-toaster-1.03-1.3.15
qmailadmin-toaster-1.2.11-1.3.4
qmail-toaster-1.03-1.3.15
[EMAIL PROTECTED] ~]$ rpm -qa | grep clam
clamav-toaster-0.90.1-1.3.13

Thanks,

Jon


you still running the old version of clamav, some says upgrading to 
latest

version could solve it
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm 



for complete list new qmailtoaster package visit 
http://qmailtoaster.org/






-
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

2008-07-02 Thread Marco Volkert




I will try. Anyway, thanks.


Marco Volkert

Marco Volkert

---
PROMAN
Gesellschaft fr Projektmanagement mbH


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




PakOgah schrieb:
this
is where I stop, as I dont have more knowledge,
  
from 5 qmt boxes installed (2 using qmtiso), only 1 box that shown
freshclam on crontab
  
perhaps you should check with clamd site, milist or forum
  
  
Marco Volkert wrote:
  
  That's clear. What I meant, when does the
cyclus (every 12 hours) start?

Can I define the time, when the updates start, e.g. 03:17am + 03:17pm,
in /etc/freshclam.conf OR does it depend on service-start? If so, I
need to add a cronjob with #service freshclam restart

to force the time for update after server restart (maybe he has a
failure - somewhere along the way).


Regards,


Marco Volkert


---

PROMAN

Gesellschaft fr Projektmanagement mbH


E-Mail: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]

Website: http://www.proman-gmbh.de

---





PakOgah schrieb:

nop,
  
just edit the file
  
  
/etc/freshclam.conf
  
  
  
add Checks 2
  
so it will check new .dat updates every 12 hours
  
then to make clamd read the new config, type
  
service freshclam restart
  
  
Marco Volkert wrote:
  
  Can you modify the time of performing an
update this way, or does the time depend on the time when freshclam
starts?

In case two, I can create a cronjob with

#service freshclam restart.


Am I right?


Regards,


Marco Volkert


---

PROMAN

Gesellschaft fr Projektmanagement mbH


E-Mail: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]

Website: http://www.proman-gmbh.de

---


Tim Mancour schrieb:

You can modify the frequency that
freshclam performs an update by setting
  
the Checks variable in the /etc/freshclam.conf configuration file. The
  
following, for example, would decrease the number of updates to once
every
  
12 hours:
  
  
# Number of database checks per day.
  
# Default: 12 (every two hours)
  
Checks 2
  
  
If you change the configuration file you'll need to restart freshclam
  
~ service freshclam restart
  
  
Regards,
  
Tim
  
-Original Message-
  
From: PakOgah [mailto:[EMAIL PROTECTED]] Sent: Monday, June 30,
2008 11:00 PM
  
To: qmailtoaster-list@qmailtoaster.com
  
Subject: Re: [qmailtoaster] clamd
  
  
Jon Ernster wrote:
  

  
  My clamd seems to be frequently
updating itself throughout the day and when this happens it temporarily
rejects any incoming messages from what I can tell from the logs. Is
there any way to control the frequency of its updates?


Additionally I'm getting a lot of duplicate emails and I believe this
is also due to clamd. Anyone else experiencing this problem and is
there a resolution?


I'm running the following versions:


[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail

qmail-pop3d-toaster-1.03-1.3.15

qmailadmin-toaster-1.2.11-1.3.4

qmail-toaster-1.03-1.3.15

[EMAIL PROTECTED] ~]$ rpm -qa | grep clam

clamav-toaster-0.90.1-1.3.13


Thanks,


Jon


 
you still running the old version of clamav, some says upgrading to
latest
  
version could solve it
  
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm
  
  
for complete list new qmailtoaster package visit
http://qmailtoaster.org/
  
  
 
  
  
  
-
  
 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

RE: [qmailtoaster] clamd

2008-07-02 Thread Tim Mancour
I looked at my log file and freshclam performed its first Check shortly
after being started and subsequent updates occurred on the Check interval.
 
  _  

From: Marco Volkert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 02, 2008 5:33 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd


I will try. Anyway, thanks.


Marco Volkert

---
PROMAN
Gesellschaft für Projektmanagement mbH

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



PakOgah schrieb: 

this is where I stop, as I dont have more knowledge, 
from 5 qmt boxes installed (2 using qmtiso), only 1 box that shown freshclam
on crontab 
perhaps you should check with clamd site, milist or forum 

Marco Volkert wrote: 


That's clear. What I meant, when does the cyclus (every 12 hours) start? 
Can I define the time, when the updates start, e.g. 03:17am + 03:17pm, in
/etc/freshclam.conf OR does it depend on service-start? If so, I need to add
a cronjob with #service freshclam restart 
to force the time for update after server restart (maybe he has a failure -
somewhere along the way). 

Regards, 

Marco Volkert 

--- 
PROMAN 
Gesellschaft für Projektmanagement mbH 

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




PakOgah schrieb: 


nop, 
just edit the file 

/etc/freshclam.conf 


add Checks 2 
so it will check new .dat updates every 12 hours 
then to make clamd read the new config, type 
service freshclam restart 

Marco Volkert wrote: 


Can you modify the time of performing an update this way, or does the time
depend on the time when freshclam starts? 
In case two, I can create a cronjob with 
#service freshclam restart. 

Am I right? 

Regards, 

Marco Volkert 

--- 
PROMAN 
Gesellschaft für Projektmanagement mbH 

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

Tim Mancour schrieb: 


You can modify the frequency that freshclam performs an update by setting 
the Checks variable in the /etc/freshclam.conf configuration file. The 
following, for example, would decrease the number of updates to once every 
12 hours: 

# Number of database checks per day. 
# Default: 12 (every two hours) 
Checks 2 

If you change the configuration file you'll need to restart freshclam 
~ service freshclam restart 

Regards, 
Tim 
-Original Message- 
From: PakOgah [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2008
11:00 PM 
To: qmailtoaster-list@qmailtoaster.com 
Subject: Re: [qmailtoaster] clamd 

Jon Ernster wrote: 
  


My clamd seems to be frequently updating itself throughout the day and when
this happens it temporarily rejects any incoming messages from what I can
tell from the logs.  Is there any way to control the frequency of its
updates? 

Additionally I'm getting a lot of duplicate emails and I believe this is
also due to clamd.  Anyone else experiencing this problem and is there a
resolution? 

I'm running the following versions: 

[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail 
qmail-pop3d-toaster-1.03-1.3.15 
qmailadmin-toaster-1.2.11-1.3.4 
qmail-toaster-1.03-1.3.15 
[EMAIL PROTECTED] ~]$ rpm -qa | grep clam 
clamav-toaster-0.90.1-1.3.13 

Thanks, 

Jon 



you still running the old version of clamav, some says upgrading to latest 
version could solve it 
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm 

for complete list new qmailtoaster package visit http://qmailtoaster.org/ 





- 
QmailToaster hosted by: VR Hosted  http://www.vr.org
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
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

2008-07-02 Thread dnk


On 2-Jul-08, at 6:52 AM, Tim Mancour wrote:

I looked at my log file and freshclam performed its first Check  
shortly after being started and subsequent updates occurred on the  
Check interval.




I have not checked, but could one not just disable the intervals in  
the freshclam.conf, then just schedule it in cron running /usr/bin/ 
freshclam?


dnk






RE: [qmailtoaster] clamd

2008-07-02 Thread Tim Mancour
I haven't tried to run freshclam from a crond but the following
http://www.gossamer-threads.com/lists/clamav/users/30708 suggests that it
should work.

  _  

From: dnk [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 02, 2008 11:56 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd



On 2-Jul-08, at 6:52 AM, Tim Mancour wrote:



I looked at my log file and freshclam performed its first Check shortly
after being started and subsequent updates occurred on the Check interval.
 


I have not checked, but could one not just disable the intervals in the
freshclam.conf, then just schedule it in cron running /usr/bin/freshclam?

dnk






Re: [qmailtoaster] clamd

2008-07-02 Thread dnk


On 2-Jul-08, at 2:48 PM, Tim Mancour wrote:

I haven't tried to run freshclam from a crond but the following http://www.gossamer-threads.com/lists/clamav/users/30708 
 suggests that it should work.



I used to on another system (non toaster), and it always worked fine.

d




Re: [qmailtoaster] clamd

2008-07-01 Thread Janno Sannik

PakOgah wrote:

Jon Ernster wrote:
My clamd seems to be frequently updating itself throughout the day 
and when this happens it temporarily rejects any incoming messages 
from what I can tell from the logs.  Is there any way to control the 
frequency of its updates?


Additionally I'm getting a lot of duplicate emails and I believe this 
is also due to clamd.  Anyone else experiencing this problem and is 
there a resolution?


I'm running the following versions:

[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
qmail-pop3d-toaster-1.03-1.3.15
qmailadmin-toaster-1.2.11-1.3.4
qmail-toaster-1.03-1.3.15
[EMAIL PROTECTED] ~]$ rpm -qa | grep clam
clamav-toaster-0.90.1-1.3.13

Thanks,

Jon


you still running the old version of clamav,
some says upgrading to latest version could solve it
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm 



for complete list new qmailtoaster package visit http://qmailtoaster.org/


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


yeah. check for the new version. Fixed my problems.

-
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

2008-07-01 Thread Tim Mancour
You can modify the frequency that freshclam performs an update by setting
the Checks variable in the /etc/freshclam.conf configuration file. The
following, for example, would decrease the number of updates to once every
12 hours:

# Number of database checks per day.
# Default: 12 (every two hours)
Checks 2

If you change the configuration file you'll need to restart freshclam
~ service freshclam restart

Regards,
Tim 

-Original Message-
From: PakOgah [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 30, 2008 11:00 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd

Jon Ernster wrote:
 My clamd seems to be frequently updating itself throughout the day and 
 when this happens it temporarily rejects any incoming messages from 
 what I can tell from the logs.  Is there any way to control the 
 frequency of its updates?

 Additionally I'm getting a lot of duplicate emails and I believe this 
 is also due to clamd.  Anyone else experiencing this problem and is 
 there a resolution?

 I'm running the following versions:

 [EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
 qmail-pop3d-toaster-1.03-1.3.15
 qmailadmin-toaster-1.2.11-1.3.4
 qmail-toaster-1.03-1.3.15
 [EMAIL PROTECTED] ~]$ rpm -qa | grep clam
 clamav-toaster-0.90.1-1.3.13

 Thanks,

 Jon

you still running the old version of clamav, some says upgrading to latest
version could solve it
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm

for complete list new qmailtoaster package visit http://qmailtoaster.org/


-
 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

2008-07-01 Thread Marco Volkert




Can you modify the time of performing an update this way, or does
the time depend on the time when freshclam starts?
In case two, I can create a cronjob with 
#service freshclam restart.

Am I right?

Regards,


Marco Volkert

Marco Volkert

---
PROMAN
Gesellschaft fr Projektmanagement mbH


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




Tim Mancour schrieb:

  You can modify the frequency that freshclam performs an update by setting
the Checks variable in the /etc/freshclam.conf configuration file. The
following, for example, would decrease the number of updates to once every
12 hours:

# Number of database checks per day.
# Default: 12 (every two hours)
Checks 2

If you change the configuration file you'll need to restart freshclam
~ service freshclam restart

Regards,
Tim 

-Original Message-
From: PakOgah [mailto:[EMAIL PROTECTED]] 
Sent: Monday, June 30, 2008 11:00 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd

Jon Ernster wrote:
  
  
My clamd seems to be frequently updating itself throughout the day and 
when this happens it temporarily rejects any incoming messages from 
what I can tell from the logs.  Is there any way to control the 
frequency of its updates?

Additionally I'm getting a lot of duplicate emails and I believe this 
is also due to clamd.  Anyone else experiencing this problem and is 
there a resolution?

I'm running the following versions:

[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
qmail-pop3d-toaster-1.03-1.3.15
qmailadmin-toaster-1.2.11-1.3.4
qmail-toaster-1.03-1.3.15
[EMAIL PROTECTED] ~]$ rpm -qa | grep clam
clamav-toaster-0.90.1-1.3.13

Thanks,

Jon


  
  you still running the old version of clamav, some says upgrading to latest
version could solve it
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm

for complete list new qmailtoaster package visit http://qmailtoaster.org/


-
 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

2008-07-01 Thread PakOgah

nop,
just edit the file

/etc/freshclam.conf


add Checks 2
so it will check new .dat updates every 12 hours
then to make clamd read the new config, type
service freshclam restart

Marco Volkert wrote:
Can you modify the time of performing an update this way, or does the 
time depend on the time when freshclam starts?

In case two, I can create a cronjob with
#service freshclam restart.

Am I right?

Regards,

Marco Volkert

---
PROMAN
Gesellschaft für Projektmanagement mbH

E-Mail:  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

Website: http://www.proman-gmbh.de
---

Tim Mancour schrieb:

You can modify the frequency that freshclam performs an update by setting
the Checks variable in the /etc/freshclam.conf configuration file. The
following, for example, would decrease the number of updates to once every
12 hours:

# Number of database checks per day.
# Default: 12 (every two hours)
Checks 2

If you change the configuration file you'll need to restart freshclam
~ service freshclam restart

Regards,
Tim 


-Original Message-
From: PakOgah [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 30, 2008 11:00 PM

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd

Jon Ernster wrote:
  
My clamd seems to be frequently updating itself throughout the day and 
when this happens it temporarily rejects any incoming messages from 
what I can tell from the logs.  Is there any way to control the 
frequency of its updates?


Additionally I'm getting a lot of duplicate emails and I believe this 
is also due to clamd.  Anyone else experiencing this problem and is 
there a resolution?


I'm running the following versions:

[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
qmail-pop3d-toaster-1.03-1.3.15
qmailadmin-toaster-1.2.11-1.3.4
qmail-toaster-1.03-1.3.15
[EMAIL PROTECTED] ~]$ rpm -qa | grep clam
clamav-toaster-0.90.1-1.3.13

Thanks,

Jon



you still running the old version of clamav, some says upgrading to latest
version could solve it
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm

for complete list new qmailtoaster package visit http://qmailtoaster.org/





-
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

2008-06-30 Thread PakOgah

Jon Ernster wrote:
My clamd seems to be frequently updating itself throughout the day and 
when this happens it temporarily rejects any incoming messages from 
what I can tell from the logs.  Is there any way to control the 
frequency of its updates?


Additionally I'm getting a lot of duplicate emails and I believe this 
is also due to clamd.  Anyone else experiencing this problem and is 
there a resolution?


I'm running the following versions:

[EMAIL PROTECTED] ~]$ rpm -qa | grep qmail
qmail-pop3d-toaster-1.03-1.3.15
qmailadmin-toaster-1.2.11-1.3.4
qmail-toaster-1.03-1.3.15
[EMAIL PROTECTED] ~]$ rpm -qa | grep clam
clamav-toaster-0.90.1-1.3.13

Thanks,

Jon


you still running the old version of clamav,
some says upgrading to latest version could solve it
http://qmailtoaster.org/download/develop/clamav-toaster-0.93-1.3.18.src.rpm

for complete list new qmailtoaster package visit http://qmailtoaster.org/


-
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 memory hog at 104MB

2007-07-12 Thread A M

that's about right...

spamd+clamd together take about 160MB (60 for spamd + 100 for clamd)

these are about average for my systems.

2007/7/12, John [EMAIL PROTECTED]:


Am running newest Qmailtoaster components, including ClamAV v0.90.1,
which takes 104MB of memory. Any suggestions on how to reduce this
memory footprint? It's currently the biggest hog on the box, totally out
of control if you ask me. Have not customized it, so this is out of the
Qmailtoaster box.

Thanks,
John B

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





--
AM
agmsoft(at)gmail.com


Re: [qmailtoaster] clamd memory hog at 104MB

2007-07-12 Thread John

A M wrote:

that's about right...

spamd+clamd together take about 160MB (60 for spamd + 100 for clamd)

these are about average for my systems.

2007/7/12, John [EMAIL PROTECTED]:


Am running newest Qmailtoaster components, including ClamAV v0.90.1,
which takes 104MB of memory. Any suggestions on how to reduce this
memory footprint? It's currently the biggest hog on the box, totally out
of control if you ask me. Have not customized it, so this is out of the
Qmailtoaster box.

Thanks,
John B

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





Thanks for the sanity check. I just stopped and started qmailtoaster and 
now clamd shows 34MB. Then I sent an email with PDF attachment from an 
external account to an existing user and clamd jumps to 44MB. I'll keep 
an eye on this and see if it gets out of control, which might indicate a 
memory leak...?


John

-
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 memory hog at 104MB

2007-07-12 Thread A M

Right on the spot John!

You are right. After an e-mail with attachment comes in the footprint goes
wild up to ~100MB

Has anyone else noticed this one?


2007/7/12, John [EMAIL PROTECTED]:


A M wrote:
 that's about right...

 spamd+clamd together take about 160MB (60 for spamd + 100 for clamd)

 these are about average for my systems.

 2007/7/12, John [EMAIL PROTECTED]:

 Am running newest Qmailtoaster components, including ClamAV v0.90.1,
 which takes 104MB of memory. Any suggestions on how to reduce this
 memory footprint? It's currently the biggest hog on the box, totally
out
 of control if you ask me. Have not customized it, so this is out of the
 Qmailtoaster box.

 Thanks,
 John B

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




Thanks for the sanity check. I just stopped and started qmailtoaster and
now clamd shows 34MB. Then I sent an email with PDF attachment from an
external account to an existing user and clamd jumps to 44MB. I'll keep
an eye on this and see if it gets out of control, which might indicate a
memory leak...?

John

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





--
AM
agmsoft(at)gmail.com


RE: [qmailtoaster] clamd memory hog at 104MB

2007-07-12 Thread Eric Pierce
I'd be surprised if that were the case.  The last time my Qmailtoaster box 
rebooted was 86 days ago (due to a power issue at the colo), and I have no 
stability or memory problems.  For comparison's sake, I host email for about 35 
domains -- never have any issues.

Regards,
Eric

-Original Message-
From: John [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 12, 2007 1:21 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd memory hog at 104MB

A M wrote:
 that's about right...
 
 spamd+clamd together take about 160MB (60 for spamd + 100 for clamd)
 
 these are about average for my systems.
 
 2007/7/12, John [EMAIL PROTECTED]:

 Am running newest Qmailtoaster components, including ClamAV v0.90.1,
 which takes 104MB of memory. Any suggestions on how to reduce this
 memory footprint? It's currently the biggest hog on the box, totally out
 of control if you ask me. Have not customized it, so this is out of the
 Qmailtoaster box.

 Thanks,
 John B

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


 
 
Thanks for the sanity check. I just stopped and started qmailtoaster and 
now clamd shows 34MB. Then I sent an email with PDF attachment from an 
external account to an existing user and clamd jumps to 44MB. I'll keep 
an eye on this and see if it gets out of control, which might indicate a 
memory leak...?

John

-
 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 memory hog at 104MB

2007-07-12 Thread John

Eric Pierce wrote:

I'd be surprised if that were the case.  The last time my Qmailtoaster box 
rebooted was 86 days ago (due to a power issue at the colo), and I have no 
stability or memory problems.  For comparison's sake, I host email for about 35 
domains -- never have any issues.

Regards,
Eric

-Original Message-
From: John [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 12, 2007 1:21 PM

To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd memory hog at 104MB

A M wrote:

that's about right...

spamd+clamd together take about 160MB (60 for spamd + 100 for clamd)

these are about average for my systems.

2007/7/12, John [EMAIL PROTECTED]:

Am running newest Qmailtoaster components, including ClamAV v0.90.1,
which takes 104MB of memory. Any suggestions on how to reduce this
memory footprint? It's currently the biggest hog on the box, totally out
of control if you ask me. Have not customized it, so this is out of the
Qmailtoaster box.

Thanks,
John B

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




Thanks for the sanity check. I just stopped and started qmailtoaster and 
now clamd shows 34MB. Then I sent an email with PDF attachment from an 
external account to an existing user and clamd jumps to 44MB. I'll keep 
an eye on this and see if it gets out of control, which might indicate a 
memory leak...?


John

-
 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]





Here's proof (rising to 52MB just since my last post):
# ps aux |grep clam
clamav1967  0.0  0.2   5756  1380 ?Ss   Jul10   0:00 
usr/bin/freshclam -d -p /var/run/clamav/freshclam.pid
root 27817  0.0  0.0   1492   236 pts/0S10:03   0:00 
supervise clamd
clamav   27825  2.1  7.2  52080 35960 pts/0S10:03   1:18 
/usr/sbin/clamd
qmaill   27827  0.0  0.0   1508   232 pts/0S10:03   0:00 
/usr/bin/multilog t s100 n100 /var/log/qmail/clamd

root 28869  0.0  0.1   3880   680 pts/0R+   11:04   0:00 grep clam

-
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 memory hog at 104MB

2007-07-12 Thread Eric Pierce
I don't think it's unusual:

root 10144  0.0  0.0  2172  208 ?SApr17   0:00 supervise clamd
qmaill   10150  0.0  0.0  2060  316 ?SApr17   1:04 
/usr/bin/multilog t s400 n100 /var/log/qmail/clamd
clamav   18506  0.6  5.0 141436 105648 ? SJun02 387:06 /usr/sbin/clamd
clamav   11367  0.0  0.0  5596 1608 ?Ss   Jul08   0:00 
/usr/bin/freshclam -d -p /var/run/clamav/freshclam.pid
root 15618  0.0  0.0  4464  652 pts/2S+   14:17   0:00 grep clam

Mine's sitting at ~140MB after 86 days.  My presumption is that after it starts 
scanning, it caches some things in memory (like the virus database it uses, 
etc).  I've watched this since I read your first email and the size (on my 
system) has remained mostly constant, during active use.

Any modern server should be able to spare 100-150MB of ram to accommodate virus 
scanning I would think.  I run apache, qmailtoaster, mysql, vsftpd, and a 
VMWare virtual machine on this box (with 2GB total RAM) and have had zero 
issues -- and I've had it in production for over half a year now.  Load on the 
box is split between spamd/clamd activity and httpd/mysql requests.

Regards,
Eric

-Original Message-
From: John [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 12, 2007 2:19 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamd memory hog at 104MB

Eric Pierce wrote:
 I'd be surprised if that were the case.  The last time my Qmailtoaster box 
 rebooted was 86 days ago (due to a power issue at the colo), and I have no 
 stability or memory problems.  For comparison's sake, I host email for about 
 35 domains -- never have any issues.
 
 Regards,
 Eric
 
 -Original Message-
 From: John [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, July 12, 2007 1:21 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] clamd memory hog at 104MB
 
 A M wrote:
 that's about right...

 spamd+clamd together take about 160MB (60 for spamd + 100 for clamd)

 these are about average for my systems.

 2007/7/12, John [EMAIL PROTECTED]:
 Am running newest Qmailtoaster components, including ClamAV v0.90.1,
 which takes 104MB of memory. Any suggestions on how to reduce this
 memory footprint? It's currently the biggest hog on the box, totally out
 of control if you ask me. Have not customized it, so this is out of the
 Qmailtoaster box.

 Thanks,
 John B

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



 Thanks for the sanity check. I just stopped and started qmailtoaster and 
 now clamd shows 34MB. Then I sent an email with PDF attachment from an 
 external account to an existing user and clamd jumps to 44MB. I'll keep 
 an eye on this and see if it gets out of control, which might indicate a 
 memory leak...?
 
 John
 
 -
  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]
 
 
 
 
Here's proof (rising to 52MB just since my last post):
# ps aux |grep clam
clamav1967  0.0  0.2   5756  1380 ?Ss   Jul10   0:00 
usr/bin/freshclam -d -p /var/run/clamav/freshclam.pid
root 27817  0.0  0.0   1492   236 pts/0S10:03   0:00 
supervise clamd
clamav   27825  2.1  7.2  52080 35960 pts/0S10:03   1:18 
/usr/sbin/clamd
qmaill   27827  0.0  0.0   1508   232 pts/0S10:03   0:00 
/usr/bin/multilog t s100 n100 /var/log/qmail/clamd
root 28869  0.0  0.1   3880   680 pts/0R+   11:04   0:00 grep clam

-
 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 memory hog at 104MB

2007-07-12 Thread Jake Vickers

Eric Pierce wrote:

I don't think it's unusual:

root 10144  0.0  0.0  2172  208 ?SApr17   0:00 supervise clamd
qmaill   10150  0.0  0.0  2060  316 ?SApr17   1:04 
/usr/bin/multilog t s400 n100 /var/log/qmail/clamd
clamav   18506  0.6  5.0 141436 105648 ? SJun02 387:06 /usr/sbin/clamd
clamav   11367  0.0  0.0  5596 1608 ?Ss   Jul08   0:00 
/usr/bin/freshclam -d -p /var/run/clamav/freshclam.pid
root 15618  0.0  0.0  4464  652 pts/2S+   14:17   0:00 grep clam

Mine's sitting at ~140MB after 86 days.  My presumption is that after it starts 
scanning, it caches some things in memory (like the virus database it uses, 
etc).  I've watched this since I read your first email and the size (on my 
system) has remained mostly constant, during active use.

Any modern server should be able to spare 100-150MB of ram to accommodate virus 
scanning I would think.  I run apache, qmailtoaster, mysql, vsftpd, and a 
VMWare virtual machine on this box (with 2GB total RAM) and have had zero 
issues -- and I've had it in production for over half a year now.  Load on the 
box is split between spamd/clamd activity and httpd/mysql requests.
  
Clam's kind of always been like that. Here's one of my servers (notice 
the 0.88 version):


[EMAIL PROTECTED] ~]# rpm -qa | grep clamav
clamav-toaster-0.88.3-1.3.2
[EMAIL PROTECTED] ~]# ps aux | grep clam
root  1396  0.0  0.0   1420   200 ?SJan30   0:00 
supervise clamd
qmaill1409  0.0  0.0   1564   264 ?SJan30   0:06 
/usr/bin/multilog t s100 n100 /var/log/qmail/clamd
clamav1410  0.0  5.7  63008 28956 ?SJan30  72:29 
/usr/sbin/clamd
clamav   15287  0.0  0.1   2572   692 ?Ss   Jul08   0:01 
/usr/bin/freshclam -d -p /var/run/clamav/freshclam.pid

root  1150  0.0  0.1   3768   684 pts/1R+   15:58   0:00 grep clam

I do notice the older versions did not use as much memory, but YMMV. As 
far as uptime:

[EMAIL PROTECTED] ~]# uptime
16:00:56 up 163 days, 58 min,  2 users,  load average: 0.15, 0.10, 0.06

I think clam does like SA does, and loads all of the definitions into 
memory to scan the files - the newer version contain more signatures, so 
it loads more. This is a guess though, since I've never actually looked 
at clam to see how it actually runs.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] clamd spamd getting stuck, SURBL active

2006-09-12 Thread Erik Espinoza

But now I have this problem: I get spamd and clamd processes stuck.



Why not disable this and find out?

-
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 spamd getting stuck, SURBL active

2006-09-12 Thread Edwin Casimero
Ha ha ha, yes, you are correct.I'm just loving SURBL so much, I forgot to try it.I'll do it now and report.On 9/12/06, Erik Espinoza 
[EMAIL PROTECTED] wrote: But now I have this problem: I get spamd and clamd processes stuck.
Why not disable this and find out?- 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 spamd getting stuck, SURBL active

2006-09-12 Thread Edwin Casimero
Hmmm... I just noticed that the problem stuck spamd process seems to have exited itself after some 20 minutes.I will report back.On 9/12/06, Edwin Casimero
 [EMAIL PROTECTED] wrote:Ha ha ha, yes, you are correct.
I'm just loving SURBL so much, I forgot to try it.I'll do it now and report.On 9/12/06, Erik Espinoza
 
[EMAIL PROTECTED] wrote:
 But now I have this problem: I get spamd and clamd processes stuck.
Why not disable this and find out?- 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 upgrade

2006-08-23 Thread Peter Peltonen

On 8/23/06, Kenneth Ling [EMAIL PROTECTED] wrote:

  Currently I install the qmail toaster with clamd 0.88.3 but the latest
version of clamd is 0.88.4 how can I upgrade it so my virus pattern can be
update as well ?


Hmm, I had the impression that  ClamAV will upgrade it's virust
database automatically
regardless of what version of the actual software you are running. I
did not find a cron job for it though, so is my assumption a false
one, or is the clamd daemon doing it directly? If clamd is doing the
update, how often will it update itself?

Regards,
Peter

-
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 upgrade

2006-08-23 Thread Jake Vickers

Peter Peltonen wrote:

On 8/23/06, Kenneth Ling [EMAIL PROTECTED] wrote:

  Currently I install the qmail toaster with clamd 0.88.3 but the latest
version of clamd is 0.88.4 how can I upgrade it so my virus pattern 
can be

update as well ?


Hmm, I had the impression that  ClamAV will upgrade it's virust
database automatically
regardless of what version of the actual software you are running. I
did not find a cron job for it though, so is my assumption a false
one, or is the clamd daemon doing it directly? If clamd is doing the
update, how often will it update itself?
Freshclam is being run as a service, and updates often (I think the 
frequency is in the conf file). And you're right, the DB is current even 
for the older versions. When a new version rolls out (such as 0.88.4), 
if it's not a major security fix it normally doesn't get added in the 
packages until the next major update. Otherwise there would be updated 
packages almost daily for the Toaster stuff. Give it a little time. Your 
virus DB is current, though - you can check this by running 'freshclam' 
at the CLI and verifying.



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