Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
portlint complains if there is no / at the end, while the
do-fecth doesn't work with a / at the end. Use fetch_site
in this case.
Make do-fetch working
Replace WWWUID and WWWGROUP with WWWOWN and WWWGRP
Noticed by: bento log
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/postfixadmin-2.0.2_1.log
Informed maintainer
- Fixed a compatibility problem using Parse::RecDescent version 1.94
- Fixed problem in migrate that caused problems in versions of perl earlier
than 5.6.
The SPF protocol relies on sender domains to publish a DNS whitelist of
their designated outbound mailers.
Given an envelope sender, Mail::SPF::Query determines the legitimacy of an
SMTP client IP.
* patch applied to smtp-tls.c and examples/mail-file.c for Balsa
* smtp-tls.c
- fixed typo in check_file()
- domain name check is now done using the wildcard match per RFC 2818
- better error reporting for check_file() and check_directory()
PR: 61434
Submitted by: maintainer
- 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/
A tool to manage virtual domains via a PHP interface
Postfix Admin is a Web Based Management tool for Postfix
when you are dealing with Postfix Style Virtual Domains and
Virtual Users that are store in MySQL. Written in PHP.
PR: ports/54984, ports/58417
Submitted by: SIN-HSIUNG CHANG <sexbear@tmu.edu.tw>, Rob Evers <rob@debank.tv>
annoyance-filter uses Bayesian statistics to determine the probability
an E-mail message is junk based on an analysis of its contents compared
to collections of known junk and legitimate E-mail.
Suggested by: phk
- Fixed portability issues for Windows. (It should now work under the normal
Windows command shell.) Note that this requires the use of a temporary file
for decompression of file handles on Windows--a minor security risk.
- Makefile.PL version detection for GNU grep now works correctly for version
numbers which end with letters.
- Fixed typo bugs in a couple test cases.
o Add missing PKGNAMEPREFIX
o Add missing entries in PLIST
PR: 60724 [1]
Submitted by: maintainer
several bugs including one that causes large lists to hang
while being sent have been fixed.
PR: ports/60666
Submitted by: Trish Lynch <trish@bsdunix.net>
These patches do the following things for PEAR ports:
* devel-pear-PEAR-Makefile.common.patch
- provides a do-install target and all that jazz in
devel/pear-PEAR/Makefile.common
- individual PEAR ports now just set a few variables:
* pear-ports-Makefile.common-ng.patch
contains changes for all pear-* ports including devel/pear-PEAR
See http://smradoch.innuendo.cz/FreeBSD/ for complete description.
Note: still missing are:
devel/pear-HTML_Common
devel/pear-I18N
net/pear-Net_NNTP
security/pear-Auth
PR: ports/59213
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
informs users if they have new mail.
* multiple folder support
* mbox, MH, Maildir and Sylpheed support
* POP3 support (if the GNet library is available)
* automatic folder format detection
* responsive UI (multi-threaded application)
* HIG-compliant user interface
* themeable stock icons
PR: ports/56969
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
This set of programs controls access to relaying for users that
authenticate using either POP3 using the qmail-popup/qmail-pop3d
or pop3front servers, or IMAP using Courier IMAP.
Author: Bruce Guenther <bruceg@em.ca>
WWW: http://untroubled.org/relay-ctrl/
PR: 60471
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
- Remove patched we do not need anymore
- Disable database extensions by default;
use WITH_GDBM knob to enable them [1]
- Add WITH_USERDB knob to enable userdb authentication [1]
- Add WITH_LDAP knob to enable virtual user LDAP support [2]
- Add WITH_MYSQL knob to enable virtual user MySQL support [3]
- Use DOCSDIR in pkg-plist
- Re-word/clarify pkg-descr
PR: 58968 [1], 56329 [2], 59807 [3]
Submitted by: oleg dashevskii <be9-ml@be9.ru> [1],
Paul Dlug <paul@aps.org> [2],
Harold Paulson <haroldp@internal.org> [3]
Teapop is yet another RFC1939 compliant POP3 server. It includes
flexible virtual domain support that distinguishes it from all other
POP3 servers.
WWW: http://www.toontown.org/teapop/
PR: 55333
Approved by: erwin (mentor)
From Jason's announcement:
"After almost three years of hacking on TMDA, I'm proud to announce the
release of version 1.0-final. I figured that after this length of
time, the version number should be bumped to a positive value to
better reflect its current stability."
- Reword pkg-descr
This fixes a critical bug in 1.12 that prevented the outgoing_server
option from working - perdition would segmentation fault if this
option was selected. Also includes some minor documentation and
build fixes. Users are strongly recomended to upgrade to 1.13 if
they are using 1.12.
Approved by: erwin (mentor)
- the port compiles cleanly on -CURRENT with -Werror
- the compatibility option (-O) is not misused
- Bump PORTREVISION
PR: 60298
Submitted by: maintainer
This is another module produced by the "Perl Email Project", a reaction
against the complexity and increasing bugginess of the "Mail::*"
modules. It replaces Mail::Audit, and allows you to write programs
describing how your mail should be filtered.
WWW: http://search.cpan.org/dist/Email-Filter
PR: 59617
Submitted by: Lars Thegler <lars@thegler.dk>
- Start using DIST_SUBDIR because of the funkyness of the patch names
- Tweak pkg-plist (duplicate @dirrm/@unexec rmdir, use DOCSDIR, etc.)
- Do not bump PORTREVISION: The default built binaries are unchanged
PR: 57877
Submitted by: Scott Lambert <lambert@lambertfam.org>
Approved by: maintainer
Other than removing the "-w" (warnings) flag for Perl execution, and
the version number bump, this release is identical to 1.0.18.
This also marks the point where the port will follow the stable release
again instead of the BETA releases.
vQregister is a CGI which allows new email users to signup on your system.
It is extremely configurable, and has many methods of operation.
* Configurable to allow random generation of passwords, which are
emailed to users.
* Redirect your users (ie, SqWebmail) after the signup process is complete.
* Fully templacized HTML, and email output.
WWW: http://www.inter7.com/vqregister.html
PR: 59525
Submitted by: Dan Caescu <daniel@freebsd.ro>
The Anomy sanitizer is what most people would call
"an email virus scanner". The most important jobs that the sanitizer
can do for you - it can scan email attachments for viruses.
Other things it can do:
- Disable potentially dangerous HTML code, such as javascript,
within incoming email.
- Protect you from email-based break-in attempts which exploit
bugs in common email programs (Outlook, Eudora, Pine, ...).
- Block or "mangle" attachments based on their file names.
This way if you don't need to recieve e.g. visual basic scripts,
then you don't have to worry about the security risk they imply
(the ILOVEYOU virus was a visual basic program).
This lets you protect yourself and your users from whole
classes of attacks, instead of blocking individual exploits.
Author: Bjarni R. Einarsson <bre@netverjar.is>
WWW: http://mailtools.anomy.net/
PR: 59869
Submitted by: janos.mohacsi@bsd.hu
- Add new knobs: WITH_MYSQL, WITH_MAILDROP, WITH_PROCMAIL
While I'm here:
- Reset maintainer to ports@FreeBSD.org - Dominic Marks released
maintainership of his ports on 2003-09-16 (see ports/56935)
PR: 60138
Submitted by: Rob Evers <rob@debank.tv>
to mailnull:mailnull (UID/GID 26)
Still looking for a better solution
- Update to 0.44.0
PR: 59367
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
Qmail-Scanner is e-mail content scanner that enables a qmail server to
scan all messages it receives for certain characteristics (normally viruses),
and react accordingly.
If you have a commercial virus scanner (eg, Sophos sweep, McAfee
uvscan, etc) installed when you build qmail-scanner, qmail-scanner
will configure itself to use that. Otherwise, it will only use its
internal content filter which only allows you to block mail based
on text in the subject/body, general types of attachments, etc.
WWW: http://qmail-scanner.sourceforge.net/
PR: 55941
Submitted by: moeti <freebsd@simplerezo.com>
2) distinfo - update checksum for outgoingip.patch: no major change
in code
3) New patch files/patch-qmail-local.c
- Erik Sjlund pointed out a bug in qmail-local at
http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/10/msg00696.html
- Precedence bug corrected by adding parentheses which
affects .qmail files parsing code
4) Add qmail's sendmail emulation fix: "David Phillips noticed that
sendmail's '-f' option sets a default From: header, and so should
qmail's emulation."
- Add distinfo checksum for the patch
Submitted by: too many [2]
Obtained from: http://www.qmail.org/ [3] [4]
SYMPA is an electronic mailing list manager. It is used to automate list
management functions such as subscription, moderation and management of
archives. SYMPA also manages sending of messages to the lists, and
makes it possible to reduce the load on the system. Provided that you
have enough memory on your system, Sympa is especially well adapted for big
lists. For a list with 20 000 subscribers, it takes 5 minutes to send a
message to 90% of subscribers, of course considering that the network is
available.
WWW: http://www.sympa.org/
PR: 46615
Submitted by: Autrijus Tang <autrijus@autrijus.org>
- Improve pkg-install script (create /var/dovecot tree)
- Add pkg-deinstall to cleanup dovecot directories and remove
created uids at de-install; ask to stop dovecot
if it's still running
- Make pkg-message obey PREFIX/DOCSDIR
- Make use of USE_OPENLDAP, rename WITH_LDAP2 to more standard WITH_LDAP
- Remove 'Feature Autodetection'. If you want the port built with extra
dependencies, tell it: avoid bloat
- Update the rc.d script to work with relative addressing
(e.g. './dovecot.sh start' works.)
- Assign maintainership to the submitter
PR: 59762
Submitted by: Robin Breathe <robin@isometry.net>
This version does some code cleanup, fixes minor bugs in the qconfirm
and qconfirm-notice programs introduced with the last version, and
corrects some typos in the documentation.
changes and bugfixes. Compiles on both 4.x and 5.x.
PR: ports/57910
Submitted by: Marco Molteni <molter@tin.it>
Committed on behalf of lioux@, who is having machine problems.
Update OpenSSL-support, include security/openssl/bsd.openssl.mk,
remove usage of deprecated librsaref/libRSAglue, add a knob WITHOUT_SSL.
Pacify portlint.
Terminate all sentences in comments with a period.
Replace spaces with tabs in pre-everything:: messages to print out
an aligned table.
PR: ports/53401
Submitted by: Marius Strobl <marius@alchemy.franken.de>
(Committed on behalf of lioux@, who is having machine problems)
- Add FTP servers to MASTER_SITES
- Assign maintainership to the submitter
While I'm here:
- Minor cleanup: s/echo/${ECHO_CMD}/, use DOCSDIR
- Shorten COMMENT to fit the limit
PR: 59796
Submitted by: Thierry Thomas <thierry@pompo.net>