Commit graph

197 commits

Author SHA1 Message Date
Sheldon Hearn
c511b14130 Fix another SASLAUTHD segfault.
I'm not bumping PORTREVISION for this one; I've _just_ bumped it for
major changes a few moments ago and you'd have to be pretty unlucky
to pick up those changes but not this one.

Reported by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
Submitted by:	Lukasz Grochal <lgrochal@rmf.pl>
2003-09-10 14:48:00 +00:00
Sheldon Hearn
55c1140415 Bring the Exim port closer to use as an install-time sendmail
replacement for FreeBSD:

* Use an rc.subr start/stop script.
* Include contributed periodic scripts.
* Replace $PREFIX with the build-time value of PREFIX.
* Generate a default configure file if it doesn't exist at install-time.
* Remove the default configure file if it hasn't been modified at
  deinstall-time.
* Install additional documentation.
* Move creation and removal of /var/log/exim to pkg-plist.

Bump PORTREVISION accordingly.

This paves the way for ports/56458, which teaches sysinstall about Exim.
Bug trhodes about that PR. :-)

PR:		ports/56450
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-10 13:49:09 +00:00
Sheldon Hearn
f18bb65ed0 Update to exiscan-acl patch -12:
When discard is the last verb for an ACL, ensure that cleanup
	occurs.  Failure to reach cleanup was introduced in -11.

Bump PORTREVISION accordingly.
2003-09-04 14:56:01 +00:00
Sheldon Hearn
f1fb133bb6 Exim updates:
1) Update to exiscan-acl patch revision 11.
2) Spin info files off into their own port, exim-doc-info.
3) Pet portlint.

PR:		ports/56291
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-02 14:40:30 +00:00
Sheldon Hearn
01b7301c05 Add a wishlist patch that introduces new expansion operator eqi, which
is a case-insensitive version of eq.

No PORTREVISION bump required, because wishlist patches are only applied
when WITH_WISHLIST is defined.
2003-08-30 18:01:37 +00:00
Sheldon Hearn
a21407a9c1 Don't core dump on saslauthd lookups without service and realm.
Submitted by:	Thomas Hager <thomas.hager@1012surf.net>
2003-08-29 20:21:22 +00:00
Sheldon Hearn
89d12ec2e8 Import my exiscan-acl clamd virus scanner integration notes.
I can't say enough good things about clamd.
2003-08-25 06:57:40 +00:00
Sheldon Hearn
e36bd598e7 Add support for Cyrus SASL authentication daemon, enabled if WITH_SASLAUTHD
is defined.

Add a note indicating that Cyrus pwcheck authentication daemon support
(enabled with WITH_PWCHECK) is deprecated.

Submitted by:	Jez Hancock <jez.hancock@munk.nu>
2003-08-24 10:26:41 +00:00
Sheldon Hearn
e8cef8d56e This file should have gone away when the second update to 4.21 occurred. 2003-08-19 07:45:20 +00:00
Sheldon Hearn
397db8d46b Update to exim-4.22:
* IPv6 bug fix incorporated.
* Catch up with changes in makefiles.
* Make portlint happier with respect to DOCSDIR, INFO and spaces.
* Use the new INFO macro.
* Use PATCHFILES instead of patching by hand, now that we don't support
  the non-ACL exiscan patch.

This release fixes a few last minute release mistakes from 4.21.

PR:		ports/55701
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-08-18 17:19:58 +00:00
Sheldon Hearn
0cc81f2419 Remove a wishlist patch incorporated into 4.21.
Reported by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-08-16 10:09:10 +00:00
Jun Kuriyama
7c0800f7ec Quick fix for INDEX build breakage by openldap2[012] split.
We should use net/openldap20/bsd.openldap.mk later...

Pointy hat to:	kuriyama
2003-08-14 22:12:22 +00:00
Sheldon Hearn
fc0f425d13 Roll forward over the last revision's backout.
This reinstates exim-4.21, but with PORTREVISION bumped so that folks
unlucky enough to get the bum version can easily upgrade.

