anti virus caller


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting anti virus caller
Prev   Next
# 1  
Old 11-08-2002
anti virus caller

Hi all.

Iam using AVG antivirus personel edition, and i can only set it to run at one time only. Iam running it on a Win98 machine. is it possilbe to write a Perl script or c++ script to set it up to run at 12pm and 3pm and 6pm ???
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Linux

Anti-virus Software Question For Linux

Greetings To All! I am new in supporting Linux and recently I was tasked to find out the following information and am not sure how to find the answers, hence this posting... I am running Redhat Enterprise Server 5.4 I realize this is a Redhat specific question, but it pertains to all of our... (7 Replies)
Discussion started by: Rob Sandifer
7 Replies

2. Linux

Linux Anti Virus

Can anyone tell the best free antivirus for Linux? I'm using RED HAT 9.0 & want to install antivirus for it. So if anyone has any suggestions of where to get that antivirus, that would be great! (2 Replies)
Discussion started by: billcrosby
2 Replies

3. Ubuntu

What anti-virus to use with Ubuntu

Greetings I just installed Ubuntu 9 on my computer and need to know what anti-virus software to use. I have been using Avast anti-virus on my other comps for years and really like it. I have not tried it with Ubuntu yet but it says for Windows based systems. Any ideas are appreciated Thanks... (5 Replies)
Discussion started by: N5TDA
5 Replies

4. UNIX for Dummies Questions & Answers

Anti Virus sw

Can anyone recommend Anti Virus sw for a ten user small business environment running Unix... ver? Thanks for the help (1 Reply)
Discussion started by: rpm
1 Replies

5. Cybersecurity

anti-spam virus package for Unix

:( Is there anyone know the anti-spam and anti- virus package software list for Unix !!?? Where can I find that, I have no idea in searching through the internet! (2 Replies)
Discussion started by: wwayne
2 Replies
Login or Register to Ask a Question
MAILGRAPH(8)						      System Manager's Manual						      MAILGRAPH(8)

NAME
mailgraph - daemon which produces graphs of SMTP traffic SYNOPSIS
mailgraph [ options ] DESCRIPTION
mailgraph is a daemon which produces mail statistics RRDtool for Postfix and Sendmail. This stats are stored for generating daily, weekly, monthly and yearly graphs of sent/received/rejected and bounced/viruses/spam mails. OPTIONS
-h, --help Display help and exit. -v, --verbose Be verbose about what you do. -V, --version Output version information and exit. -c, --cat Cause the logfile to be only read and not monitored. -l, --logfile file Monitor logfile file instead of /var/log/syslog. -t, --logtype type Set logfile's type (default: syslog). -y, --year Start year of the log file (default: current year). --host=HOST Use only entries for HOST (regexp) in syslog. -d, --daemon Start in the background --daemon-pid=FILE Write PID to FILE instead of /var/run/mailgraph.pid. --daemon-rrd=DIR Write RRDs to DIR instead of /var/lib/mailgraph/. --daemon-log=FILE Write verbose-log to FILE instead of /var/log/mailgraph.log. --ignore-localhost Ignore mail to/from localhost (used for virus scanner). --ignore-host=HOST Ignore mail to/from HOST (used for virus scanner). --no-mail-rrd Do not update the mail rrd. --no-virus-rrd Do not update the virus rrd. --no-greylist-rrd Do not update the greylist rrd. --rrd-name=NAME Use NAME.rrd, NAME_virus.rrd and NAME_greylist.rrd for the rrd files. --rbl-is-spam Count rbl rejects as spam. --virbl-is-virus Count virbl rejects as viruses. SEE ALSO
rrdtool(1), RRDs(3pm) AUTHOR
David Schweikert <dws@ee.ethz.ch> MAILGRAPH(8)