Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-24 Thread Constantin IOAJA

admin wrote:
Actually i want to update hourly my clamav installation but i don't 
wanto to receive the state check email hourly. Or at last i want to 
change the address where this mail is sent.

Cannot find the mail command in the unofficial-clamav-sigs.sh script.

Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:

*For Clamav sanesecurity  -in old unofficial-clamav-sigs.conf  or  
new  clamav-unofficial-sigs.conf :
set  yes  for silence - receive** only error conditions   : 
*

# If you want to silence the information reported by curl, rsync, gpg
# or the general script comments, change the following variables to
# yes.  If all variables are set to yes, the script will output
# nothing except error conditions.
curl_silence=yes  # Default is no to report curl statistics
rsync_silence=yes # Default is no to report rsync statistics
gpg_silence=yes   # Default is no to report gpg signature status
comment_silence=yes   # Default is no to report script comments

*enable logging to yes  :*

# Log update information to '$log_file_path/$log_file_name'.
enable_logging=yes
log_file_path=/var/log
log_file_name=clamav-unofficial-sigs.log

*Is recommended to install the latest version 
clamav-unofficial-sigs-3.6  
http://sanesecurity.org.uk/download_scripts_linux.htm !




   Regards,


Constantin IOAJA
*


Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-24 Thread Constantin IOAJA

Jake Vickers wrote:

Kartone wrote:

No, mail continues arrive hourly.
I changed the MAILTO option in the crontab as suggested by Jake.


Did you change the config file options?



Kartone wrote:
 Yes, crontab MAILTO option.

I was talking about the options in the script's config file.



*   
I'm sorry Jake, I later saw your advice .



  Regards,

Constantin*


Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-24 Thread Kartone

Hi,

thanks very much for the clearly aswer, i hope this will resolve all  
my problems. Thanks to everybody in ml too. This is a great place to  
solve problems :-)


Kartone

Il giorno 24/set/2009, alle ore 10.32, Constantin IOAJA ha scritto:


admin wrote:


Actually i want to update hourly my clamav installation but i don't  
wanto to receive the state check email hourly. Or at last i want to  
change the address where this mail is sent.

Cannot find the mail command in the unofficial-clamav-sigs.sh script.

Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:

For Clamav sanesecurity  -in old unofficial-clamav-sigs.conf  or   
new  clamav-unofficial-sigs.conf :

set  yes  for silence - receive only error conditions   :

# If you want to silence the information reported by curl, rsync, gpg
# or the general script comments, change the following variables to
# yes.  If all variables are set to yes, the script will output
# nothing except error conditions.
curl_silence=yes  # Default is no to report curl statistics
rsync_silence=yes # Default is no to report rsync statistics
gpg_silence=yes   # Default is no to report gpg signature  
status

comment_silence=yes   # Default is no to report script comments

enable logging to yes  :

# Log update information to '$log_file_path/$log_file_name'.
enable_logging=yes
log_file_path=/var/log
log_file_name=clamav-unofficial-sigs.log

Is recommended to install the latest version clamav-unofficial- 
sigs-3.6  http://sanesecurity.org.uk/download_scripts_linux.htm !




Regards,


Constantin IOAJA





Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread admin
Ok, i changed as u suggest right now, i'll give a feedback. Is there  
any daemon to restart ?


Thx for help.

Il giorno 22/set/2009, alle ore 20.47, Eric Shubert ha scritto:

I see now. I'm not using qtp-extraclam (yet), which is why I'm not  
seeing these. ;)


I don't think it'd be a good idea to alter the crontab file to fix  
this. There could be other hourly jobs that run as well that would  
appropriately cause output to be emailed to root.


The output from the unofficial-clamav-sigs.sh script appears to be  
coming entirely from the qmail-clam script. So let's see if we can  
simply get that script to run silently.


In the /etc/unofficial-clamav-sigs.conf file, you'll find a line  
that says:

reload_opt=qmail-clam restart
Try changing that to:
reload_opt=qmail-clam restart /dev/null
and see if that results in no more hourly emails.

