jonathan
17 years ago
My amavisd.conf is using a standard configuration for uvscan:
### http://www.nai.com/
['NAI McAfee AntiVirus (uvscan)', 'uvscan',
'--secure -rv --mime --summary --noboot - {}', [0], [13],
qr/(?x) Found (?:
\ the\ (.+)\ (?:virus|trojan) |
\ (?:virus|trojan)\ or\ variant\ ([^ ]+) |
:\ (.+)\ NOT\ a\ virus)/,
# sub {$ENV{LD_PRELOAD}='/lib/libc.so.6'},
# sub {delete $ENV{LD_PRELOAD}},
],
I'm running many instances of amavisd, yet I never seem to see much more
than a dozen uvscan processes, no mater how many amavisd processes are
running. Furthermore, it seems like every uvscan process is scanning
the entire contents of /var/amavisd/tmp?:
amavisd 6265 6112 1 15:57:36 ? 0:07
/usr/local/bin/uvscan --secure -rv --mime --summary --noboot -
/var/amavis/tmp/
Shouldn't each uvscan process be shown as acting on a single
subdirectory (message) in amavisd/tmp? I'm seeing really high times for
virus scanning.
Any insight here greatly appreciated.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
AMaViS-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
### http://www.nai.com/
['NAI McAfee AntiVirus (uvscan)', 'uvscan',
'--secure -rv --mime --summary --noboot - {}', [0], [13],
qr/(?x) Found (?:
\ the\ (.+)\ (?:virus|trojan) |
\ (?:virus|trojan)\ or\ variant\ ([^ ]+) |
:\ (.+)\ NOT\ a\ virus)/,
# sub {$ENV{LD_PRELOAD}='/lib/libc.so.6'},
# sub {delete $ENV{LD_PRELOAD}},
],
I'm running many instances of amavisd, yet I never seem to see much more
than a dozen uvscan processes, no mater how many amavisd processes are
running. Furthermore, it seems like every uvscan process is scanning
the entire contents of /var/amavisd/tmp?:
amavisd 6265 6112 1 15:57:36 ? 0:07
/usr/local/bin/uvscan --secure -rv --mime --summary --noboot -
/var/amavis/tmp/
Shouldn't each uvscan process be shown as acting on a single
subdirectory (message) in amavisd/tmp? I'm seeing really high times for
virus scanning.
Any insight here greatly appreciated.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
AMaViS-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/