[Qmail-scanner-general]Re: Fsecure error!!! HELP ME PLEASE!!!

2003-10-30 Thread Davide Giunchi
problem because the fsavd was run with another user that qscand, so: - modify /etc/passwd and sobstitute /bin/false with /bin/bash for user "qscand" - kill fsavd and run this script: export LD_LIBRARY_PATH='/opt/f-secure/fsav/lib' su -c "/opt/f-secure/fsav/etc/fsa

[Qmail-scanner-general]Re: Fsecure error!!! HELP ME PLEASE!!!

2003-10-30 Thread Davide Giunchi
e if ($DD =~ /(infection|infected):(.*)$/im) { with if ($DD =~ /([\w\d]+):(.*)$/im) { Then recompile qmail-scanner, this would solve your problem (or at least it solved for me). Regards -- Davide Giunchi --- This SF.net email is sponsored by: SF.net

[Qmail-scanner-general]patch: vpopmail local domain detection (for recipient notify)

2003-09-22 Thread Davide Giunchi
s dist (i think that it's a useful feature) i think that is better to enable it via some --something flag at the ./configure time, to make it simple to disable or enable it. Regards. -- Davide Giunchi *** qmail-scanner-queue.template.dist Fri Sep 5 17:30:46 2003 --- qmail-scanner

[Qmail-scanner-general]patch: bug in qs-1.20rc3

2003-09-09 Thread Davide Giunchi
nreplyable_email subroutine) with a simple "vgetdomaindir" function. So if the domain is in the system it will automatically recognize that it's local without look at the list of the --local options. If you are interested in this patch please ask to me, i will make it in a more