Path to this page:
NOTICE: This package has been removed from pkgsrc./
security/amavisd-new,
Daemonized interface between MTA and content checkers
Branch: CURRENT,
Version: 2.6.4,
Package name: amavisd-new-2.6.4,
Maintainer: jdunnamavisd-new is an interface between message transfer agent (MTA) and
one or more content checkers, e.g. virus scanners, SpamAssassin, etc.
It is a performance-enhanced and feature-enriched version of amavisd
(which in turn is a daemonized version of AMaViS or amavis-perl).
amavisd-new is normally positioned at or near a central mailer, not
necessarily where user's mailboxes and final delivery takes place. If
you are looking for fully per-user configurable and/or low-message-rate
solution to be placed at the final stage of mail delivery (e.g. called
from procmail), there may be other solutions more appropriate for your
needs.
MESSAGE.milter [+/-]===========================================================================
$NetBSD: MESSAGE.milter,v 1.1.1.1 2004/08/06 15:05:53 jlam Exp $
Before using amavisd-new with Sendmail, you must configure Sendmail
properly. Please refer to the following documentation:
${PREFIX}/share/doc/amavisd-new/README.milter
${PREFIX}/share/doc/amavisd-new/README.sendmail
${PREFIX}/share/doc/amavisd-new/README.sendmail-dual
There are several ways to configure Sendmail to pass mail through
amavisd-new depending on your resources and whether you wish to use
libmilter.
If you choose to use libmilter, then you will need to add the following
line to /etc/rc.conf:
amavismilter=YES
Please refer to the comments at the top of the amavismilter rc.d script
for additional rc.conf settings to modify how libmilter and amavisd-new
communicate with each other.
===========================================================================
Required to run:[
sysutils/p5-Unix-Syslog] [
converters/p5-Convert-TNEF] [
converters/p5-Convert-UUlib] [
databases/p5-BerkeleyDB] [
archivers/p5-Archive-Tar] [
archivers/p5-Archive-Zip] [
lang/perl5] [
net/p5-Net-Server] [
security/p5-Digest-MD5] [
time/p5-Time-HiRes] [
mail/p5-MIME-tools] [
mail/p5-Mail-DKIM] [
mail/p5-MailTools] [
devel/p5-IO-stringy] [
devel/p5-IO-Compress]
Master sites: (Expand)
SHA1: 993b7ca839ce038fd13f65351950f0ef03d99ff9
RMD160: 010dd9bf49a3c7553996c49553fd0fa84ca7bdab
Filesize: 925.387 KB
Version history: (Expand)
- (2010-12-25) Package deleted from pkgsrc
- (2010-11-08) Updated to version: amavisd-new-2.6.4
- (2009-04-12) Updated to version: amavisd-new-2.6.2nb1
- (2009-01-01) Updated to version: amavisd-new-2.6.2
- (2008-07-24) Updated to version: amavisd-new-2.6.1
- (2008-02-24) Updated to version: amavisd-new-2.5.3
CVS history: (Expand)
2010-12-24 08:23:36 by Mihai Chelaru | Files touched by this commit (17) | |
Log message:
Remove amavis-perl and amavisd-new from security/. They are now moved
into pkgsrc/mail. Part of PR/32554
|
2010-11-08 19:06:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
Changes 2.6.4:
Bug Fixes
* amavisd failed to start when spam scanning was disabled either
by @bypass_spam_checks_maps=(1) or by @spam_scanners=(), giving:
Can't locate object method "new" via package \
"Amavis::SpamControl"
As a workaround one could use a @spam_scanners=(undef) to disable spam
scanning;
* several decoders failed to propagate "Exceeded storage quota" exception,
so the protection of AV scanners against mail bombs was ineffective;
reported by Jorgen Lundman;
* milter usage (AM.PDP): verbatim header edits inserted a header body of
"1" instead of the correct string
* updated AV entry for BitDefender's bdscan to recognize tabs around
a colon in its output; contributed by Steve;
* fix parsing of a combined result from DSPAM (option --classify), as
earlier versions of DSPAM did not include a signature with a combined
result line; problem reported by Marijan Vidmar;
New Features
* provide a true SNMP agent and a MIB, facilitating monitoring the health
of a content filtering system, its performance and mail characteristics;
* a new AV interface to SMTP-based antivirus scanners;
* allow customizing SMTP-status response reason text for blocked messages;
* prevent inserting fake copies of certain important mail header fields
without breaking a DKIM signature;
|
2009-06-14 20:13:41 by Joerg Sonnenberger | Files touched by this commit (154) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-04-12 01:15:22 by Jens Rehsack | Files touched by this commit (34) |
Log message:
PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
merged into p5-IO-Compress
- Updated dependend packages to depend on p5-IO-Compress
and bump PKGREVISION
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
|
2009-01-01 15:30:02 by OBATA Akio | Files touched by this commit (2) | |
Log message:
Update amavisd-new to 2.6.2, maintainer update request by PR 40303.
amavisd-new-2.6.2 release notes
MAIN NEW FEATURES SUMMARY
- bounce killer: improved detection of nonstandard bounces;
- bounces to be killed no longer waste SpamAssassin time;
- tool to convert dkim-filter keysfile into amavisd configuration;
- compatibility with SpamAssassin 3.3 (CVS head) regained;
- rewritten and expanded documentation section on DKIM signing and
verification in amavisd-new-docs.html;
COMPATIBILITY WITH 2.6.1
- apart from small differences in logging and notifications, the
version 2.6.2 is compatible with 2.6.1, with its configuration file
and its environment;
- virus scanner entries were updated (as described below, most notably by
adding a regexp flag m), so be sure to update existing configuration file;
updated virus scanner entries can be used with 2.6.1 too;
- the %sql_clause default has changed in detail (see below), if its value
is overridden in a configuration file the setting may need updating;
See full release notes:
http://www.ijs.si/software/amavisd/release-notes.txt
|
2008-07-24 15:49:22 by OBATA Akio | Files touched by this commit (3) | |
Log message:
Update amavisd-new to 2.6.1.
Based on maintainer update request in PR 39196.
There are a lot of changes and some incompatabilities with 2.5.3
(current version in pkgsrc) particularly as respects SQL schema.
Consult vendor's releases notes for more detail:
http://www.ijs.si/software/amavisd/release-notes.txt
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
|