Bug 137333 - [patch] port security/amavisd-new (Amavis should not send DSN if D_REJECT is active)
Summary: [patch] port security/amavisd-new (Amavis should not send DSN if D_REJECT is ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-01 13:50 UTC by Olli Hauer
Modified: 2009-09-12 20:00 UTC (History)
1 user (show)

See Also:


Attachments
patch_amavisd-new_2009-08-01 (3.42 KB, text/plain)
2009-08-01 13:50 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2009-08-01 13:50:01 UTC
In a setup with amavisd-new and postfix it can happened that two bounces are sent
back to the sender if the following condition match.
 - amavisd-new as smtpd_proxy_filter filter for postfix
 - postfix rejects the mail in a later state

For details see discussion here:
 http://www.mail-archive.com/amavis-user@lists.sourceforge.net/msg14060.html

-- snipped from discussion --
> If reinjection of mail fails, Amavis will send a DSN back to the sender to
> notify him about this failure.
>
> But if D_REJECT is active this leads to *2* DSN back to the user: One DSN
> from the sending MTA (because Amavis blocks that mail to the feeding
> MTA), second DSN from Amavis himself.

please see additional my PR 136151 from 29 Jun 2009
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-01 13:50:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-12 19:52:08 UTC
gabor       2009-09-12 18:51:59 UTC

  FreeBSD ports repository

  Modified files:
    security/amavisd-new Makefile pkg-plist 
  Added files:
    security/amavisd-new/files amavisd-snmp.sh.in patch-amavisd 
  Log:
  - Add support for SNMP subagent [1]
  - Fix bug sending 2 reject notifications [2]
  
  PR:             ports/136151 [1], ports/137333 [2]
  Submitted by:   Olli Hauer <ohauer@gmx.de>
  More info:      http://www.mail-archive.com/amavis-user@lists.sourceforge.net/msg14060.html [2]
  
  Revision  Changes    Path
  1.73      +17 -7     ports/security/amavisd-new/Makefile
  1.1       +36 -0     ports/security/amavisd-new/files/amavisd-snmp.sh.in (new)
  1.23      +72 -0     ports/security/amavisd-new/files/patch-amavisd (new)
  1.27      +3 -1      ports/security/amavisd-new/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2009-09-12 19:52:46 UTC
State Changed
From-To: open->closed

Committed, thanks.