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] QMAILtoaster upgrade fails

2008-08-11 Thread Anil Aliyan

Hi Harry,

Please check if both run files exists at the said location:

/var/qmail/supervise/clamd/run
/var/qmail/supervise/clamd/log/run

if not please create them.

# vi /var/qmail/supervise/clamd/run

#!/bin/sh
exec /usr/bin/setuidgid clamav /usr/sbin/clamd 21

# vi /var/qmail/supervise/clamd/log/run

#!/bin/sh
LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n$LOGCOUNT 
/var/log/qmail/clamd


Regards,

Anil Aliyan

- Original Message - 
From: Harry Zink [EMAIL PROTECTED]

To: qmailtoaster-list@qmailtoaster.com
Sent: Monday, August 11, 2008 8:44 AM
Subject: Re: [qmailtoaster] QMAILtoaster upgrade fails





Lastly, here's the current status:

This is not going away:

supervise: fatal: unable to start clamd/run: file does not exist
supervise: fatal: unable to start log/run: file does not exist

There is no appropriate 'run' file inside /var/qmail/supervise/clamd/

qmailctl stat shows:

authlib: up (pid 11753) 311 seconds
clamd: up (pid 12647) 1 seconds
imap4: up (pid 11816) 311 seconds
imap4-ssl: up (pid 11719) 311 seconds
pop3: up (pid 11712) 311 seconds
pop3-ssl: up (pid 11779) 311 seconds
send: up (pid 11732) 311 seconds
smtp: up (pid 11786) 311 seconds
smtp-ofmipd: up (pid 11767) 311 seconds
spamd: up (pid 12076) 224 seconds
submission: up (pid 11726) 311 seconds
authlib/log: up (pid 11758) 311 seconds
clamd/log: up (pid 12648) 1 seconds
imap4/log: up (pid 11752) 311 seconds
imap4-ssl/log: up (pid 11722) 311 seconds
pop3/log: up (pid 11713) 311 seconds
pop3-ssl/log: up (pid 11782) 311 seconds
send/log: up (pid 11742) 311 seconds
smtp/log: up (pid 11789) 311 seconds
smtp-ofmipd/log: up (pid 11814) 311 seconds
spamd/log: up (pid 11736) 311 seconds
submission/log: up (pid 11729) 311 seconds

It *seems* everything is running, but because of the various errors, I 
can't really be sure.


Any ideas ?



-
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] qmailctl stat 0 seconds

2008-08-11 Thread Lucian Cristian

Jake Vickers wrote:

Lucian Cristian wrote:
I'm finishing the debian setup, all is ok, except vqadmin and the 
fact that `qmailctl stat` shows 0 seconds for every service.

The services are running ok, also the logging .
The counter will work after a qmailctl stop followed by a start. 
Anyone has any ?


I haven't looked at your Deb build yet (sorry!). Does a sleep function 
for qmailctl have any effect?
The replacement for vqadmin I'm working on will work under Debian as a 
side note. I'll be in Florida next week, but I hope to get some time 
to work on it the week afterwards.


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

The problem appears only at the system bootup , I  don't have many  
options to add  in qmail startup script, because is only this:


env - PATH=$PATH svscan 
echo $!  /var/run/qmail-svscan.pid

I tried lowering and rising the default boot priority with no avail, if 
I ad an entry of `qmailctl start` in rc.local it will not work either.

I'll try a default install of daemontools from debian repo.

Regards,
Lucian

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



Re: [qmailtoaster] QMAILtoaster upgrade fails

2008-08-11 Thread Harry Zink


Final summary - I did the updates manually - removed and deinstalled  
clamav and spamassassin, and then reinstalled from the rpm's left  
behind from the prior attempts.


Restart qmailtoaster - works!



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



Re: [qmailtoaster] QMAILtoaster upgrade fails

2008-08-11 Thread Harry Zink

Anil,

Thanks for your help.

In both cases, the run files were absent - it appears that somehow the  
perl dependencies hell has stopped the qtp-newmodel script from  
properly creating those and executing through the end, even after I  
had the dependencies fixed.


Harry


On Aug 10, 2008, at 11:22 PM, Anil Aliyan wrote:


Hi Harry,

Please check if both run files exists at the said location:

/var/qmail/supervise/clamd/run
/var/qmail/supervise/clamd/log/run

if not please create them.

# vi /var/qmail/supervise/clamd/run

#!/bin/sh
exec /usr/bin/setuidgid clamav /usr/sbin/clamd 21

# vi /var/qmail/supervise/clamd/log/run

