Commit graph

209 commits

Author SHA1 Message Date
Sheldon Hearn
d95748dac9 Fix pkg-list following the move from exim.sh.sample to exim.sh.
Bump PORTREVISION to reflect the whole rc.d startup change and
the "NULLs in message body as exposed to filters" patch.
2002-04-03 16:15:30 +00:00
Sheldon Hearn
9f1ab5925c Cope with -CURRENT's new tri-state sendmail_enable rc.conf(5) variable
by using an rc.d script to launch Exim, as was done before I took over
this port.

This seems to be the most popular approach, and is arguably the
simplest.  Folks like me who attach some aesthetic value to using rc(8)
and mailer.conf(8) to launch Exim at startup time should know enough to
blow away the rc.d script and do things any way they please.

For now, use two versions of the POST-INSTALL-NOTES, the only
difference being that the one given to -CURRENT users suggests setting
sendmail_enable to 'NONE', while the one for -STABLE users suggests
'NO'.
2002-04-03 15:52:32 +00:00
Sheldon Hearn
2515226235 Cope with the fact that at least one 3rd-party package against which
Exim may be linked (MySQL) uses a startup script to add its library
path to the linker hints.

Explain the problem in POST-INSTALL-NOTES and provide a sample
startup script.

I think such packages should do away with the script and provide
POST-INSTALL-NOTES that encourage the operator to add the library
path to ldconfig_paths in /etc/rc.conf, but provide this work-around
anyway.

Reported by:	Oliver Brandmueller <ob@e-Gitt.NET>
2002-02-25 12:51:33 +00:00
Sheldon Hearn
fbfa4cbf07 Update to exim-3.35:
Most notable fixes include tightened string handling in a few
pathalogical cases that some people suspect might be exploitable, at
least in the form of a DoS.

Requested by:	Randy Bush <randy@psg.com>
2002-02-19 18:35:30 +00:00
Sheldon Hearn
46c9d447c4 Enable the LMTP transport by default and provide a knob for disabling
it.  There are just too many people who need this for "black box"
POP3/IMAP services to justify the bytes saved in the default package.
2002-01-28 13:46:25 +00:00
Sheldon Hearn
f42b7494ff Update to exim-3.34:
* Mostly incorporates patches already carried by the port.

* Fixes a vulnerability in pipe handling, which was not exposed
  by the default configuration, but which could have been exposed
  if the configuration were altered appropriately.
2002-01-07 12:06:08 +00:00
Sheldon Hearn
9c3a4b5b4d Bump PORTREVISION for this recent change:
Build Exim with compile-time defaults for exim_user and exim_group.
Use the newly added mailnull user, and the now well-established group
mail.

The use of compile-time defaults for these values is not required for
many sites, but are important for more exotic applications.

This ensures that the packages are useful to the widest audience
possible.
2001-12-11 12:42:29 +00:00
Sheldon Hearn
a2c2418b51 Stop people complaining about the absence of plain text versions of
the documentation by installing them.

Update the post-install notes to reflect the presence of the new
exim-doc-* ports for alternative documentation formats.

Bump PORTREVISION.
2001-11-30 14:31:11 +00:00
Sheldon Hearn
1be28deb98 Catch up with the location of the distfile on the master site and
mirrors.  The exim-3.x distribution has been moved into exim3
in preparation for the advent of exim-4.x.

Reported by:	wjv
2001-11-28 10:55:17 +00:00
Sheldon Hearn
983ef9b69a Add the author's patch to fix bad handling of a disk space shortage
on pipeline input.

Bump PORTREVISION to reflect the change.

Obtained from: exim-users@exim.org

Message-Id: <Pine.SOL.4.33.0111131315260.9828-100000@virgo.cus.cam.ac.uk>
2001-11-14 11:25:42 +00:00
Sheldon Hearn
34323bd7e0 Add the author's patch to fix a failure to reap children on BSD systems,
where SIG_IGN as the signal handler for SIGCHLD is bad.  This is only
an issue when a significant number of messages is received via pipe
(e.g. with -bS) at a faster rate than they can be dealt with by parallel
delivery agents (e.g. -odqs).

