A continuum in the history for this file isn't necessary. What _is_
important is the purpose of the patch today:
*) Changes the test used to determine whether a file should be installed
to cope with files which we "touch" to zero bytes for packaging
purposes.
*) Causes the configure file to be installed as a sample only. The
administrator needs to rename this file to "activate" exim.
*) Changes the invocation of make-info to be less prone to fail on
silly errors and fixes the info(1) titles so that, for example
``info exim'' actually enters the exim.info file.
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.
``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
needed.) This update was performed by me locally at the same time as the
submitter.
Changes include:
- Updated SSL support.
- Added CRAM authentication support.
- Added MailDir configuration option to specify the default location of local
mailboxes when relative paths are used.
- Added support for uploading local messages to the IMAP server.
- Added CopyDeletedTo configuration option to cause isync to move deleted
messages to a particular mailbox on the server when they are expunged.
- Started to re-use passwords for multiple mailboxes
Submitted by: Pete Fritchman <petef@databits.net>
Changes in 1.18.250
1) I ran my new version of Frink over the code and found quite a few bugs
in infrequently executed code. I also rewrote some bits to make them better.
2) Fixed the startup bug introduced in 249....
The committed version differs from the one in the PR. It is supplied by
the maintainer after a round of fixes.
PR: 28127
Submitted by: Arnaud S. Launay <asl@launay.org>
OK'ed by: markm
Delete USE_QT_VER= 2 as its implied
Bump PORTREVISION because tar was rerolled, maintainer is author.
Fix typo in pkg-descr
PR: 27942
Submitted by: maintainer
Reviewed by: will
Also change PATCH_SITES and PATCH_FILES to foo+= instead of = to allow multiple options to be used when we have multiple options that are compatible with each other
Submitted by: will
Reviewed by: will
Software changes: multi-packet probes, kernel-level timestamps,
support for TCP probes.
Port changes: Removed unneeded --with-ipv6 (it's been automatic for
some time), add --with-pcap to turn on libpcap support.
Patch formerly required for alpha build has been rolled into the
source (in a slightly different form).