Commit graph

4387 commits

Author SHA1 Message Date
Anders Nordby
461653d1fa Update to 0.7.8. 2003-04-09 21:56:11 +00:00
Sheldon Hearn
29399f79c9 1) Fix reproducible plaintext authentication crash.
2) In the sample configuration file, allow relaying from the IPv6 and
   IPv4 localhost addresses.

   This fixes relaying problems for folks using things like IPv6-enabled
   mailman.

Bump PORTREVISION accordingly.

Reported by:	Alexander Sabourenkov <lxnt@caravan.ru> (1)
		Mark Edwards <mark@antsclimbtree.com> (2)
2003-04-09 18:44:05 +00:00
Tilman Keskinoz
2222c5ce3f Fix python path. Bump PORTREVISION.
PR:		50407
Submitted by:	Linh Pham <question@closedsrc.org>
2003-04-09 18:07:15 +00:00
Peter Pentchev
421bf5a414 Finally add a port of qmail-conf that I have been using for
more than two years now...
2003-04-08 14:12:44 +00:00
Hajimu UMEMOTO
5e967f383a fix build on alpha by fixing prototype conflict.
Reported by:	bento via kris
Obtained from:	Cyrus
2003-04-08 09:45:15 +00:00
Kevin Lo
b1fbfa34ce Update to 1.4.7
PR: 50689
Submitted by: MAINTAINER
2003-04-08 05:35:54 +00:00
Oliver Braun
1dd00bf1e7 Upgrade to 0.11.1.8.
PR:		ports/50699
Submitted by:	maintainer
2003-04-07 22:39:44 +00:00
Dirk Meyer
77aa2be346 - Fix more linebreaks 2003-04-07 19:14:05 +00:00
Dirk Meyer
47051d970c This is a simple sendmail milter which adds an X-RBL-Warning header to
any emails that are received that come from an open relay as
determined by your choice of RBL checking service (i.e. bl.spamcop.net).

This is useful if you'd rather have the mail user agent (MUA) deal with
potential spam rather than just blocking it in case you loose
legitimate messages.  Note that the X-RBL-Warning header is only set if
the site was found to be an open-relay.

For more information, see the rbl-milter website at:
  WWW: http://opensource.confusticate.com/rbl-milter/
RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and
the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com>

PR:		45605
Submitted by:	wolpert@codeheadsystems.com
2003-04-07 19:09:33 +00:00
Yen-Ming Lee
c3ed054c08 update to vm-7.14
PR:		49958
Submitted by:	Olivier Tharan <olive@oban.frmug.org>
2003-04-07 10:19:43 +00:00
Yen-Ming Lee
b434d3b119 add spamstats-0.4b
a tool to generate statistics on a {exim/postfix/sendmail}/spamd system.
2003-04-07 06:51:44 +00:00
Doug Barton
db18b516c2 Upgrade to version 2.53, which contains numerous bug fixes. See the
Changes file for more information.

Conditionalize dependency on p5-MIME-Base64 for perl < 5.8.
2003-04-07 00:12:26 +00:00
Doug Barton
cbbb085474 The SA developers incorporated something very similar to this patch, so
it's no longer necessary.
2003-04-07 00:10:11 +00:00
Pete Fritchman
939ccc00cb Project home has moved to sourceforge. 2003-04-06 19:51:37 +00:00
Yen-Ming Lee
71b32ecf86 update to version 0.8.7
PR:		50637
Submitted by:	Lefteris Chatzibarbas <lefcha@hellug.gr>
2003-04-06 18:26:52 +00:00
Yen-Ming Lee
8914da5694 use cpio(1) instead of tar(1), avoid owner's problem when the port is built
and installed by different user.

Submitted by:	David Magda <dmagda@magda.ca>
2003-04-06 18:15:30 +00:00
Pete Fritchman
62ba0b8f21 Specify /usr/sbin/sendmail (mailwrapper) as the default sendmail binary
to use by default now, unless the user specifies NO_MAILWRAPPER.

Submitted by:	Thomas Seck <tmseck@netcologne.de>
2003-04-06 15:31:07 +00:00
Norikatsu Shigemura
e6f5bb48bb There is a problem with the interaction between MessageWall and Microsoft
Exchange server.  The MS Exchange server gets upset that MessageWall sends
the "250 2.0.0 h1Q0Qc907062 Message accepted for delivery" and the "\r\n"
in different packets.  The first patch works around this MS problem.

See http://messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200302&threadid=nnoiaogojliciagmgpbk

 The other patch changes how MessageWall behaves when there are multiple
