- Install examples and docs into standard directories
- Do not depend on apache13 - it should run with other Web servers, too
- Move all other dependencies to RUN_DEPENDS
- Look for dependendcies (including ezmlm-idx) in LOCALBASE
- Remove obsoleted patches
- fix typo in the config file
- Bump PORTREVISION
PR: ports/42218
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: maintainer
of postfix. Brings configurable feature set up to same level as postfix port,
except that IPv6 patches do not apply (patch author needs to update them).
PR: 54767
Submitted by: maintainer
the full-fledged ezmlm-idx.
No change to the default configuration, thus no PORTREVISION bump.
PR: 54693
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
Use SourceForge as master sites.
Add WITH_MODIFY_QUOTA and WITH_DOMAIN_AUTOFILL knobs.
Make WEBDATASUBDIR and WEBDATAURL working.
PR: 54577
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
esmtp is a user configurable relay-only Mail Transfer Agent
(MTA) with a sendmail compatible syntax. It's based on libESMTP
supporting the AUTH (including the CRAM-MD5 and NTLM SASL
mechanisms) and the StartTLS SMTP extensions.
These are the esmtp features:
* fully sendmail command line compatible,
* supports the AUTH SMTP extension, with the CRAM-MD5 and
* NTLM SASL mechanisms,
* support the StartTLS SMTP extension,
* requires no administration privileges,
* individual user configuration,
* does not receive mail, expand aliases or manage a queue.
PR: 54491
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
- On BSD root is required, comment didn't say so and I didn't
notice since I don't have any 4.x boxes which I use dovecot on.
PR: 54404
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
configure script tests getopt_long() but does not use its result;
getopt.o and getopt1.o will always be linked. So libgnugetopt
dependency is just redundant.
* This version modifies the SMTP engine and removes
the segfault from the attachment encoding.
PR: 54384
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
threads via "T ~a" (means: tag all entire threads where at least
one message of the tread is tagged).
o Bump PORTREVISION.
PR: ports/54361
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
threads via "T ~a" (means: tag all entire threads where at least
one message of the tread is tagged).
o Bump PORTREVISION.
PR: ports/54360
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
mini_sendmail reads its standard input up to an end-of-file and sends
a copy of the message found there to all of the addresses listed. The message
is sent by connecting to a local SMTP server. This means mini_sendmail
can be used to send email from inside a chroot(2) area.