Let me know either way. If it fixes the problem, I'll fix the conf  
file in QTP so that'll fix it for everyone.


Thanks.

admin wrote:

Sure: this is what i'm receiving hourly.
---
Content-Filter: maildrop-toaster
Return-Path: anonym...@kartonet.info
Delivered-To: kartonet.info-r...@kartonet.info
Received: (qmail 2711 invoked by uid 0); 21 Sep 2009 20:09:49 -
Date: 21 Sep 2009 20:09:49 -
Message-ID: 20090921200949.2709.qm...@mailserv.kartonet.info
From: r...@kartonet.info (Cron Daemon)
To: r...@kartonet.info
Subject: Cron r...@mailserv run-parts /etc/cron.hourly
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: SHELL=/bin/bash
X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin
X-Cron-Env: MAILTO=root
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=root
X-Cron-Env: USER=root
/etc/cron.hourly/unofficial-clamav-sigs.sh:
Restarting clamd
/var/qmail/supervise/clamd: up (pid 2706) 2 seconds
/var/qmail/supervise/clamd/log: up (pid 2703) 2 seconds
---
Il giorno 22/set/2009, alle ore 19.54, Eric Shubert ha scritto:
That's because the mail is sent by cron. The setting is in the / 
etc/crontab file.


I'm not sure what state check email you're referring to. I don't  
get an hourly email, but (I think) my toaster updates clamav hourly.

Will you post the email so we can see it?

admin wrote:
Actually i want to update hourly my clamav installation but i  
don't wanto to receive the state check email hourly. Or at last i  
want to change the address where this mail is sent.
Cannot find the mail command in the unofficial-clamav-sigs.sh  
script.

Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of  
this splendid distribution :) of qmail. It helped me VERY  
much to do some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm  
getting hourly a confirmation email on the state of clamav  
update. It's quite annoying ;-) and i dont' want receive this  
mail anymore, or at last change address where the script send  
this.


Thx for help,
Kartone





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread Eric Shubert

Shouldn't need to restart anything.
Please let us know asap, and I'll get the change into the next QTP 
release, which is ready to cut now. I'll hold off until I hear back.


admin wrote:
Ok, i changed as u suggest right now, i'll give a feedback. Is there any 
daemon to restart ?


Thx for help.

Il giorno 22/set/2009, alle ore 20.47, Eric Shubert ha scritto:

I see now. I'm not using qtp-extraclam (yet), which is why I'm not 
seeing these. ;)


I don't think it'd be a good idea to alter the crontab file to fix 
this. There could be other hourly jobs that run as well that would 
appropriately cause output to be emailed to root.


The output from the unofficial-clamav-sigs.sh script appears to be 
coming entirely from the qmail-clam script. So let's see if we can 
simply get that script to run silently.


In the /etc/unofficial-clamav-sigs.conf file, you'll find a line that 
says:

reload_opt=qmail-clam restart
Try changing that to:
reload_opt=qmail-clam restart /dev/null
and see if that results in no more hourly emails.

Let me know either way. If it fixes the problem, I'll fix the conf 
file in QTP so that'll fix it for everyone.


Thanks.

admin wrote:

Sure: this is what i'm receiving hourly.
---
Content-Filter: maildrop-toaster
Return-Path: anonym...@kartonet.info
Delivered-To: kartonet.info-r...@kartonet.info
Received: (qmail 2711 invoked by uid 0); 21 Sep 2009 20:09:49 -
Date: 21 Sep 2009 20:09:49 -
Message-ID: 20090921200949.2709.qm...@mailserv.kartonet.info
From: r...@kartonet.info (Cron Daemon)
To: r...@kartonet.info
Subject: Cron r...@mailserv run-parts /etc/cron.hourly
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: SHELL=/bin/bash
X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin
X-Cron-Env: MAILTO=root
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=root
X-Cron-Env: USER=root
/etc/cron.hourly/unofficial-clamav-sigs.sh:
Restarting clamd
/var/qmail/supervise/clamd: up (pid 2706) 2 seconds
/var/qmail/supervise/clamd/log: up (pid 2703) 2 seconds
---
Il giorno 22/set/2009, alle ore 19.54, Eric Shubert ha scritto:
That's because the mail is sent by cron. The setting is in the 
/etc/crontab file.