Include a patch to fix the reported IPv6 bug.
2003-08-14 15:46:27 +00:00
Sheldon Hearn
873e93e1de Revert previous delta, which updated to exim-4.21.
The update causes segfaults during remote delivery for at least one
IPv6 user, and I don't have an IPv6 testbed to work with yet.

Requested by:	Suresh Ramasubramanian <suresh@outblaze.com>
2003-08-14 12:06:41 +00:00
Sheldon Hearn
944ed68cfa Update to exim-4.21:
* This is a mostly maintenance release, although some new features have
  been added (including Sieve support).

!!!WARNING!!!

The non-ACL exiscan patch is no longer supported.  The exiscan-acl patch
is now used by default, unless WITHOUT_EXISCAN is given.

This means that existing installations that rely on non-ACL exiscan
CAN NOT be upgraded without changes to the configure file.
2003-08-14 10:25:15 +00:00
Sheldon Hearn
136d768ea0 Update to exiscan patch level 10.
Submitted by:	Jacques Marneweck <jm@ataris.co.za>
2003-08-14 09:06:01 +00:00
Sheldon Hearn
c74a19fa6f Mention daily_clean_hoststat_enable.
Reported by:	Joe Altman <fj@panix.com>
2003-07-17 19:06:43 +00:00
Sheldon Hearn
51aa188e22 Move Exim mirror sites to MASTER_SITE_EXIM in Mk/bsd.sites.mk.
Add additional mirrors.

PR:		ports/53499
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-07 11:32:28 +00:00
Sheldon Hearn
7032872fa3 Recognize named lists in hosts_treat_as_local.
Reported by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
Obtained from:	author
2003-06-30 11:46:43 +00:00
Sheldon Hearn
9e94087155 Instrument a facility for including wishlist patches if WITH_WISHLIST
is defined.

Kick off with Exim 4 wish list item #163, which allows suppression of
the Received header if received_header_text is empty.

PR:		ports/53432
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-06-18 03:26:24 +00:00
Sheldon Hearn
70b4918cf0 1) Update exiscan-acl patch to -09:
Improved clamd support.
   New FAQ/example documentation.

2) Enable wildlsearch lookups by default and add new
   WITHOUT_WILDLSEARCH knob for disabling them.

3) Issue a fat warning if 127.0.0.1 is found in the relay_from_hosts
   hostlist of an existing configure file on upgrade.  This is important
   for IPv6 users and doesn't hurt IPv4-only users.

4) Attempt local deliveries as the owner of the mailbox (still group
   mail) and don't fail if the existing mailbox permissions are narrower
   than those with which we would have created it.  This works around
   pw(8) creating mailboxes with 0600 permission (instead of 0660).

Don't advertise Exim's configuration syntax as simple any more.  This
implies that you could leverage Exim's power with just a little reading,
which is not the case.

Bump PORTREVISION accordingly.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com> (1)
PR:		ports/52952 (2)
Submitted by:	Tim Bishop <tim@bishnet.net> (2)
Reported by:	Yann Golanski <yann@kierun.org> (3)
Reported by:	"Simon L. Nielsen" <simon@nitro.dk> (4)
2003-06-13 13:20:56 +00:00
Mark Murray
fc07f6e539 Typo fixes. 2003-06-05 22:06:39 +00:00
Sheldon Hearn
baaf9ffd06 * Update to exiscan-acl patch 08, which fixes wrong defaults for sophie
antivirus and adds clamd support.

* Use the bz2 patch for exiscan-acl.

* Add a CVS Id tag to exim.sh
  Add a reload command to exim.sh.

Bump PORTREVISION accordingly.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-06-02 13:17:43 +00:00
Sheldon Hearn
bc7aea83aa Enable client-side Microsoft "Secure Password Authentication" SMTP AUTH
support by default and provide the WITHOUT_AUTH_SPA knob to turn it off.

Adds 11KB to the installed binary and requires configuration changes to
enable, so it seems a harmless addition to the default feature set.

Bump PORTREVISION accordingly.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-21 12:57:33 +00:00
Sheldon Hearn
e276d1e538 Update to exiscan-acl-4.20-07, which handles blank lines in reports from
p5-Mail-SpamAssassin-2.54.