#!/bin/sh
LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n 
$LOGCOUNT /var/log/qmail/clamd


Regards,

Anil Aliyan



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



RE: [qmailtoaster] Issue upgrading Spamassassin

2008-08-11 Thread Marco Cordeiro
Eric , I did dag installation but I still cannot find 2 perl packages :

#yum install perl-LWP-UserAgent
Loading priorities plugin
Loading fastestmirror plugin
Loading mirror speeds from cached hostfile
 * rpmforge: fr2.rpmfind.net
 * base: centos.oi.com.br
 * updates: centos.pop.com.br
 * addons: centos.oi.com.br
 * extras: centos.oi.com.br
0 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
No package perl-LWP-UserAgent available.
Nothing to do

Any idea ??? tks.

Marco.

-Original Message-
From: Eric Shubert [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 08, 2008 1:12 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Issue upgrading Spamassassin

I might suggest that you search the list archives, but I'll save you the
effort if you promise to update the wiki faqs with this one. ;) It seems to
come up quite a bit lately.

Simply follow the directions http://dag.wieers.com/rpm/FAQ.php#B2 for your
distro, then you'll be able to use yum to install/upgrade them.

Marco Cordeiro wrote:
 Jake,
 You're right, I don't have perl-HTTP-Date and perl-LWP-UserAgent installed
 from repo ;-(
 And worse I can't find this packages using yum list !
 
 How can I get this packages for centos5 ??
 
 Tks, Marco.
 
 rpm -qa | grep perl-
 perl-Digest-HMAC-1.01-15
 perl-HTML-Tagset-3.20-1.el5.rf
 perl-PlRPC-0.2020-1.el5.rf
 perl-Sys-Hostname-Long-1.4-1.2.el5.rf
 perl-IO-Zlib-1.09-1.el5.rf
 perl-5.8.8-10.el5_2.3
 perl-IO-Compress-Zlib-2.011-1.el5.rf
 perl-String-CRC32-1.4-2.fc6
 perl-Net-IP-1.25-2.fc6
 perl-Digest-SHA1-2.11-1.2.1
 perl-Socket6-0.20-1.el5.rf
 perl-Net-Daemon-0.43-1.el5.rf
 perl-Crypt-PasswdMD5-1.3-1.2.el5.rf
 perl-Net-CIDR-Lite-0.20-1.2.el5.rf
 perl-Crypt-OpenSSL-RSA-0.25-1.el5.rf
 perl-TimeDate-1.16-5.el5
 perl-LWP-UserAgent-Determined-1.03-1.2.el5.rf
 perl-Compress-Raw-Zlib-2.011-1.el5.rf
 perl-Compress-Zlib-2.011-1.el5.rf
 perl-IO-Socket-INET6-2.54-1.el5.rf
 perl-Archive-Tar-1.38-1.el5.rf
 perl-Mail-DomainKeys-1.0-1.el5.rf
 perl-DBI-1.605-1.el5.rf
 perl-DBD-MySQL-3.0007-1.fc6
 perl-HTML-Parser-3.56-1.el5.rf
 perl-Net-DNS-0.63-1.el5.rf
 perl-URI-1.35-3
 perl-Mail-SPF-Query-1.999.1-2.el5.rf
 perl-MailTools-2.03-1.el5.rf
 perl-libwww-perl-5.805-1.1.1
 perl-IO-Compress-Base-2.011-1.el5.rf
 
 -Original Message-
 From: Jake Vickers [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 08, 2008 11:20 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] Issue upgrading Spamassassin
 
 Marco Cordeiro wrote:
 I'm using perl repository already ...
  
 yum upgrade perl*
 Loading fastestmirror plugin
 Loading mirror speeds from cached hostfile
  * rpmforge: fr2.rpmfind.net
  * base: centos.oi.com.br
  * updates: centos.oi.com.br
  * addons: centos.oi.com.br
  * extras: centos.oi.com.br
 Setting up Upgrade Process
 Could not find update match for perl*
 No Packages marked for Update

 All perl packages are up to date using repository 
   
 
 What does  rpm -qa | grep perl- show? (I'm on my way out, so I'll 
 check back later)
 
 


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

2008-08-11 Thread Sergio Minini (NETKEY)
I've been thinking of trying http://www.osticket.com/
I've seen lots of sites and projects that use it.

Drop us a line if you test it.
\Sergio

 -Original Message-
 From: senthil vel [mailto:[EMAIL PROTECTED] 

 Or is there any other 
 ticket tracking softwares which are more compatible to QMT? 


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