Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Adam on February 19, 2002, 07:00:23 AM
-
Hello there,
I've recently set up e-Smith and am very happy with it.
However, I need to set up Sophos anti-virus as we have purchased 3 years of support/maintenance in advance for it.
I really want to continue using e-Smith but see this as a pretty major hurdle.
If anyone could help, that'd be great - switching to another Antivirus product is not an option.
cheers,
Adam
-
are you using it to scan email or just files? File setup is very easy
-
Thanks Dubois,
I want it to scan emails when they are sent and received. Possible ?
cheers,
Adam
-
I use a cron'd cut down version of the web backup util which backups the server to an smb mount point /mnt/backup
The script is
/sbin/e-smith/signal-event mysql-delete-dumps
/sbin/e-smith/signal-event mysql-dump-tables
tar cfv /mnt/backup/esmith.tar /home/e-smith /etc/e-smith/templates-custom /etc/e-smith/templates-user-custom /etc/ssh /root/.ssh /etc/passwd /etc/shadow /etc/group /etc/gshadow /etc/smbpasswd
/sbin/e-smith/signal-event mysql-delete-dumps
-
[nt]