> While I am very happy with clamav, I see room for expansion and
> potential in a limited global environment.

> Is it possible to have clamd on other servers utilize the db files on
> a dedicated server in a local network?

> I think that it makes sense to have the ability to use a single
> instance of freshclamd to update the db files while different servers
> on the local network can utilize them.

If they are on a local network, why not just share out the directory
via NFS or SMBFS or other networked file system?  That would be a lot
simpler than trying to code yet another network protocol and writing
yet another network daemon.

Or, just configure rsync to keep the various servers' DB directory in
sync.

Then its just a matter of telling the remote clamd processes to reload
the DB files.  A simple script to check the modification time on the
DB files will work for this.  Or a FAM script.

Granted, this wouldn't work across a WAN, but it would work fine for a
bunch of servers on a LAN.

-- 
Freddie Cash, CCNT CCLP        Helpdesk / Network Support Tech.
School District 73             (250) 377-HELP [377-4357]
[EMAIL PROTECTED]
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to