Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News amavisd-new 2.6.2 (Default branch) Post 302268149 by Linux Bot on Monday 15th of December 2008 06:00:01 AM
Old 12-15-2008
amavisd-new 2.6.2 (Default branch)

amavisd-new is a high-performance and reliable interface between MTAs and one or more content checkers, including virus scanners, and/or the Mail::SpamAssassin Perl module. It talks to an MTA via (E)SMTP or LMTP, or by using helper programs. No timing gaps exist in the design, which could cause a mail loss. It is normally positioned at or near a central mailer, not necessarily where the user's mailboxes and final delivery takes place. License: GNU General Public License (GPL) Changes:
Detection of nonstandard bounces was improved, allowing this release to kill more third-party backscatter without sacrificing reliable acceptance of genuine DSN and MDN. The backscatter processing rate was greatly improved by avoiding SA processing of killed bounces. A DKIM documentation section was rewritten to prompt more wide-spread use of DKIM signing by amavisd. A bug was fixed that could let the SMTP protocol get out-of-step when SMTP connection cache is enabled. Compatibility with SpamAssassin 3.3 (CVS head) was regained, and compatibility with Perl 5.10.0 was tested and confirmed. Image

Image

More...
 

2 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

New RPM package(clamav, postfix, spamassassin, mailscanner/amavisd-new) - PSCM

Hi all, After metawire.org went down, I have revived pscm at http://m-net.arbornet.org/~pscm/index.html The latest release comes with: * Clamav: 0.88.2 * MailScanner: 4.53.6-1 * SpamAssassin: 3.1.1 * Postfix: 2.2.10 * Amavisd-new-2.4.0 ... (0 Replies)
Discussion started by: janetbindner
0 Replies

2. UNIX and Linux Applications

Amavisd-new: Excluding 1 IP from a /24 listed in @mynetworks

Hello. Let's say as an example I have the below mynetworks list and the MYNETS policy bank set up to allow these networks to bypass spam filtering. But let's say I have a single IP within mynetworks that I don't want to bypass spam filtering. Let's call it 192.168.10.10. I've tried just inputting... (0 Replies)
Discussion started by: tay9000
0 Replies
Mail::DKIM(3)						User Contributed Perl Documentation					     Mail::DKIM(3)

NAME
Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures SYNOPSIS
# verify a message use Mail::DKIM::Verifier; # create a verifier object my $dkim = Mail::DKIM::Verifier->new(); # read an email from stdin, pass it into the verifier while (<STDIN>) { # remove local line terminators chomp; s/15$//; # use SMTP line terminators $dkim->PRINT("$_1512"); } $dkim->CLOSE; # what is the result of the verify? my $result = $dkim->result; DESCRIPTION
This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. It currently tries to implement these specifications: RFC4871, for DKIM RFC4870, for DomainKeys The module uses an object-oriented interface. You use one of two different classes, depending on whether you are signing or verifying a message. To sign, use the Mail::DKIM::Signer class. To verify, use the Mail::DKIM::Verifier class. Simple, eh? SEE ALSO
Mail::DKIM::Signer, Mail::DKIM::Verifier http://dkimproxy.sourceforge.net/ KNOWN BUGS
Problems passing `make test' seem to usually point at a faulty DNS configuration on your machine, or something weird about your OpenSSL libraries. The "author signing policy" component is still under construction. The author signing policy is supposed to identify the practice of the message author, so you could for example reject a message from an author who claims they always sign their messages. See Mail::DKIM::Policy. AUTHOR
Jason Long, <jlong@messiah.edu> COPYRIGHT AND LICENSE
Copyright (C) 2006-2007, 2009 by Messiah College This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available. perl v5.18.2 2012-11-28 Mail::DKIM(3)
All times are GMT -4. The time now is 08:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy