- 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.
- Check for tcpserver dependency in PATH rather than in ${PREFIX}/bin
- Install additional documentation
- Use DOCSDIR macro in pkg-plist
- Cleanup and simplify Makefile
- Make portlint(1) happy
- Take maintainership
PR: 53860
Submitted by: Sergei Kolobov <sergei@kolobov.com>
- Install at least some documentation
- Make portlint(1) happy - move RUN_DEPENDS, etc.
- Cleanup and simplify Makefile
- Remove checks for changin PREFIX and/or QMAIL_DIR between build
and install phases - the Ports does not support such scenarios
in any case, the checks are unnecessary
- Add Author tag in pkg-descr
- Take maintainership
PR: 53858
Submitted by: Sergei Kolobov <sergei@kolobov.com>
- Make portlint(1) happy: move RUN_DEPENDS and PATCH_SITES
- Remove explicit ezmlm version number from COMMENT and pkg-descr
- Reformat pkg-descr
- Cleanup and simplify Makefile
- Use DOCSDIR macro in pkg-plist
- Take maintainership
PR: 53857
Submitted by: Sergei Kolobov <sergei@kolobov.com>
o Synchronise README.FreeBSD with current reality.
o Improve security a little by adding a 'dovecot-auth'
user and group.
PR: 53875
Submitted by: Dominic Marks <dominic.marks@btinternet.com> (maintainer)
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
* Patch from Angel Luis Jimenez Martinez to use curl's cookie
handling. Fixes the latest Hotmail breakage (the "inboxloc"
problem)
* Minor code updates
- Reword COMMENT and rewrite and update pkg-descr
- Install additional documentation
- Use macros in pkg-plist
- Take maintainership
PR: 53547
Submitted by: Sergei Kolobov <sergei@kolobov.com>
o Unbreak by adding IS_INTERACTIVE.
PR: ports/53569[1], ports/53522[2]
Submitted by: Thierry Thomas <thierry@pompo.net> [1]
Mark Linimon <linimon@lonesome.com> [2]
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>
Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
Add mailscanner 4.21.9, a powerful virus/spam scanning framework
for Sendmail and Exim.
MailScanner is a complete e-mail security system designed for use on
e-mail gateways. It protects against viruses, and detects attacks against
e-mail client packages (such as Outlook, Outlook Express, Eudora). It can
also detect almost all unsolicited commercial e-mail (spam) passing through
it and respond to all incidents in a wide variety of ways.
Not only can it scan for known viruses, but it can also protect against
unknown viruses hidden inside e-mail attachments by refusing entry to
attachments whose filenames match any given pattern. This can include generic
patterns that trap filenames attempting to hide the true filename extension
(e.g. ".txt.vbs").
* New feature from Cory Wright. TEMPLATE_DIR_MATCH_RECIPIENT will
search for a template directory based on the recipient address.
* New feature. The bounce,reject FILTER_INCOMING action now takes an
optional 'template' argument to bounce using a specific template
rather than the default template (bounce.txt).
- Install missing contributed scripts/configs
Noticed by: Jason R. Mastaler <jason@mastaler.com>
PR: 53297
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: Mike Meyer <mwm@mired.org> (MAINTAINER)
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)
- Allow for addition of user-specified headers with $HEADER_ADD
- SMTP front end now logs invalid commands
- Added a hook for CVM validation of recipient addresses
- Added support for RFC 1870 ESMTP SIZE extension
PR: 52910
Submitted by: maintainer
- Update MASTER_SITES to include official mirrors
- Introduce two compile-time knobs:
- WITH_XINETD Use xinetd instead of the default daemontools/ucspi-tcp
- WITHOUT_OPENSSL Disable OpenSSL support (enabled by default)
- Install all sample configs into ${PREFIX}/etc/bincimap instead of
${EXAMPLESDIR}
PR: 52904
Submitted by: Sergei Kolobov <sergei@kolobov.com>