Discussion:
running amavis + avira savapi ?
Andreas Schulze
2010-09-01 06:38:47 UTC
Permalink
hi all,

Version 2.7.0-pre7 contains SAVAPI Support for the Avira virusscanner.
Has anybody such a setup and can share informations howto
configure the Avira scanner ?

Thanks.
Andreas
--
Andreas Schulze
Internetdienste | P532

DATEV eG
90329 Nürnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196
E-Mail info @datev.de | Internet www.datev.de
Sitz: 90429 Nürnberg, Paumgartnerstr. 6-14 | Registergericht Nürnberg, GenReg Nr.70
Vorstand
Prof. Dieter Kempf (Vorsitzender)
Dipl.-Kfm. Wolfgang Stegmann (stellvertretender Vorsitzender)
Dipl.-Kfm. Michael Leistenschneider
Jörg Rabe v. Pappenheim
Dipl.-Vw. Eckhard Schwarzer
Vorsitzender des Aufsichtsrates: Reinhard Verholen


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
AMaViS-user mailing list
AMaViS-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
Please visit http://www.ijs.si/software/amavisd/ regularly
For administrativa requests please send email to rainer at openantivirus dot org
Mark Martinec
2010-09-01 13:53:48 UTC
Permalink
Andreas,
Post by Andreas Schulze
Version 2.7.0-pre7 contains SAVAPI Support for the Avira virusscanner.
Has anybody such a setup and can share informations howto
configure the Avira scanner ?
The daemon name is savapi, by default it daemonizes after a start.
The 'savapi -h' provides a short help. Useful options are: --config=,
--socket-file=, --socket-permissions=. For the first attempt
one may prefer to avoid it daemonizing: -N .

It is suggested to enable the following settings in its config file:
ArchiveScan=1
MailboxScan=1
HeurLevel=2

The savapi's socket must be writable for amavisd. Either adjust
socket permissions, or start it under the same UID as amavisd,
or else use the inet socket on 127.0.0.1. Also, savapi daemon
needs read access to amavis temporary/working directory.

The 'Avira SAVAPI' entry in the @av_scanners list needs to be
adjusted, matching the socket location, and supplying the
product-id license key.

Mark

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
AMaViS-user mailing list
AMaViS-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
Please visit http://www.ijs.si/software/amavisd/ regularly
For administrativa requests please send email to rainer at openantivirus dot org
Loading...