Choose your AMaViS branch

NOTE: Currently only amavisd-new is actively maintained and supported!

amavis

AMaViS 0.3.x is a rewrite of AMaViS, A Mail Virus Scanner, in perl, which includes some new features and performance improvements. You should be familiar with perl or configuration of your MTA.

Note that the installation is different than the original package, and the integration into your MTA can be different, so please read the README and INSTALL files very carefully.

read()) { $s=strtolower($filename); if ( strstr($s,".tar.gz") && strstr($s,"amavis-0.3") && !strstr($s, ".asc") ) { $lastchanged=filemtime($path."/".$filename); $archives[$filename] = $lastchanged; } } arsort($archives); for(reset($archives); $key=key($archives); next($archives)) { $fn=$key; $ffn=$path."/".$fn; $fs=filesize($ffn); $md5sum=substr(exec("/usr/bin/md5sum -b $ffn"),0,32); print("\n"); print(" \n"); print(""); } $hd->close(); ?>
filenamesigsizelast modifiedMD5 checksum
$fn.sig$fs".strftime("%x (%X)",$archives[$key])."$md5sum

User contributed software can be found in the contrib directory. AMaViS 0.3.12 is the successor to amavis-perl-11

amavisd

amavisd is the daemonized version of amavis

Note that the installation is different than the original package, and the integration into your MTA can be different, so please read the README and INSTALL files very carefully.

read()) { $s=strtolower($filename); if ( strstr($s,".tar.gz") && strstr($s,"amavisd") && !strstr($s, ".asc") ) { $lastchanged=filemtime($path."/".$filename); $archives[$filename] = $lastchanged; } } arsort($archives); for(reset($archives); $key=key($archives); next($archives)) { $fn=$key; $ffn=$path."/".$fn; $fs=filesize($ffn); $md5sum=substr(exec("/usr/bin/md5sum -b $ffn"),0,32); print("\n"); print(" \n"); print(""); } $hd->close(); ?>
filenamesigsizelast modifiedMD5 checksum
$fn.sig$fs".strftime("%x (%X)",$archives[$key])."$md5sum

User contributed software can be found in the contrib directory

amavisd-new

amavisd-new is a high-performance interface between message transfer agent (MTA) and one or more content checkers: virus scanners, and/or SpamAssasin.

Please check the amavisd-new homepage for details and download information

amavis-ng

amavis-ng is a modular re-write of amavis-perl/amavisd.

This project is dead, therefore no package available. Source can be grabbed from CVS, though.


Old Stable Release (AMaViS 0.2.x):

The old, shell-script version. Discontinued. So, don't use it

read()) { $s=strtolower($filename); if(strstr($s,".tar.gz") && strstr($s,"amavis-")) { $lastchanged=filemtime($path."/".$filename); $archives[$filename] = $lastchanged; } } arsort($archives); for(reset($archives); $key=key($archives); next($archives)) { $fn=$key; $ffn=$path."/".$fn; $fs=filesize($ffn); $md5sum=substr(exec("/usr/bin/md5sum -b $ffn"),0,32); print("\n"); print(" \n"); print(""); } $hd->close(); ?>
filenamesizelast modifiedMD5 checksum
$fn$fs".strftime("%x (%X)",$archives[$key])."$md5sum

Releases From The Attic (obsolete!):

read()) { $s=strtolower($filename); if(strstr($s,".tar.gz") && strstr($s,"amavis")) { $lastchanged=filemtime($path."/".$filename); $archives[$filename] = $lastchanged; } } arsort($archives); for(reset($archives); $key=key($archives); next($archives)) { $fn=$key; $ffn=$path."/".$fn; $fs=filesize($ffn); $md5sum=substr(exec("/usr/bin/md5sum -b $ffn"),0,32); print("\n"); print(" \n"); print(""); } $hd->close(); ?>
filenamesizelast modifiedMD5 checksum
$fn$fs".strftime("%x (%X)",$archives[$key])."$md5sum