recipients to a message.  MessageWall accepts the first recipient, but
defers the second with a temporary SMTP error.  This can take some time
for all recipients to get the message when the sending side has a long
queue time.  MessageWall does this since different recipients of a message
can have different profiles.  We, along with a number of sites, use a
single profile for all inbound email.  This patch, which must be enabled
when the port is built with -DMESSAGEWALL_ALLOW_MULT_RCPT, allows multiple
recipients, using the profile of the first recipient.

See: http://www.messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200303&threadid=lcjcimckfmdphlhpjjhn

PR:		ports/50296
Submitted by:	Douglas K. Rand <rand@meridian-enviro.com>
Approved by:	maintainer timeout (12 days)
2003-04-06 14:43:07 +00:00
Yen-Ming Lee
18074c438c unbreak openwebmail when it's installed in fresh-built environment.
use "tar cf" and "tar xf" instead of "cp -R".
generate real PLIST in do-install phase.

Noticed by:	kris and bento
2003-04-06 06:30:54 +00:00
Edwin Groothuis
5a5101affe cyrus port should add periodic file to prune deliverdb
The cyrus port takes no steps to insure the deliver databases
	are properly pruned. This can be quite easily accomplished
	on a daily basis by adding a periodic file to take care of
	this. This should be a model for other ports that require
	daily/weekly/monthly actions. Why else did we bother to
	break up the cron jobs into the /etc/periodic* structure?

PR:		ports/26801
Submitted by:	Nick Sayer <nsayer@quack.kfu.com>
2003-04-06 00:07:58 +00:00
Edwin Groothuis
a261e3db98 Mark port NO_PACKAGE because it requires IMAP/IMAP_SSL which isn't
supplied by default.

Submitted by:	kris@
2003-04-05 23:00:44 +00:00
Kris Kennaway
ce8e9e999f Don't remove the etc/pam.d system directory 2003-04-05 22:02:58 +00:00
Kris Kennaway
76dd54f21c BROKEN: Changes ownership/permission of manpages, broken pkg-plist 2003-04-05 21:16:46 +00:00
Edwin Groothuis
d1388803fe Update port: mail/mimedefang to 2.31
Update to 2.31
	Added IPv6 support, Better performance and scalability on
	very busy mail servers, Support for Symantec CarrierScan
	Server and F-Risk FPROTD virus-scanners, Documentation
	fixes, etc...

PR:		ports/50102
Submitted by:	Andrey V. Pevnev <andrey@mgul.ac.ru>
2003-04-05 06:24:22 +00:00
Joe Marcus Clarke
06fb1402bc Convert to new GNOME infrastructure. 2003-04-05 06:14:08 +00:00
Joe Marcus Clarke
7f1b1bb4ea * Update to 1.2.4
* Remove USE_GNOMENG macro
2003-04-05 04:55:30 +00:00
Vanilla I. Shu
d996514372 Upgrade to 1.4.0.
PR:		ports/50602
Submitted by:	maintainer.
2003-04-05 01:54:19 +00:00
Sean Chittenden
29a22bf272 Fix bmf to work correctly with db3, db4, and db41.
Noticed by:	Keltia on IRC
2003-04-04 22:30:16 +00:00
Mario Sergio Fujikawa Ferreira
240a399641 'chown user:group' constructs are preferred over 'chown user.group'
for compatibility. For instance, the later does not work in 5.x
branch anymore

Submitted by:	sanpei
2003-04-04 19:50:24 +00:00
Dirk Meyer
a0d03f61d8 - make portlint happier 2003-04-04 17:52:39 +00:00
Yen-Ming Lee
a26e046c14 Update to latest release (0.5.1)
PR:		50591
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-04-04 14:17:00 +00:00
Edwin Groothuis
d3197f534a new port mail/silkymail, a slick looking webmail program
SilkyMail is an Internet mail client that runs in your
	browser. It can be used by itself, or in conjunction with
	an IMAP or POP-capable client as part of a complete set of
	messaging tools. (It works very nicely in conjunction with
	Mulberry.)

	It was designed by internet mail client experts to work in
	high-scalability and diverse environments. It's not just
	another webmail hack cut of rough cloth -- it's a real mail
	program, that can be used by novice users and advanced users
	a like, but with the independence of browser access. SilkyMail
	is the smoothest mail client in a browser around.

PR:		ports/47721
Submitted by:	Aaron Voisine <voisine@yahoo.com>
2003-04-04 12:46:59 +00:00
Oliver Braun
8630fad8d7 Upgrade to 0.11.1.6.
PR:		ports/50596
Submitted by:	maintainer
2003-04-04 10:11:26 +00:00
Joe Marcus Clarke
cb2e6bbf09 Update to 2.0.10.
PR:	50316
Submitted by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
2003-04-04 08:08:58 +00:00
Joe Marcus Clarke
a4b23926a4 * Update to 1.2.3
* Fix a problem creating filters on [older] FreeBSD mailing lists [1]

