Eduardo, > But Noel, I want to run separately from the archive only the clamav. > And really is quite simple to configure. > I will adjust and test.
You can't just move clamav to a separate host without also moving amavisd. The scanning request which amavisd sends to clamd includes just filenames of files to be scanned. Their contents is not transferred in a request, so (unless you have NFS mounted disks) the specified files are not accessible from the other host. So, file contents would need to be transferred to the clamd host, one way or another. Probably the most natural would be to move amavisd+clamd to a dedicated host, and if necessary, just let it do virus scanning, and keep amavisd+SpamAssassin on the first host. But this is getting unnecessarily complicated and inefficient. Clamd also offers a form of request where, instead or a filename, contents is transferred. This is not supported by amavisd, it doesn't gain much, file contents needs to be transferred anyhow, so letting SMTP protocol do it is just as good. Mark ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