I'm not sure what state check email you're referring to. I don't get 
an hourly email, but (I think) my toaster updates clamav hourly.

Will you post the email so we can see it?

admin wrote:
Actually i want to update hourly my clamav installation but i don't 
wanto to receive the state check email hourly. Or at last i want to 
change the address where this mail is sent.

Cannot find the mail command in the unofficial-clamav-sigs.sh script.
Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of this 
splendid distribution :) of qmail. It helped me VERY much to do 
some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm 
getting hourly a confirmation email on the state of clamav 
update. It's quite annoying ;-) and i dont' want receive this 
mail anymore, or at last change address where the script send this.


Thx for help,
Kartone





--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread Kartone

No, mail continues arrive hourly.
I changed the MAILTO option in the crontab as suggested by Jake.

Il giorno 23/set/2009, alle ore 19.36, Eric Shubert ha scritto:


Shouldn't need to restart anything.
Please let us know asap, and I'll get the change into the next QTP  
release, which is ready to cut now. I'll hold off until I hear back.


admin wrote:
Ok, i changed as u suggest right now, i'll give a feedback. Is  
there any daemon to restart ?

Thx for help.
Il giorno 22/set/2009, alle ore 20.47, Eric Shubert ha scritto:
I see now. I'm not using qtp-extraclam (yet), which is why I'm not  
seeing these. ;)


I don't think it'd be a good idea to alter the crontab file to fix  
this. There could be other hourly jobs that run as well that would  
appropriately cause output to be emailed to root.


The output from the unofficial-clamav-sigs.sh script appears to be  
coming entirely from the qmail-clam script. So let's see if we can  
simply get that script to run silently.


In the /etc/unofficial-clamav-sigs.conf file, you'll find a line  
that says:

reload_opt=qmail-clam restart
Try changing that to:
reload_opt=qmail-clam restart /dev/null
and see if that results in no more hourly emails.

Let me know either way. If it fixes the problem, I'll fix the conf  
file in QTP so that'll fix it for everyone.


Thanks.

admin wrote:

Sure: this is what i'm receiving hourly.
---
Content-Filter: maildrop-toaster
Return-Path: anonym...@kartonet.info
Delivered-To: kartonet.info-r...@kartonet.info
Received: (qmail 2711 invoked by uid 0); 21 Sep 2009 20:09:49 -
Date: 21 Sep 2009 20:09:49 -
Message-ID: 20090921200949.2709.qm...@mailserv.kartonet.info
From: r...@kartonet.info (Cron Daemon)
To: r...@kartonet.info
Subject: Cron r...@mailserv run-parts /etc/cron.hourly
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: SHELL=/bin/bash
X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin
X-Cron-Env: MAILTO=root
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=root
X-Cron-Env: USER=root
/etc/cron.hourly/unofficial-clamav-sigs.sh:
Restarting clamd
/var/qmail/supervise/clamd: up (pid 2706) 2 seconds
/var/qmail/supervise/clamd/log: up (pid 2703) 2 seconds
---
Il giorno 22/set/2009, alle ore 19.54, Eric Shubert ha scritto:
That's because the mail is sent by cron. The setting is in the / 
etc/crontab file.


I'm not sure what state check email you're referring to. I don't  
get an hourly email, but (I think) my toaster updates clamav  
hourly.

Will you post the email so we can see it?

admin wrote:
Actually i want to update hourly my clamav installation but i  
don't wanto to receive the state check email hourly. Or at last  
i want to change the address where this mail is sent.
Cannot find the mail command in the unofficial-clamav-sigs.sh  
script.

Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of  
this splendid distribution :) of qmail. It helped me VERY  
much to do some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm  
getting hourly a confirmation email on the state of clamav  
update. It's quite annoying ;-) and i dont' want receive this  
mail anymore, or at last change address where the script send  
this.


