View Full Version : Messages in footer
prot88
March 6th, 2007, 02:01 AM
Hello
Can I remove all messages inserted in mail footers with nod32 for linux ?
Thanks
Yves
ASpace
March 6th, 2007, 02:06 AM
Hi and Welcome to Wilders !
It is possible in the Windows version so it should be possible in the Lunux , too . Somewhere in the settings but I have no idea exactly where because I have never used Linux/NOD32 for Linux ;D
In the mean time you can click on the link below and download the ESET manuals for NOD32's Linux versions and find out where is could be located
http://www.eset.com/download/manuals.php
prot88
March 6th, 2007, 02:27 AM
I already did it and I didn't find the way to do it (or I have not understood :wacko: ) and I don't want to do any mistake... linux servers are really reliable but can easily be down with bad config.
Megachip
March 6th, 2007, 02:56 AM
see /etc/nod32/nod32.cfg
{QUOTE-> ; write_to_emails = 0 - 2
; Set writing mode of the footnote inserted into the scanned e-mail.
; There are three possible modes:
; 0 - footnote not written
; 1 - footnote written only in case of e-mail found as infected
; 2 - always written footnote
write_to_emails = 2 <-QUOTE}
set it to 0 or 1
prot88
March 6th, 2007, 04:37 AM
thanks !!!
done.
Other questions :-[ (I am descovering NOD32 for linux...)
- How can I have stats (number of scanned mails, licence details... etc)
- Can I have a warning report on a spécific email when NOD32 do an update or when a virus is detected ?
Megachip
March 6th, 2007, 05:15 AM
{QUOTE-> thanks !!!
done.
Other questions :-[ (I am descovering NOD32 for linux...)
- How can I have stats (number of scanned mails, licence details... etc)
<-QUOTE}
see nod32.cfg and /var/log/*
{QUOTE-> ; log_level = value
; Set logging level. Following level values are supported:
;
; 0 - none no logging output.
; 1 - error nod32d daemon will log only error and warning messages. No e-mail messages are logged in this level.
; 2 - notice e-mail messages that are not clean are noticed in the log file.
; 3 - report all e-mail messages are reported briefly in the log file.
; 4 - info detailed information is provided about the e-mail messages containing virus. clean meddages are reported shortly.
; 5 - full detailed information is provided about all the e-mail messages.
; 6 - debug debug information is logged.
log_level = 4
; log_mask = "mask"
; Defines mask of the NOD32 daemon logging format.
;log_mask = "11100111111"
; log_enabled = yes/no
; Enables internal daemon logging.
log_enabled = yes
; log_file = "path"
; Defines NOD32 internal daemon logging file.
;log_file = "/var/log/nod32d.log"
<-QUOTE}
try to uncomment "log_file" dunno, didn't have run an mailserver/client under linux.
{QUOTE->
- Can I have a warning report on a spécific email when NOD32 do an update or when a virus is detected ? <-QUOTE}
Seems no option in cfg, but u can try to write a script or configure your mailserver/client...
e.g. (Mail when update)
{QUOTE-> nod32_update > ./log/report.txt
if [ $? -ne 1 ];then
cat ./log/report.txt | mail -r $from -s "NOD32 Update" $to
fi
rm ./log/report.txt
<-QUOTE}
prot88
March 6th, 2007, 11:49 AM
So, I will write my own scripts. I used to check this alerts and infos with bitdefender on a specific mailbox.
Thanks you !! :thumb:
vBulletin® Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2009, Wilders Security Forums