and KDE), and is fully featured, including MIME support, multiple accounts,
filtering, etc. It currently runs under Linux, FreeBSD, and Solaris.
WWW: http://kiltdown.sourceforge.net/
- Save more documentation in %%PREFIX%%/share/doc/sendmail
- Update Sendmail package, only libmilter will be installed.
- Bump PORTREVISION
- Cleanup configuration, reduced overhead in "site.config.m4" files
- New option SENDMAIL_WITHOUT_IPV6=yes
- Use global WITH_TLS as well as SENDMAIL_WITH_TLS
- New slave ports: sendmail-sasl, sendmail-ldap
- vbsfilter now build a package
FreeBSD has shipped with mailwrapper(8), which facilitates the use of
drop-in replacements for sendmail. Retire exim.sh in favour of the
mailwrapper(8) approach.
Requested by: AMAKAWA Shuhei <sa264@cam.ac.uk>
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.
Fix a problem with building Kerberos 4 (Kerberos 5 is still broken).
PR: 27941 (the Kerberos 4 build problem)
Submitted by: Shawn Halpenny <malachai@iname.com>
Approved by: maintainer
Make port compliant with NOPORTDOCS
Remove pkg-plist.htmlfiles in new NOPORTDOC procedure
Add two patches to be applied post-patch for NOPORTDOC
Correct pkg-plist to be compliant with NOPORTDOCS
Enable pop3 and imap4
Add hook for SSL
Put distfiles in mutt dist_subdir
Don't depend on sgml on alpha
Submitted by: maintainer
Reviewed by: will
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>
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
Add --enable-compressed to VVV
Remove --enable-compressed from normal build because it requires compressed folder support.
Submitted by: jim
Reviewed by: maintainer, jim
Poppy is a small perl script that allows you to perform simple tasks
on a POP3 or IMAP server. It is of most use in a "limited resources
environment" whether thats low disk space, slow internet connection,
or no graphical environment.
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).
- respect existing CXXFLAGS
- properly support NOPORTDOCS (fix plist)
- add pkg-message
- take over as maintainer
PR: 28027
Submitted by: Pete Fritchman <petef@electron.databits.net>