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
Responsible Changed From-To: freebsd-ports-bugs->gabor Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, thanks.