* A potentially serious bug is fixed in the 'smtp-check-sender'
script. If use use smtp-check-sender, you should upgrade.
See http://mla.libertine.org/tmda-cvs/2003-10/msg00000.html
for details on the change.
* 'Jane Doe' is no longer used if a real fullname value can't
be determined for the user. Instead, an empty string is used,
which will result in just the e-mail address being used in the
"From:" field when TMDA sends auto-responses.
PR: 57538
Submitted by: maintainer
With this version qconfirm is capable of sending a preview of
a message, currently held in the qmail queue and waiting for
confirmation, to the owner of the qconfirm directory.
See the faq and the man pages for details.
Two minor bugs in the qconfirm and the qconfirm-control
programs have been fixed.
PR: 57526
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
- Remove cert Makefile target - the code does not work properly
on FreeBSD yet; it will be revisited later
PR: 57455
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
The mail/imp3 port can be built with support for the Cyrus
IMAPd The WITH_CYRUS flag specifies version 1.x (mail/cyrus)
and the WITH_CYRUS_IMAPD flag specifies version 2.x
(mail/cyrus-imapd). The WITH_CYRUS flag tests the existance
of the installed Cyrus directory in ${LOCALBASE}. The
WITH_CYRUS_IMAPD flag tests for the existance of libacap.
There are actually three ports providing different subreleases
of the Cyrus IMAP system version 2. The cyrus-imapd port
is version 2.0.17, the cyrus-imapd2 port is 2.1.14, and the
cyrus-imapd22 port is 2.2.1b. Unfortunately, 2.2.1b does
not include libacap so the imp3 build failes to recognize
when it is installed.
Since imp3 doesn't directly use the ACAP library, and appears
to work fine with cyrus-imapd22, the test should be modified.
PR: ports/56120
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Approved by: Thierry Thomas <thierry@pompo.net> (maintainer)
A Trapit is a fake SMTP server that tries to waste as much resources
of a spam-relay as possible - without delivering any mail.
Implemented for pf, but might work with other ip filters as well.
mail/relaydb is a fine tool to utilize spamd.
PR: ports/57365
Submitted by: Max Laier <max@love2party.net>
the default now, and should slide foward gracefully (or obey make.conf
or portupgrade.conf).
Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Update to exim-4.24 (bugfix release).
* Wishlist patch for "eqi" incorporated.
* Mark exim-{ldap2,mysql,postgresql,} as conflicting.
* Substitute PORTREVISION for build number so that the version string
hints at which version of the port the binary comes from.
* Clean up POST-INSTALL-NOTES.
* Install example scripts, especially upgrade converters, now that exim-old
has been retired.
* Enable DNSDB-style lookup support by default; it can be disabled with
WITHOUT_DNSDB.
* Simplify LDAP support, using various versions of OpenLDAP only.
The old WITH_OPENLDAP[0-9][0-9] options are now invalid; use
WITH_OPENLDAP and/or WITH_OPENLDAP_VER instead.
* Retired exim-ldap port; OpenLDAP 1.2 is ancient.
* Allow the operator to specify preferred MySql version with
WITH_MYSQL_VER.
* Allow the operator to specify preferred Berkeley DB version with
WITH_BDB_VER; the old DB_LIB_VERSION option is now invalid.
* Respect bsd.ports.mk defaults of MySQL 4.0 and OpenLDAP 2.1.
* Allow the operator to specify default charset for header conversions,
with WITH_DEFAULT_CHARSET.
* Limit configure files to ${PREFIX}/etc/exim by default for security
reasons; the operator may override this behaviour with
WITHOUT_ALT_CONFIG_PREFIX.
!!!WARNING!!!
Some of these changes may cause trouble for folks who have a bunch of
exim port tweaks in make.conf and pkgtools.conf. The ALT_CONFIG_PREFIX
change may break existing deployments.
PR: ports/57098
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR: ports/56117
Submitted by: Pat Lashley <patl+freebsd@volant.org>
PR: ports/57099
Reported by: Mark Foster <mark@foster.cc>