Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98690 - mail-filter/amavisd-new 2.3.1 breaks courier integration
Summary: mail-filter/amavisd-new 2.3.1 breaks courier integration
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 10:32 UTC by pee
Modified: 2005-07-11 16:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pee 2005-07-11 10:32:00 UTC
Amavisd-2.3.1 breaks with used with courier as the MTA.

from the amavisd-2.3.2 release notes:
http://www.ijs.si/software/amavisd/release-notes.txt

- allow one level of indirection when collecting %needed_protocols;
  global setting $protocol='COURIER' did not work, a workaround was needed
  with previous version, e.g.: $policy_bank{'QMQPqq'}={protocol=>'QMQPqq'};
  reported by Nicklas Bondesson and Martin Orr;

- fix a bug (introduced with 2.3.0) in Courier and QMQPqq setups, where global
  information about processed message wasn't always reset and could leak
  into processing of a subsequent message; reported by Nicklas Bondesson;

Solution is to upgrade to 2.3.2 , as the diff from 2.3.1 -> 2.3.2 was too big
for me to want to play with ;). (thx lazy)

Reproducible: Always
Steps to Reproduce:
1. install courier-mta/amavisd-2.3.1
2. run stuff

Actual Results:  
courier doesn't accept mail/process mail for viruses/spam
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-11 12:26:22 UTC
No such ebuild in portage.
Comment 2 pee 2005-07-11 12:32:52 UTC
amavisd-(NEW)!

services amavisd-new # pwd
/usr/portage/mail-filter/amavisd-new
services amavisd-new # ls -al
total 84
drwxr-xr-x   3 root root  4096 Jul 11 17:02 .
drwxr-xr-x  38 root root  4096 Jul 11 15:06 ..
-rw-r--r--   1 root root 13001 Jul  9 07:05 ChangeLog
-rw-r--r--   1 root root  1281 Jul  9 07:05 Manifest
-rw-r--r--   1 root root  4815 Jul  7 02:07 amavisd-new-2.2.1-r1.ebuild
-rw-r--r--   1 root root  5082 Jul  7 02:07 amavisd-new-2.2.1-r2.ebuild
-rw-r--r--   1 root root  4804 Jul  7 02:07 amavisd-new-2.2.1.ebuild
-rw-r--r--   1 root root  5180 Jul  7 02:07 amavisd-new-2.3.0.ebuild
-rw-r--r--   1 root root  5166 Jul  9 07:05 amavisd-new-2.3.1.ebuild
-rw-r--r--   1 root root  5390 Jul  7 14:05 amavisd-new-2.3.2.ebuild
drwxr-xr-x   2 root root  4096 Jul  8 10:05 files
-rw-r--r--   1 root root   184 Jun  3  2004 metadata.xml
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-07-11 13:05:32 UTC
(In reply to comment #2)
> amavisd-(NEW)!

Sorry, I recently ran out of crystal balls. ;p
Comment 4 Andrej Kacian (RETIRED) gentoo-dev 2005-07-11 16:10:56 UTC
You'll have to either wait until 2.3.2 becomes stable for your architecture, or
just use it right now by putting "mail-filter/amavisd-new ~x86" (or respective
architecture instead of ~x86) into your /etc/portage/package.keywords .

As the "fix" is already in portage, I'm marking this INVALID.