Submitted by:	Vladimir B. Grebenschikov <vova@sw.ru>
2003-04-04 07:45:37 +00:00
Peter Pentchev
5de648d1fe Update to 2.0.3 and add my autoconfiguration patch which uses DJB's
mechanisms for detecting the availability of strcasestr(3) and only uses
autorespond's own strcasestr() version if needed.

NOTE: there is NO functionality change in autorespond-2.0.3 with respect
to 2.0.2.
2003-04-04 07:27:36 +00:00
Yen-Ming Lee
a65da2444a update to 0.9.6b
PR:		50543
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-04-04 06:05:45 +00:00
Edwin Groothuis
b4f4b3da14 [Maintainer Update]: mail/gubby
Update to latest release.
	(which is 0.5.0)

PR:		ports/50561
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-04-04 00:48:45 +00:00
Dirk Meyer
6670a706f1 - use bsd.openssl.mk 2003-04-03 19:39:55 +00:00
Joe Marcus Clarke
2eb89f8e1a Update to 1.4.3. 2003-04-03 02:56:10 +00:00
Anton Berezin
a57e87aad6 Fix plist and the list of manpages.
PR:		50431
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-02 20:23:31 +00:00
Edwin Groothuis
6ac138c01e Update port:mail/gotmail to version 0.7.9 to work with changes in Hotmail
Updated gotmail to 0.7.9 to get more hotmail spam.

PR:		ports/50061
Submitted by:	Bjorn Nelson <o_sleep@babbleheaven.com>
Reviewed by:	Erwin Lansing <erwin@lansing.dk>
2003-04-02 12:08:38 +00:00
Edwin Groothuis
50936627c4 New port: mail/smtprc
New port. (and my 30st port.. wheeee)
        [can somebody give him ports-commit access please? - edwin]

        smtprc is fully configurable, multithreaded open mail relay
        scanner.  It supports scanning of IP blocks, and can print
        the results to a web page.  It is intended for SysAdmins
        to check IP blocks under their control.

PR:             ports/48889
Submitted by:   Michael L. Hostbaek <mich@freebsdcluster.org>
2003-04-02 11:26:45 +00:00
Kevin Lo
6ae90c2baa Update to 0.9.2
PR: 50516
Submitted by: MAINTAINER
2003-04-02 04:35:20 +00:00
Yen-Ming Lee
2f086832ff remove mail/wmbiff/pkg-message since it is no longer needed
Requested by:	Simon L. Nielsen <simon@nitro.dk>
2003-04-01 14:18:30 +00:00
Maxim Sobolev
fcc7498b5d Add p5-Sendmail-Milter 0.18, a module to write mail filters in Perl
using sendmail's mail filter API.
2003-04-01 12:32:57 +00:00
Yen-Ming Lee
8b6ff144cb Update of mail/wmbiff to 0.4.15 and add support for gnutls (SSL).
PR:		50510
Submitted by:	Simon L. Nielsen <simon@nitro.dk>
2003-04-01 00:45:27 +00:00
Edwin Groothuis
aaa950ba59 New port: mail/crashecho
crashecho is FTN JAM/MSG tosser for a node.
	CrashEcho is a successor of a CrashMail II tosser originally
	written by Johan Billing.

PR:		ports/45468
Submitted by:	Cyril Margorin <cyrilm@immo.ru>
2003-03-31 22:55:54 +00:00
Edwin Groothuis
eca33d3df5 New ports: mail/jamlib
These are a collection of subroutines that encapsulate much
	of the format-specific and tedious details of the JAM message
	base format.  The idea is that application programmers by
	using these routines can concentrate on the more high-level
	issues of their programs instead of worrying about their
	JAM routines.

PR:		ports/45467
Submitted by:	Cyril Margorin <cyrilm@immo.ru>
2003-03-31 22:45:23 +00:00
Sheldon Hearn
5f0e3b5298 * Update exim-4.12 -> exim-4.14:
This is a maintenance release, but there are a few edge cases where
  backward compatibikity in the configure file was broken.

  While upgrading is recommended, administrators are encouraged to
  Update exim-4.12 -> exim-4.14:

  This is a maintenance release, but there are a few edge cases where
  backward compatibikity in the configure file was broken.

  While upgrading is recommended, administrators are encouraged to
  examine the README.UPDATING file in the distribution.

* Catch up to changes in the ports tree with respect to available
  OpenLDAP releases.  While backward compatibility is preserved,
  administrators may use WITH_OPENLDAP1, WITH_OPENLDAP20 and
  WITH_OPENLDAP21 for more fine-grained control of the OpenLDAP
  release on which to depend.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-03-31 09:27:08 +00:00