Submitted:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-21 11:54:01 +00:00
Sheldon Hearn
341ba17c45 Update to exiscan-acl-4.20-06, which fixes a problem handling multiple
messages on one SMTP connection.

Again, no PORTREVISION bump, because WITH_EXISCAN_ACL is not the default.

If I get hit by a bus, please hand this port over to the submitter.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-19 09:16:49 +00:00
Sheldon Hearn
523c041928 Previous delta lost the checksum for exim/exiscan-4.20-26.tar.bz2.
Never use the makesum target to update distinfo for ports with
conditional distfiles and patches.
2003-05-16 11:46:19 +00:00
Sheldon Hearn
a2e278800b Update to exiscan-acl-4.20-04.
PORTREVISION has not been bumped, because WITH_EXISCAN_ACL is not the
default case.
2003-05-16 11:41:56 +00:00
Sheldon Hearn
4d42a2e4fb * Update to exim-4.20, featuring host of minor bugfixes and some feature
enhancements.  Non-critical upgrade.
* Distribution site fixes and cleanups (somehow ommitted in prev delta).
* Put distribution files in a subdirectory.
* Optional support for exiscan-acl; exiscan is still the default.

I think the submitter is doing a great job.

PR:		ports/52228
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-15 15:18:05 +00:00
Sheldon Hearn
b37e1c6632 * Distribution site fixes and cleanups.
* Add support for db41.
* Fix bug in check_dir_size.
* Fix obscure bug in address rewriting.
* Rename patch-src::auths::plantext.c to ...::plaintext.c, without a
  repo-copy.
* Fix for unqualified redirection addresses prefixed with '\'.

Bump PORTREVISION accordingly.

PR:		ports/50984, ports/51279, ports/51300
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-05-12 09:44:02 +00:00
Sheldon Hearn
29399f79c9 1) Fix reproducible plaintext authentication crash.
2) In the sample configuration file, allow relaying from the IPv6 and
   IPv4 localhost addresses.

   This fixes relaying problems for folks using things like IPv6-enabled
   mailman.

Bump PORTREVISION accordingly.

Reported by:	Alexander Sabourenkov <lxnt@caravan.ru> (1)
		Mark Edwards <mark@antsclimbtree.com> (2)
2003-04-09 18:44:05 +00:00
Sheldon Hearn
5f0e3b5298 * Update exim-4.12 -> exim-4.14:
This is a maintenance release, but there are a few edge cases where
  backward compatibikity in the configure file was broken.

  While upgrading is recommended, administrators are encouraged to
  Update exim-4.12 -> exim-4.14:

  This is a maintenance release, but there are a few edge cases where
  backward compatibikity in the configure file was broken.

  While upgrading is recommended, administrators are encouraged to
  examine the README.UPDATING file in the distribution.

* Catch up to changes in the ports tree with respect to available
  OpenLDAP releases.  While backward compatibility is preserved,
  administrators may use WITH_OPENLDAP1, WITH_OPENLDAP20 and
  WITH_OPENLDAP21 for more fine-grained control of the OpenLDAP
  release on which to depend.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-03-31 09:27:08 +00:00
Sheldon Hearn
d7c7b36274 Fix the DB_LIB_VERSION=4 case.
Reported by:	Andrew Filonov <aef@antar.bryansk.ru>
Approved by:	portmgr
2003-03-07 09:39:52 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sheldon Hearn
29abd72585 Update to exiscan patch -25, which fixes a crash bug handling single-part
base64 mime messages, introduced in patch -24.

Bump PORTREVISION accordingly.
2003-03-04 07:56:11 +00:00
Sheldon Hearn
843119a5eb Update exiscan patch to -24, to catch up with the protocol change in
p5-Mail-SpamAssassin-2.50.

That port update may have been ill-advised so close to a ports freeze,
but this new version of the exiscan patch is backward compatible to
the original protocol, so if the maintainer of p5-Mail-SpamAssassin
rolls back, this port will not require a change.

Bump PORTREVISION accordingly.