Bump PORTREVISION to reflect the change.

Obtained from: exim-users@exim.org
Message-Id: Pine.SOL.4.33.0111021349170.19636-100000@virgo.cus.cam.ac.uk
2001-11-02 17:11:14 +00:00
Sheldon Hearn
312a1adc00 Add the author's patch to fix broken handling of queue_list_requires_admin
and the -bpc flag.

Bump PORTREVISION to reflect the change.

Obtained from: exim-users@exim.org
Message-Id: Pine.SOL.4.33.0110301326040.24148-100000@virgo.cus.cam.ac.uk
2001-11-02 10:24:52 +00:00
Sheldon Hearn
27a23416c4 Fix the message_body_size filter variable bug reported by Phil Chambers
to the exim-users mailing list on 2001-09-19 using the patch posted to
the list by the author on 2001-09-24.

Bump PORTREVISION accordingly.
2001-09-26 16:31:19 +00:00
Sheldon Hearn
fad28da06f Fix inversion in NOPORTDOCS test introduced in previous delta. 2001-09-12 23:46:55 +00:00
Sheldon Hearn
e19aceb0b2 * Drop deprecated USE_PERL5.
* Move the contents of pkg-message into POST-INSTALL-NOTES, which
  gets installed in the !NOPORTDOCS case for future reference.

* Refer to POST-INSTALL-NOTES from pkg-message in the !NOPORTDOCS
  case.  In the NOPORTDOCS case, use POST-INSTALL-NOTES as the
  pkg-message.
2001-09-11 11:06:54 +00:00
Sheldon Hearn
d52469e050 * Break eximon into its own port. The goal is to allow administrators
to install and use Exim from the packages without having to install
  XFree86.

* Remove a stale SEDLIST entry for BINOWN handling.

* Use LOCALBASE instead of PREFIX when referring to already installed
  software.

* Use more strict pattern matching in SEDLIST.

Folks who want eximon (the Exim monitor) must now either build exim
or one of its slave ports with WITH_EXIMON defined or install the
standalone exim-monitor package.
2001-08-27 13:23:52 +00:00
Sheldon Hearn
5269f240e3 * Update to exim-3.33:
- Fixes bug where setting local part to /dev/null without setting
    file_transport caused Exim to crash.

  - Other fixes do not apply to FreeBSD.

* Now that RELENG_4 has bzip2 in the base system, use the bz2
  distfiles.
2001-08-16 09:54:51 +00:00
Sheldon Hearn
cc0d7abdce Update to exim-3.32:
Incorporates the fixes for non-mapped IPv6 listening sockets.

Fixes unclosed MySQL connection bug in delivery subprocesses.

Better RFC compliance with respect to Resent-Subject and
Resent-Reply-To.

Fix handling of unset hostname for OpenLDAP2.

Drop an unclosed connection if more than 5 uncrecognized commands are
received.

Handle \t in fail messages properly.
2001-07-30 10:03:31 +00:00
Sheldon Hearn
30e56f6fb6 Too many people have complained about my choice of MTA user (sendmail).
Bite the bullet _now_ and use MTA user exim instead.  This means that
only early adopters of Exim-3.31 are affected, rather than lots more
folks further down the line.

I still think mailnull is better, but nobody in the Exim community
agrees with me. :-)

Bump PORTREVISION as appropriate.
2001-07-11 11:22:32 +00:00
Sheldon Hearn
e1d536bdb8 Make the purpose of WITHOUT_X11 clearer, based on feedback from several
users.

Fix the call to bind() in daemon.c so that the correct addrlen is
passed for a IPv4 or IPv6 struct sockaddr.  This fixes the problem
where an exim binary compiled for IPv6 support won't bind() to any IPv4
addresses.  The author approves of this patch.

Now that exim+ipv6 works for non-ipv6 FreeBSD hosts, make IPv6 support
default and provide a WITHOUT_IPV6 knob for folks who don't want it.

Turn on WITHOUT_IPV6 for pre-KAME systems, to give RELENG_3 folks a
fighting chance.
2001-07-10 10:47:29 +00:00
Sheldon Hearn
bde8a588e5 Fixes for building with LDAP lookup support:
* Define LDAP_LIB_TYPE conditionally so that the operator can override
  it.

* Allow OPENLDAP1 (or UMICHIGAN) and OPENLDAP2 for LDAP_LIB_TYPE,
  depending on the correct ports for each.

The default behaviour of the port is unchanged.  However, this change
allows for an exim-ldap2 slave port, if desired, and limits LDAP lookup
types to those that can be supported by the FreeBSD ports tree.
2001-07-03 11:14:13 +00:00
Sheldon Hearn
1734dc1d1b Update to exim-3.31:
* Incorporates two patches previously supplied with the port.

* Fixes obscure bug affecting return_path transport option under certain
  conditions.
2001-07-02 14:48:10 +00:00
Sheldon Hearn
804f3be4e6 Catch up with the new postgresql7 layout scheme introduced in
rev 1.75 of ports/databases/postgresql7 in April this year.

This unbreaks the mysql-postgresql7 slave port.
2001-06-27 10:33:38 +00:00
Sheldon Hearn
14d40c95d6 Update 3.22 -> 3.30:
This is primarily a maintenance release, though there are a very small
number of functional additions.

This release does not address the "orphaned -D spool files" problem, but
to date this problem has not been observed on FreeBSD systems.
2001-06-18 15:41:39 +00:00
Sheldon Hearn
681fabeff1 Bump PORTREVISION to reflect the change made in rev 1.84 (exim.sh
retired, use mailwrapper(8) instead).
2001-06-15 14:39:48 +00:00
Sheldon Hearn
a3a1c6fb57 Exim is a drop-in replacement for sendmail. FreeBSD ships with
mailwrapper, which facilitates drop-in replacements for sendmail.

Retire the exim.sh that was installed into ${PREFIX}/etc/rc.d/ to
start Exim, in favour of the mailwrapper approach.
2001-06-15 13:16:38 +00:00
Sheldon Hearn
98bfa4fbf7 Retire our local copy of configure.default, which is a maintenance pain.
Replace it with a patch against the distribution configure.default,
which changes as little as possible so that folks who are accustomed to
Exim on other platforms will not be astonished.

Install the file as configure.default instead of configure.sample, since
it's as close as damnit to the default Exim configuration file.

The only arguably unnecessary deviation from the default is:

* Accept SMTP relay from the loopback IP address.  Too many applications
  require this, and the window of abuse is arguably negligible.
2001-06-14 18:43:05 +00:00
Sheldon Hearn
896d5bff25 Install the Exim info files with more useful names. Before, the command
``info exim'' would fail to descend into any of the 3 Exim info files
from the dir top branch.

While we're at it, add a pkg-message that

1) Points to the documentation
2) Explains how to get Exim started
2001-06-14 17:37:59 +00:00
Sheldon Hearn
c637f5af10 * Add a WITH_IPV6 knob. Exim breaks if compiled with IPv6 support and
run with a kernel that has had IPv6 ommitted from its configuration,
  so I can't make this a default (yet).

* Remove crazy handling of exim.sh and replace it with something much
  simpler and more sane.  This allows non-root users to build, even if
  they can't install (properly).
2001-06-12 18:05:59 +00:00
Sheldon Hearn
474b85df2c Apply officially sanctioned patch to close a format string vulnerability
in exim batch SMTP mode.

The vulnerability is _not_ exploitable by external SMTP callers.
2001-06-11 15:07:51 +00:00
Sheldon Hearn
46e5bb43b1 Retire the local copy of exim_monitor/EDITME from the port, since it
is simply the original with the defaults uncommented and unchanged.
2001-06-11 13:56:12 +00:00
Sheldon Hearn
278f54e00a Enable CDB-style lookups by default and provide a knob for disabling
this support.

Fix the SEDLIST-building logic for disabling mbx and mailstore
alternative mailbox formats.

Bump PORTREVISION accordingly.
2001-06-11 09:40:24 +00:00
Sheldon Hearn
ef42506369 Sandbox Exim.
Since BSD UNIX still doesn't offer a user for running an MTA in a
sandbox the way many Linux distributions do, the Exim port uses
the traditional sandbox user for sendmail, called 'sendmail'.

Bump PORTREVISION accordingly.
2001-06-11 09:20:20 +00:00
Sheldon Hearn
32fc90ba36 The previous revision should have bumped PORTREVISION. Do so now. 2001-06-11 07:54:45 +00:00
Sheldon Hearn
db0afe2b50 Don't link against libssl and libcrypto when TLS support is disabled. 2001-06-11 07:53:55 +00:00
Sheldon Hearn
20b7a5c052 Finally remove the bastardized local copy of EDITME (called
files/Makefile) that's been a maintenance PITA for too long.  Replace it
with a patch against EDITME, now that the sed rules that operate on it
are mostly sensible.
2001-06-11 07:49:53 +00:00
Sheldon Hearn
431730ec32 Fix sed expression in previous (untested) commit. 2001-06-11 07:22:50 +00:00
Sheldon Hearn
17e6e102df When WITH_TCP_WRAPPERS is not defined, actually remove the XX_ cruft
from EXTRALIBS.
2001-06-11 07:21:46 +00:00
Sheldon Hearn
04453ec58b Use the standard ports mechanism for enabling and disabling features:
* Features enabled by default are disabled by defining
	  WITHOUT_FEATURE.

	* Features disabled by default are enabled by defining
	  WITH_FEATURE.

Requested by:	alex
2001-06-11 07:20:07 +00:00
Sheldon Hearn
494ec5e219 Prevent sed rules from messing with real comments, instead of the
commented out make values that they are supposed to operate on.

Reported by:	Marc Silver <marcs@draenor.org>
2001-06-11 07:07:07 +00:00
Sheldon Hearn
256c5f3b7f Bump PORTREVISION to reflect the significant changes made in the default
feature set today.
2001-06-10 14:04:09 +00:00
Sheldon Hearn
88900b7927 Fix the embedded Perl interpreter hook. 2001-06-10 14:02:49 +00:00
Sheldon Hearn
002f0448ae Disable TCP Wrappers support by default, but provide a hook to enable
it.

TCP Wrappers support surprises too many novices.
2001-06-10 13:59:43 +00:00
Sheldon Hearn
4625fcef31 Remove stale comment. 2001-06-10 13:50:22 +00:00
Sheldon Hearn
1d6ae66055 Untangle the mess I made of SMTP AUTH authentication mechanisms.
AUTH_CRAM_MD5 and AUTH_PLAINTEXT support have nothing to do with PAM,
other than that all three can be used as authentication mechanisms
for SMTP AUTH.

Enable all three by default, so that the package includes them.
2001-06-10 13:43:50 +00:00
Sheldon Hearn
0ecd575990 Enable TLS by default so that it's included in the package.
Allow the operator to disable the embedded Perl interpreter in the port
build.
2001-06-10 13:17:09 +00:00
Sheldon Hearn
eb12cc6e8a Fix the comment about WITHOUT_X11. 2001-06-10 13:10:33 +00:00
Sheldon Hearn
229158aa8d Enable maildir, mailstore and mbx support by default so that they're
included in the package.  Folks who don't want them can build Exim
as follows:

	cd /path/to/ports/mail/exim
	make WITH_MAILDIR=no WITH_MAILSTORE=no WITH_MBX=no
