Bug 86247 - Upgraded Port: mail/dcc-dccd
Summary: Upgraded Port: mail/dcc-dccd
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-17 07:10 UTC by Dean Hollister
Modified: 2005-09-17 21:12 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2005-09-17 07:10 UTC, Dean Hollister
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Hollister 2005-09-17 07:10:08 UTC
Upgraded Port: mail/dcc-dccd to 1.3.16

Changes in this release:

	o	Fix bug introduced in 1.3.15 that caused greylist retransmissions
		to be counted by the DCC server as separate messages contributing
		to the "bulkness" of a message.

	o	If /var/dcc/log is neither readable nor searchable by 'other', then
		create log files with the same 'group' permissions as the directory
		instead of the old default of 600.  This allows the application of
		cgi scripts to the main whiteclnt and log files.

	o	`dccd -T ALL` no longer works.  It never made much sense and continues
		to cause confusion.

	o	Dccifd in proxy mode no longer requires blanks after colons in SMTP
		commands.

	o	Fix dccifd proxy mode crash on mail messages without bodies.

	o	Complain about bad host name and other errors in whiteclnt files
		every 30 minutes instead of every 5 minutes.

	o	Allow whiteclnt files to be read-only with a new locking scheme.

	o	Use Milter.macros.eom in sendmail 8.13 so that the ${dcc_isspam}, and
		${dcc_notspam}, ${dcc_userdir} macros can be set by sendmail.cf
		rules that examin headers.  This might also allow some hack_mc
		settings to be used with delay_checks.

	o	The thresholds for quick flooding among servers are now non-linear.

	o	When "option MTA-first" in a dccm and dccifd whiteclnt file, determinations
		of (not) spam by the MTA are consulted first and so can be overidden
		by the whiteclnt files.  This allows individual	users to override a
		sendmail access.db file.

	o	Correct the SMTP rejection message in per-user log files for dccm and
		dccifd, especially when dccifd is acting as a proxy.

	o	Fix bug that kept./configure from turning on SOCKS.

	o	Keep dccd flooding threshold at or above 10.

	o	Make default maximum server memory size 2000 MByte on all except IRIX
		and Solaris.

	o	Fix bug in 1.3.12 that causes dccd flooding thresholds to be 0 if
		dccd is started by hand or without a dccm rejection threshold.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-17 21:12:36 UTC
State Changed
From-To: open->closed

Committed, thanks!