Requested by:	"David Haworth" <dave@fyonn.net>
2003-02-26 08:36:24 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
Edwin Groothuis
f71e429079 Point dependencies on net/openldap to net/openldap12 2003-02-24 02:26:55 +00:00
Sheldon Hearn
6cddd6d504 * Update to exiscan-4.12-23a:
+ Reverts non-backward compatible change in output handling of
    CLI AV scanners.

  + Makes a number of options expandable, allowing lookups to determine
    their values.

  + Fixes various edge case bugs.

  + Adds MKS AV daemon support.

* Bump PORTREVISION accordingly.
2003-02-18 10:29:46 +00:00
Sheldon Hearn
65dd0504c4 Warn folks who actually turn Exiscan on about its tendency to not
preserve backward compatibility across upgrades.
2003-02-05 11:57:04 +00:00
Sheldon Hearn
c537abc9b1 1) Update to exiscan-4.12-22, which closes a number of buffer overflows
and incorporates a lot of fixes.

   WARNING, this version of exiscan is not entirely backward-compatible
   with the previous one:

   *	The following configuration options have been replaced with
	compile-time definitions and thus must be removed from your
	Exim configure file if specified there:

	exiscan_spamd_buffer_max_chunks
	exiscan_spamd_buffer_init_chunk
	exiscan_av_buffer_max_chunks
	exiscan_av_buffer_init_chunk

   *	Because of changes in the way MIME handling is implemented,
	the following should be added to the Exim configure file to
	maintain the original behaviour (which was to unpack MIME
	messages):

	exiscan_demime_condition = 1

2) Fix handling of SIGCHLD in redirection processes, which resulted
   in redirection processes vanishing.

3) Bump PORTREVISION accordingly.
2003-02-04 14:07:08 +00:00
Sheldon Hearn
ac224686f9 Do not create missing DB hints files for read-only operations on them;
simply fail the lookup.

This prevents Exim from creating hints files that it can't use when
its DBM method is DB 1.85 (the default).

Obtained from:	author
2003-01-21 10:23:37 +00:00
Sheldon Hearn
d9b85a2948 Update 4.10 -> 4.12:
For Exim, this includes an enormous number of fixes.  Most of these are
for esoteric configurations, although if you're bitten by them, you're
bitten hard.

The fixes also include closing up a buffer overflow that is not believed
to be exploitable, and a format string vulnerability that was only
exploitable by an Exim admin user, but then provided root access.

For Eximon, this just rationalizes a patch we carried locally for ages.
2003-01-08 13:33:30 +00:00
Sean Chittenden
b2c46c868c Chase libpq version bump. 2003-01-04 15:53:39 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Sheldon Hearn
e7433cc0fd Update to rev 16 of the exiscan patch (exiscan-4.10-16). The maintainer
has graciously agreed to make a bzip2 version of the exiscan distfile
available, so use that instead of the gzip version.  This allows
us to remove the post-patch target and associated rubbish.

Bump PORTREVISION accordingly.
2002-10-16 10:00:17 +00:00
Sheldon Hearn
1ec07ac560 1) Enable directory-search lookups by default and provide
WITHOUT_DSEARCH to disable them.

2) Enable NIS lookups by default and provide WITHOUT_NIS to
   disable them.

3) Bump PORTREVISION accordingly.

Submitted by:	Matthew Byng-Maddick <mbm+freebsd@colondot.net> (1)
Requested by:	Nicolas Kowalski <Nicolas.Kowalski@imag.fr> (2)
2002-10-05 12:18:29 +00:00
Akinori MUSHA
989d36020b Fix plist and unbreak packaging.
Submitted by:	bento
2002-09-23 11:09:50 +00:00
Sheldon Hearn
3cb4389a77 Mention mail/p5-Mail-SpamAssassin and security/vscan.
Requested by:	Tony Finch <dot@dotat.at>
2002-09-19 15:31:03 +00:00
Sheldon Hearn
fbf344f4b7 Enable exiscan content scanning unless the new knob WITHOUT_EXISCAN
is defined.

Bump PORTREVISION accordingly.
2002-09-19 12:14:28 +00:00