2001-06-10 13:01:45 +00:00
Sheldon Hearn
676987e47f Bump PORTREVISION in honour of rev 1.6 of files/configure.default. 2001-05-08 11:20:24 +00:00
Sheldon Hearn
18d8d74d74 Update master site.
Reported by:	Peter Radcliffe <pir@pir.net>
2001-04-30 10:38:00 +00:00
Sheldon Hearn
e4f1db2ea1 Update 3.20 -> 3.22, which fixes a number of bugs. 2001-03-05 10:32:14 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
Dirk Froemberg
88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +00:00
Sheldon Hearn
a818454de9 Sync up our copy of EDITME (files/Makefile) and add hooks for
enabling STARTTLS support.  The hooks are disabled by default
and do not support RELENG_3.
2000-12-21 08:56:52 +00:00
Sheldon Hearn
64a29c4fcd Update to exim-3.20. 2000-12-21 08:02:23 +00:00
Andreas Klemm
fb9b5a39f4 old postgresql port has been removed.
use postgresql7, which has proven stability now.
2000-08-26 16:34:17 +00:00
Sheldon Hearn
b32c2f2d5c Update to 3.16:
Bugfix release, featuring a fix for one critical bug in the
	handling of messages frozen by system filters for manual
	thawing.
2000-07-24 10:37:10 +00:00
Satoshi Asami
5146d79152 Mark FORBIDDEN, there is a pretty bad bug that was just fixed in a new version.
Submitted by:	maintainer
2000-07-21 18:09:48 +00:00
Sheldon Hearn
e32233c860 Update 3.14 -> 4.15:
Allow admins to start migrating to the new nomenclature for
	failing addresses:

		fail_soft -> pass
		fail_hard -> fail

		The queryprogram router should use the word decline
		instead of fail.

	New keyword timezone used to manipulate the TZ variable.
2000-06-27 14:24:30 +00:00
Sheldon Hearn
1809b6058d Fix the LIB_DEPENDS line for the WITH_PGSQL case.
Reported by:	"Jason J. Horton" <jason@intercom.com>
2000-05-31 07:27:49 +00:00
Sheldon Hearn
e1431f7643 Update 3.13 -> 3.14:
New pgsql lookup!
	Bugfixes.

Port-related changes:

	Conditionalize embedded Perl interpreter on WITH_PERL.
	Fix SMTP AUTH support.
	Sync up files/Makefile.
2000-05-23 09:23:45 +00:00
Sheldon Hearn
5ed70c7617 Provide visual cues to frob the ldap knobs, after receiving user
feedback that they work.

Reported by:	rip@itouch.co.za (R.I.Pienaar)
2000-05-18 13:59:30 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Sheldon Hearn
2e4507aadb Fix mysql lookups and add experimental glue for ldap lookups.
Reported by:	Peter Lockhart <peter@key.co.za>
2000-04-04 11:51:19 +00:00
Satoshi Asami
48ffecfd74 Fix ldap handling.
Submitted by:	sheldonh
2000-03-13 08:03:50 +00:00
Sheldon Hearn
1b39f669df Add knobs (turned off by default) for non-standard mailbox formats.
Submitted by:	Johann Visagie <wjv@sunesi.net>
2000-02-19 17:18:27 +00:00
Sheldon Hearn
41a107d66c Update to 3.13:
Bugfix release.

IPv6 support is compiled in.  I can't test to see whether it works, and
got no feedback from a request for testing on the exim-users mailing
list.

Also added hooks for SMTP AUTH and PAM support, disabled by default
for now.
2000-01-28 15:57:48 +00:00
Sheldon Hearn
47484dde14 Update to 3.12:
Fix a problem where themessage log file is fclosed twice.

	Fix a long-standing bug in the ``contains'' operation in
	filter files.
