- Fix LDAP support build problems
- CONFLICTS has been expanded
- WITH_GHOSTSCRIPT_AFPL support has been changed to honor GSPORT
- WITH_TRANSPORT+=uucp changed since uucp is no longer part of the base system
and NOUUCP is no longer a /etc/make.conf tunable for buildworld
- WITH_EXPECT not being set now adds --disable-changepass which causes the suid
authdaemon.passwd to not be installed.
- devel/fam dependency is now non-optional since the port will use the library
if it finds it regardless of one's intention to use it or not. For instance
if libfam is installed and one doe not want it used by courier but chosses
the WITH_LDAP support than libfam will get sucked in as well. Then the user
deletes fam and courier breaks because the user had no idea courier depended
on it. So until courier gets a configure --without-fam tunable this should
be a mandatory dependency.
- and last but not least etc/rc.d/courier.sh startup script has been rewritten
to work with rc.subr which allows one to move it to /etc/rc.d/courier and
have it just work. :)
PR: 61112
Submitted by: Yarema <yds@CoolRat.org>
- Support WITH_DB_VER=42 to build against db42 rather than
default db4
- Switch to bz2 to reduce download time and data volume.
- Fix up forgotten src/version.c update to 0.15.13.2
PR: 61284
Submitted by: maintainer
majordomo installed from the port doesn't work out of the
box: one either has to move ${PREFIX}/majordomo/majordomo.cf
to /etc/majordomo.cf, or set the MAJORDOMO_CF envvar. This
patch should fix this problem.
Honestly, I didn't use his patch since it wasn't attached to the
original PR.
PR: ports/45963
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Approved by: maintainer timeout
Installation of mail/squirrelmail places the ports documentation
in PREFIX/squirrelmail, and you are not able to not install
the documentation with NOPORTDOCS.
- installs all documentation to the DOCSDIR directory
- fixes security of the port by moving the attachment
and user preferences out of the web servers document
root (moves default data_dir & attachment_dir from
SQUIRRELDIR/data to sub-directorys under
/var/spool/squirrelmail) as recommended on the
SquirrelMail web site.
- adds a periodic/daily script to clean the attachment
directory of abandoned files (disabled by default)
- location of squirrelmail can be set by either defining
SQUIRRELDIR or WITHOUT_WWWDIR when patching and installing
the port.
- BENTO FIX: The /var/spool/squirrelmail directory is
created by pkg-install, but it wasn't being uninstalled.
Connditionalized the creation of this directory depending
on how the BATCH variable is set. A message in pkg-deinstall
advises the port user to remove it if no longer needed.
PR: ports/50840
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Approved by: Maintainer timeout
2) Allow the operator to override exim user and group with EXIM_USER and
EXIM_GROUP. This was made possible by the introduction of runtime
resolution of the exim_user UID and the exim_group GID, new in
exim-4.30.
Reported by: Phil Pennock <pdp@nl.demon.net>
Updates:
- MASTER_SITES
- dovecot-example.conf used pgsql for userdb by default, now uses passwd.
PR: ports/61188
Submitted by: Robin Breathe <robin@isometry.net>
Time constraints prevent me from maintaining this port properly. I
apologize for being unable to serve the community better, but life
has gotten in the way of things as usual.
The build issue here seems to be a rather strange one, and has to do
with compiling on the alpha. I have no way of troubleshooting this
myself, since I don't have access to the build environment.
The port requires some heavy-duty updating and it's really not
something I have much time to work on. Unfortunately.
I hope someone else will take over from me.
Thanks to Alex for his work on this port.
Add ENABLE_SPAM_DELIVERY knob
Make dspam play with qmail
Install MySQL documentation
Install a dummy mysql.data file
PR: 61089
Submitted by: Mark Daniel Reidel <mark@reidel.info>
Reviewed by: Rob Evers <rob@debank.tv>
Includes ports/60908 by Franz Klammer <klammer@webonaut.com>
The new version includes many new features.
The database structure has changed !! Read UPGRADE.TXT
PR: ports/61044
Submitted by: Rob Evers <rob@debank.tv>
* add new dependency of p5-Test-Simple
* create the output dir if it does not exist (Thanx Paul Wolters!)
* added BUGS section to doc
* converted makegraph.t to Test::More and added some tests
* output dir no longer gets a trailing slash (good for OS/2?) and we use
File::Spec to construct output file names
* better reasons for skipping mails (string vs. some number)
PR: ports/60977
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Prayer is yet another Webmail interface for IMAP servers on Unix systems.
It exists because we weren't terribly happy about the characteristics of
existing Webmail interfaces: in particular scalability problems with common
open source Webmail packages and the lack of flexibility that commercial
packages would give us. This doesn't mean that Prayer is trying to compete
with existing Webmail packages. It just means that Prayer is better suited
to our particular environment.
WWW: http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/
Yadda - Yet Another Damn Delivery Agent is a
fully featured mail delivery agent, with support for Maildir++
and softquotas. It also supports filtering, and SQL-usage.
It's written entirely in Perl and uses Mail::Audit which is
available from CPAN. It's compatible with RFC2033 (LMTP)
and works great with postfix, and other LHLO/LMTP-fluent MTA's.
Author: Jesper Noehr <jesper@noehr.org>
WWW: http://code.printf.dk/~decius/yadda/
PR: 60802
Submitted by: Jesper Noehr <jesper@noehr.org>
The milter recives messages from sendmail, and saves them as a file in
a directory. The directory name and the file name are the "$i" (queue
identifier) from Sendmail, making it easier to identify them. Once the
entire message has been received, the milter runs "ripmime" on the file
to extract any attachments. If rupmime returns without an error then it
will run "uvscan" on the diretory to scan all the files in it. If uvscan
returns an error, then the milter will look for viruses output from
uvscan, and reject the message reporting which viruses were found. If
viruses were found then the entire directory is moved to quarantine,
otherwise it is deleted.
The milter also does extention checks. Certain extentions are blocked
completely. In specific, extenions of .scr, .vbs, .pif, and .com are
blocked.
Author gave permission to distribute it with BSD-License.
WWW: http://www.nmt.edu/~wcolburn/antivirus/