Thx for help,
Kartone





--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com 
)
 Vickers Consulting Group offers Qmailtoaster support and  
installations.

   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and  
packages.

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





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread Jake Vickers

Kartone wrote:

No, mail continues arrive hourly.
I changed the MAILTO option in the crontab as suggested by Jake.


Did you change the config file options?


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread Kartone

Yes, crontab MAILTO option.

Il giorno 23/set/2009, alle ore 19.51, Jake Vickers ha scritto:


Kartone wrote:

No, mail continues arrive hourly.
I changed the MAILTO option in the crontab as suggested by Jake.


Did you change the config file options?


-
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com 
)
 Vickers Consulting Group offers Qmailtoaster support and  
installations.

   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and  
packages.

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





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread Eric Shubert

Hmmm. I'll do some testing on my server.

Kartone wrote:

No, mail continues arrive hourly.
I changed the MAILTO option in the crontab as suggested by Jake.

Il giorno 23/set/2009, alle ore 19.36, Eric Shubert ha scritto:


Shouldn't need to restart anything.
Please let us know asap, and I'll get the change into the next QTP 
release, which is ready to cut now. I'll hold off until I hear back.


admin wrote:
Ok, i changed as u suggest right now, i'll give a feedback. Is there 
any daemon to restart ?

Thx for help.
Il giorno 22/set/2009, alle ore 20.47, Eric Shubert ha scritto:
I see now. I'm not using qtp-extraclam (yet), which is why I'm not 
seeing these. ;)


I don't think it'd be a good idea to alter the crontab file to fix 
this. There could be other hourly jobs that run as well that would 
appropriately cause output to be emailed to root.


The output from the unofficial-clamav-sigs.sh script appears to be 
coming entirely from the qmail-clam script. So let's see if we can 
simply get that script to run silently.


In the /etc/unofficial-clamav-sigs.conf file, you'll find a line 
that says:

reload_opt=qmail-clam restart
Try changing that to:
reload_opt=qmail-clam restart /dev/null
and see if that results in no more hourly emails.

Let me know either way. If it fixes the problem, I'll fix the conf 
file in QTP so that'll fix it for everyone.


Thanks.

admin wrote:

Sure: this is what i'm receiving hourly.
---
Content-Filter: maildrop-toaster
Return-Path: anonym...@kartonet.info
Delivered-To: kartonet.info-r...@kartonet.info
Received: (qmail 2711 invoked by uid 0); 21 Sep 2009 20:09:49 -
Date: 21 Sep 2009 20:09:49 -
Message-ID: 20090921200949.2709.qm...@mailserv.kartonet.info
From: r...@kartonet.info (Cron Daemon)
To: r...@kartonet.info
Subject: Cron r...@mailserv run-parts /etc/cron.hourly
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: SHELL=/bin/bash
X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin
X-Cron-Env: MAILTO=root
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=root
X-Cron-Env: USER=root
/etc/cron.hourly/unofficial-clamav-sigs.sh:
Restarting clamd
/var/qmail/supervise/clamd: up (pid 2706) 2 seconds
/var/qmail/supervise/clamd/log: up (pid 2703) 2 seconds
---
Il giorno 22/set/2009, alle ore 19.54, Eric Shubert ha scritto:
That's because the mail is sent by cron. The setting is in the 
/etc/crontab file.


I'm not sure what state check email you're referring to. I don't 
get an hourly email, but (I think) my toaster updates clamav hourly.

Will you post the email so we can see it?

admin wrote:
Actually i want to update hourly my clamav installation but i 
don't wanto to receive the state check email hourly. Or at last i 
want to change the address where this mail is sent.
Cannot find the mail command in the unofficial-clamav-sigs.sh 
script.

Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of 
this splendid distribution :) of qmail. It helped me VERY 
much to do some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm 
getting hourly a confirmation email on the state of clamav 
update. It's quite annoying ;-) and i dont' want receive this 
mail anymore, or at last change address where the script send 
this.