1999-12-09 08:25:23 +00:00
Sheldon Hearn
d09301b69a Update to 3.11:
* This is small bugfix release over the last major release,
	  3.10.

	* Exim 3.10 contains numerous bugfixes and new features,
	  described at:

	      ftp://ftp.exim.org/pub/exim/ChangeLogs/NewStuff-3.10.gz

Note that the new PAM support is _not_ enabled in this port yet.
1999-12-02 15:41:50 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Sheldon Hearn
b1c81170db Fix install error for users who comment out USE_XLIB.
While I'm here, bump "Version required:".

Reported by:	Mike Freislich <mikef@korbitec.com>
1999-08-26 08:29:06 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Sheldon Hearn
d9f7575c6f Update 3.02 -> 3.03:
Added Makefile knob for the new MySQL support within lookups.
	Added Makefile knob for the improved LDAP support.
	Turn TCP Wrappers support as default behaviour.
	Turn on embedded perl.

	See doc/NewStuff in the distfile for bugfixes and enhancements.
1999-08-03 17:01:39 +00:00
Sheldon Hearn
fb42f6ed65 Update maintainer's e-mail address. 1999-06-21 11:07:15 +00:00
Sheldon Hearn
6aa723379a Bump "Version required".
Sync our customized files/Makefile with exim's src/EDITME, whence it
comes.
1999-06-17 08:53:12 +00:00
Sheldon Hearn
585ffe186b Work around the way odd shells sabotage exim's arch-type script.
Reported by:	Martti Kuparinen <martti@research.zopps.fi>
1999-06-17 08:46:27 +00:00
Hidetoshi Shimokawa
4063e744f6 Replace FreeBSD-i386 with `${OPSYS}-${MACHINE_ARCH}'. 1999-06-16 02:55:31 +00:00
Steve Price
8795166b2a Here's a appropriate commit message for the last commit.
Upgrade to version 3.02, featuring:
		Simplified handling of domain/host/net/address lists.
		Regex handling bugfixes and improvements.
		Bugfixes.
		Logical improvements.
		Documentation improvements.

	WARNING: backward compatability issues. See README.UPDATING in
	the distribution tarball for details.

	Change maintainer's address.
1999-06-09 11:09:56 +00:00
Steve Price
2faf86bf35 Update to version 3.02.
PR:		12004
Submitted by:	maintainer
1999-06-08 23:28:03 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Mark Murray
3e0e233984 Explicit use of Berkeley DB (careful, DBM users!).
Fixed use of $local_part in router configurations.
Fixed "unseen" on router or director on deferment of delivery.
Other minor fixes.

Fixed handling of USE_XLIB to deal with =NO correctly.

Submitted by:	maintainer
1999-02-10 16:09:49 +00:00
Mark Murray
e283a9c2da Upgrade to version 2.11, featuring minor bug-fixes and some new features.
New features are backward compatible.

Submitted by:	maintainer
1999-01-27 14:07:08 +00:00
Mark Murray
6a63e7ba1d Upgrade to 2.10 release. Bugfixes and some minor wishlist items added,
documentation upgraded.

Fixed nit in configure.default file.

Requested by:	maintainer
1998-12-17 10:54:24 +00:00
Mark Murray
e4d91e4172 Upgrade to 2.054 (Testing release!).
Patches incorporated by the author were removed. One new patch created
to prevent core dumps when running non-listening queue-runners.

Handle the difference in BINOWN between stable (bin) and current (root),
obviating the need for an INSTALL script.

Don't install shell script "place-holders" for eximon when built without
USE_XLIB, just touch the files for package-friendliness. Graceful.

Improve out-of-the-box relay handling; localhost symoblic name was weak,
use private subnet numerical net instead.

Submitted by:	maintainer
1998-12-08 15:23:43 +00:00
Satoshi Asami
57d0d48442 Create info/dir before attempting install-info. 1998-11-29 12:21:58 +00:00
Satoshi Asami
eaecff0876 More USE_XLIBs. 1998-11-28 05:39:01 +00:00
Mark Murray
44c2c6a107 Unbreak.
Added some more reliable mirrors (well-spread across earth masses).
1998-11-17 11:05:15 +00:00
Satoshi Asami
d42e9aab80 Mark broken, can't fetch from single master site. 1998-11-17 04:12:10 +00:00
Mark Murray
bfcc6414a5 Upgrade to version 2.053 (test release), which includes embedded perl
support and incorporates some FreeBSD-specific patches.
1998-11-16 09:45:24 +00:00
Justin M. Seger
81d9e0e4c2 Unbreak for ELF.
Submitted by:	steve
1998-10-13 04:18:50 +00:00
Justin M. Seger
e427e93123 Mark BROKEN for ELF:
gcc -o eximon.bin  -L/usr/X11R6/lib  dummies.o os.o  spool_in.o store.o string.o tree.o em_StripChart.o em_TextPop.o em_globals.o em_init.o  em_log.o em_main.o em_menu.o em_queue.o em_strip.o  em_text.o em_xs.o em_version.o -lXaw -lXmu -lXt -lXext -lX11 pcre/libpcre.a      -lc
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
1998-10-12 18:48:52 +00:00
Steve Price
a967d97eb1 Update version required to 2.05.
PR:		8209
Submitted by:	maintainer
1998-10-10 04:12:51 +00:00
Mark Murray
5353fdd9eb Update to 2.05: Major bugfixes 1998-10-08 14:31:03 +00:00
Mark Murray
64fb7f1aad Update to 2.02; set Sheldon Hearn as maintainer.
*NOTE* Configure file is not backward compatible!!
The new configure file is installed as configure.sample.
1998-10-07 10:49:32 +00:00
Mark Murray
ca0c6e0686 Ugrade to v1.92. 1998-05-25 12:13:38 +00:00
Mark Murray
3c2284d070 Upgrade to 1.82 - (Many bug fixes, improved spam filtering, RBL) 1998-02-09 14:32:42 +00:00
Mark Murray
ed6df3707f Update to 1.73. Bug fixes. 1997-10-15 20:49:47 +00:00
Mark Murray
b2e7bc0460 Upgrade to 1.71. Default in the config file is to forbid relaying. This
will make the anti-spam camp happy...
1997-09-09 15:29:28 +00:00
Mark Murray
25365f174c Upgrade to 1.70. (Lotsa bug fixes, improved macros, improved filtering) 1997-09-08 11:19:08 +00:00
Mark Murray
7cd2fb7aeb Upgrade to version 1.60.
Note! I have fixed a bogon from previous versions where I was putting the
executables in $(PREFIX)/bin. They now go in $(PREFIX)/sbin, so make
sure your previous binaries have been properly removed!
1997-02-26 13:45:02 +00:00
Mark Murray
c81365cdcf Umgrade to v1.59 - the same as the GNU CD release version. 1996-12-01 07:12:15 +00:00
David E. O'Brien
a107548d6a Convert to use MAN[1-8LN] 1996-11-17 07:42:58 +00:00
Mark Murray
e43d73c126 Upgrade to v1.58 1996-11-13 18:12:07 +00:00
David E. O'Brien
ad74428818 CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
1996-11-10 21:32:56 +00:00
Mark Murray
a588bce354 Ugrade to version 0.57 1996-10-31 19:26:07 +00:00
Satoshi Asami
fe043f033c Author-supplied patch.
Submitted by:	markm
1996-07-09 21:24:47 +00:00
Mark Murray
18ecf108f8 Add Exim. Exim is a high performance sendmail replacement (except no UUCP)
wiyh powerful retry/requeue and management features.
Written by Philip Hazel of Cambridge University.

OKed by: asami
1996-07-06 11:13:58 +00:00