Okay, I think that I got it. On amavis's website they suggested using eicar.com as a test file. When I sent that through as an attachment it was picked up by clamav. Sorry for the earlier post. Great software!!!

Sid

[EMAIL PROTECTED] wrote:
First, sorry for the long post. I'm trying to supply enough information for someone to help. I'm using clamav-0.54 with postfix-1.1.11, amavis-ng-0.1.4, and openbsd 3.2. I ran into a few problems installing amavis-ng because apparently OpenBSD doesn't recognize install -D as indicated in the Makefile. I edited the Makefile as follows:

pure_install :: pure_$(INSTALLDIRS)_install
# Install Exim filter script
install -d -m644 amavis-filter $(INSTALLSCRIPT)/../share/amavis/amavis-filter
# Install magic cookie file
install -d -m644 magic.mime $(INSTALLSCRIPT)/../share/amavis/magic.mime
# Install AMaViS main script
install -m755 amavis.pl $(INSTALLSCRIPT)/amavis
install -m4755 -omail -gmail qmail-queue.amavis \
$(INSTALLSCRIPT)/../sbin/qmail-queue.amavis
#install -D -m755 amavis-milter/amavis-milter \
# $(INSTALLSCRIPT)/../sbin/amavis-milter
# Install spool directories
install -d -m750 -omail -gmail \
$(PREFIX)/../var/spool/amavis/quarantine \
$(PREFIX)/../var/spool/amavis/problems \
$(PREFIX)/../var/spool/amavis/queue
install -d -m750 -omail -gmail \
$(PREFIX)/../var/log/amavis \
$(PREFIX)/../var/run/amavis

blah, blah, blah....



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to