Thx for help,
Kartone





--
-Eric 'shubes'





--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread Jake Vickers

Kartone wrote:

Yes, crontab MAILTO option.


I was talking about the options in the script's config file.


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-23 Thread Kartone

Ok, i will try.

Il giorno 23/set/2009, alle ore 21.25, Jake Vickers ha scritto:


Kartone wrote:

Yes, crontab MAILTO option.


I was talking about the options in the script's config file.


-
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com 
)
  Vickers Consulting Group offers Qmailtoaster support and  
installations.

If you need professional help with your setup, contact them today!
-
   Please visit qmailtoaster.com for the latest news, updates, and  
packages.

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





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




[qmailtoaster] cron.hourly and clamav updating

2009-09-22 Thread admin
Hi everybody, first of all i would like to thank creators of this  
splendid distribution :) of qmail. It helped me VERY much to do some  
experience on mail servers.
I recently installed the new model of qmailtoaster and i'm getting  
hourly a confirmation email on the state of clamav update. It's quite  
annoying ;-) and i dont' want receive this mail anymore, or at last  
change address where the script send this.


Thx for help,
Kartone

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-22 Thread Richard Vinke

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of this 
splendid distribution :) of qmail. It helped me VERY much to do some 
experience on mail servers.
I recently installed the new model of qmailtoaster and i'm getting 
hourly a confirmation email on the state of clamav update. It's quite 
annoying ;-) and i dont' want receive this mail anymore, or at last 
change address where the script send this.


Thx for help,
Kartone

- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com



attachment: richard.vcf-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-22 Thread Eric Shubert
Most toaster related commands in /etc/crontab have 21  /dev/null at 
the end. This redirects stderr to wherever stdout was going (normally 
email to whatever's specified in the MAILTO= parameter), then sends 
stdout to /dev/null (the proverbial bit bucket). This way errors are 
reported, but normal messages are tossed out.


If you want all output (normal message and errors) to go to /dev/null, 
you need to redirect stdout first, then redirect stderr to stdout:

/dev/null 21

(Richard missed the )

Richard Vinke wrote:

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of this 
splendid distribution :) of qmail. It helped me VERY much to do some 
experience on mail servers.
I recently installed the new model of qmailtoaster and i'm getting 
hourly a confirmation email on the state of clamav update. It's quite 
annoying ;-) and i dont' want receive this mail anymore, or at last 
change address where the script send this.


Thx for help,
Kartone

- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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



--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-22 Thread admin
Actually i want to update hourly my clamav installation but i don't  
wanto to receive the state check email hourly. Or at last i want to  
change the address where this mail is sent.

Cannot find the mail command in the unofficial-clamav-sigs.sh script.

Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:


In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of this  
splendid distribution :) of qmail. It helped me VERY much to do  
some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm getting  
hourly a confirmation email on the state of clamav update. It's  
quite annoying ;-) and i dont' want receive this mail anymore, or  
at last change address where the script send this.


Thx for help,
Kartone

-
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com 
)
 Vickers Consulting Group offers Qmailtoaster support and  
installations.

   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and  
packages.

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


 
richard.vcf 
 
-
Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com 
)
  Vickers Consulting Group offers Qmailtoaster support and  
installations.

If you need professional help with your setup, contact them today!
-
   Please visit qmailtoaster.com for the latest news, updates, and  
packages.


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



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-22 Thread Richard Vinke

Oeps

Thanks for the correction!


Eric Shubert wrote:
Most toaster related commands in /etc/crontab have 21  /dev/null 
at the end. This redirects stderr to wherever stdout was going 
(normally email to whatever's specified in the MAILTO= parameter), 
then sends stdout to /dev/null (the proverbial bit bucket). This way 
errors are reported, but normal messages are tossed out.


If you want all output (normal message and errors) to go to /dev/null, 
you need to redirect stdout first, then redirect stderr to stdout:

/dev/null 21

(Richard missed the )

Richard Vinke wrote:

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of this 
splendid distribution :) of qmail. It helped me VERY much to do 
some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm getting 
hourly a confirmation email on the state of clamav update. It's 
quite annoying ;-) and i dont' want receive this mail anymore, or at 
last change address where the script send this.


Thx for help,
Kartone

- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and 
installations.

  If you need professional help with your setup, contact them today!
- 

 Please visit qmailtoaster.com for the latest news, updates, and 
packages.
   To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-22 Thread Eric Shubert
That's because the mail is sent by cron. The setting is in the 
/etc/crontab file.


I'm not sure what state check email you're referring to. I don't get an 
hourly email, but (I think) my toaster updates clamav hourly.

Will you post the email so we can see it?

admin wrote:
Actually i want to update hourly my clamav installation but i don't 
wanto to receive the state check email hourly. Or at last i want to 
change the address where this mail is sent.

Cannot find the mail command in the unofficial-clamav-sigs.sh script.

Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:


In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of this 
splendid distribution :) of qmail. It helped me VERY much to do 
some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm getting 
hourly a confirmation email on the state of clamav update. It's quite 
annoying ;-) and i dont' want receive this mail anymore, or at last 
change address where the script send this.


Thx for help,
Kartone

- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

 Vickers Consulting Group offers Qmailtoaster support and installations.
   If you need professional help with your setup, contact them today!
- 

  Please visit qmailtoaster.com for the latest news, updates, and 
packages.
  To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
  For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com



richard.vcf- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

  Vickers Consulting Group offers Qmailtoaster support and installations.
If you need professional help with your setup, contact them today!
- 

   Please visit qmailtoaster.com for the latest news, updates, and 
packages.


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



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com







--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] cron.hourly and clamav updating

2009-09-22 Thread admin

Sure: this is what i'm receiving hourly.

---

Content-Filter: maildrop-toaster
Return-Path: anonym...@kartonet.info
Delivered-To: kartonet.info-r...@kartonet.info
Received: (qmail 2711 invoked by uid 0); 21 Sep 2009 20:09:49 -
Date: 21 Sep 2009 20:09:49 -
Message-ID: 20090921200949.2709.qm...@mailserv.kartonet.info
From: r...@kartonet.info (Cron Daemon)
To: r...@kartonet.info
Subject: Cron r...@mailserv run-parts /etc/cron.hourly
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: SHELL=/bin/bash
X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin
X-Cron-Env: MAILTO=root
X-Cron-Env: HOME=/
X-Cron-Env: LOGNAME=root
X-Cron-Env: USER=root

/etc/cron.hourly/unofficial-clamav-sigs.sh:

Restarting clamd

/var/qmail/supervise/clamd: up (pid 2706) 2 seconds
/var/qmail/supervise/clamd/log: up (pid 2703) 2 seconds

---

Il giorno 22/set/2009, alle ore 19.54, Eric Shubert ha scritto:

That's because the mail is sent by cron. The setting is in the /etc/ 
crontab file.


I'm not sure what state check email you're referring to. I don't get  
an hourly email, but (I think) my toaster updates clamav hourly.

Will you post the email so we can see it?

admin wrote:
Actually i want to update hourly my clamav installation but i don't  
wanto to receive the state check email hourly. Or at last i want to  
change the address where this mail is sent.

Cannot find the mail command in the unofficial-clamav-sigs.sh script.
Thanks,
Kartone
Il giorno 22/set/2009, alle ore 19.27, Richard Vinke ha scritto:

In the crontab, add behind the command: 1/dev/null 21



On 09/22/2009 07:23 PM, admin wrote:
Hi everybody, first of all i would like to thank creators of this  
splendid distribution :) of qmail. It helped me VERY much to do  
some experience on mail servers.
I recently installed the new model of qmailtoaster and i'm  
getting hourly a confirmation email on the state of clamav  
update. It's quite annoying ;-) and i dont' want receive this  
mail anymore, or at last change address where the script send this.


Thx for help,
Kartone








-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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