Commit Graph

257 Commits

Author SHA1 Message Date
espie
28accd1d93 Use WRKDIST where appropriate. 2000-02-11 00:37:15 +00:00
espie
1958137a5f Kill NO_WRKSUBDIR.
Clean up a few deprecated variables on the fly.
2000-02-10 23:14:27 +00:00
espie
d5589534e6 Switch to WRKDIST, as I used this port to check. 2000-02-09 01:11:42 +00:00
peter
9a2f2173ed update to version 3.13. Previous version is not available in standard
ftp directory. Since no one let me know, I assume that I am the only
one using exim ?

Changes are in doc/ChangeLog and are all bug fixes - no new features.
2000-02-07 10:32:07 +00:00
espie
3cf144d032 Remove ld bug work-around. 2000-02-05 22:48:46 +00:00
kevlo
675204fe85 Enable tkrat 2000-02-04 10:08:11 +00:00
kevlo
90f143ea42 Initial import of tkrat version 2.0b7.
Tkrat is a mail user agent for X in C with a Tcl/Tk frontend.

Submitted by:	Rik Schneider <riks@wni.com>
2000-02-04 10:07:35 +00:00
espie
e201e9d26b Kill most instances of PATCH_SITES 2000-02-02 17:02:38 +00:00
fgsch
941d7bac0d Update to 5.2.5; minor bug fixes. 2000-02-01 19:49:07 +00:00
kevlo
a739660fdc Fix the dependencies. 2000-01-31 09:08:13 +00:00
jakob
b2b1d23d43 19991231-pl04 2000-01-30 20:01:46 +00:00
jakob
855668895e Update to version 19991231-pl04. This fix is urgent.
-- Info from Wietse --
Patch 04 fixes one old problem that never happened, and fixes two
new problems introduced with patch 03, one of which urgent.  The
problems were found as I was reorganizing the cleanup daemon code.

The too long header fix in patch 03 loses mail when a header is
found too long, and when that mail is't posted with "sendmail -t".

Actually the mail is not lost. The queue file stays in the incoming
queue, as a file with mode -rw-------.

In order to have such mail delivered, chdir into the directory
/var/spool/postfix/incoming, and look for mode -rw------- queue
files that are older than a few minutes (ls -lt|more) and chmod +x
those old mode -rw------- queue files.

DO NOT CHMOD +X ALL INCOMING QUEUE FILES because that causes Postfix
to discard messages that are still being received.
2000-01-30 20:01:27 +00:00
jakob
77fb9590fb postfix-19991231-pl03 2000-01-29 16:10:33 +00:00
jakob
471622ff47 Update to version 19991231-pl03. Info from Wietse below:
Postfix version 19991231 patchlevel 03 fixes low-priority defects
and provides workarounds for unusual conditions.

- Workaround to prevent one site with a huge backlog from blocking
  all other deliveries. This is controlled by a new configuration
  parameter qmgr_site_hog_factor (default:  90 percent) that limits
  how much in-memory queue manager resources a site can claim.

- Workarounds for the most likely problems that will happen when
  running the Postfix queue on top of NFS.

- The SMTP server did not look in the relocated table and would
  report "User unknown" rather than letting the mail bounce the
  way it is supposed to be.

- When requested to extract recipients from message headers, Postfix
  now insists that no message header exceeds the header size limit.
  This prevents Postfix from inadvertently disclosing Bcc: addresses.
2000-01-29 16:07:55 +00:00
kevlo
89fd0d8592 Add dot-forward, fastforward, and mess822. 2000-01-28 13:16:21 +00:00
kevlo
65189535c0 Initial import of mess822 version 0.58.
The library for parsing Internet mail messages.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 13:14:04 +00:00
kevlo
a4f8ddd4fd Initial import of fastforward version 0.51.
fastforward handles qmail forwarding according to a cdb database. It can
create forwarding databases from a sendmail-style /etc/aliases or from
user-oriented virtual-domain tables.

Submitted by: 	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 13:11:55 +00:00
kevlo
968d17c7f7 Initial import of dot-forward version 0.71.
sendmail-style .forward support for qmail

Submitted by: Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 13:09:31 +00:00
kevlo
02f8bd6d2f Add checkpassword, ezmlm, qmail, qmailanalog, rblsmtpd, and serialmail. 2000-01-28 13:00:00 +00:00
kevlo
daa96a5fc4 Initial import of checkpassword version 0.81.
simple, uniform password-checking interface.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:56:25 +00:00
kevlo
e00dfb245f Initial import of ezmlm version 0.53.
An easy-to-use, high-speed mailing list manager for qmail.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:53:58 +00:00
kevlo
750ef0b42e Initial import of serialmail version 0.75.
tools for passing mail across serial links.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:51:35 +00:00
kevlo
516fc4cd04 Initial import of rblsmtpd version 0.70.
block mail from RBL-listed sites.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:49:31 +00:00
kevlo
abbba49682 Initial import of qmailanalog version 0.70.
A collection of tools to analyze qmail-send's activity.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:46:40 +00:00
kevlo
fdbf4edf51 qmail is a secure, reliable, efficient, simple message transfer agent.
It is meant as a replacement for the entire sendmail-binmail system on
typical Internet-connected UNIX hosts.

Submitted by:	Camiel Dobbelaar <cd@sentia.nl>
2000-01-28 12:43:40 +00:00
peter
c767451029 For some very strange reason, this file did not get committed. Rather
critical I think.
2000-01-26 11:54:13 +00:00
brad
01da1bd204 - cleanup Makefile
- replace usage of perl with sed
- remove pre-configure and place the contents of it (config.sh) in the
files dir and copy it into WRKSRC as part of the pre-configure target
- ${CP} -> cp
2000-01-23 07:06:15 +00:00
espie
4915f32e9a Update to mutt 1.0.1.
with help from David Terrell (and tests/advice from various people).
2000-01-21 16:39:36 +00:00
fgsch
c6b44a1bfa Update to 5.2.4; minor bug fixes. 2000-01-18 21:09:35 +00:00
espie
5314fe34f6 Mark mutt as broken until someone updates to 1.0 and audits the security
fixes...
2000-01-13 21:59:23 +00:00
peter
1b5be17619 Update exim to version 3.12
* Version 2.12 is no longer available on the primary or mirror sites

o The configuration file format has changed. For those upgrading,
  please see the documentation and consider using the upgrade script to
  help automate the config files change. This upgrade script is built as
  part of the source, but *not* installed - as it should only be needed
  once.

o The X11 eximon program will be built with this port/package - this
  assumes that X is installed. Would someone with more ports
  experience consider helping me here and writing the right kind of
  Makefile check to see if files/eximon.conf should be copied to the
  build directories.

o Perl support is included as standard as is support for additional
  mail delivery formats. These are not the default in vanilla exim 3.12

o Finally, another plea for help. This port does not make as usuable
  package, as I could not get support for the creation of a config file
  working. I intend to look at this further, but as the old version was
  completely useless, I felt it was better to get this in the tree
  sooner rather than later.
2000-01-13 20:15:03 +00:00
kevlo
9d6676c057 Fix the MASTER_SITES direcotry. 2000-01-13 04:35:59 +00:00
form
62e86c170d Fix: compilation failure under OpenBSD with IPv6/KAME 2000-01-12 18:43:40 +00:00
pjanzen
17be684e59 elm2.4.ME+.66 2000-01-05 09:06:12 +00:00
brad
81bcc26dc5 - mkdir -> ${INSTALL_DATA_DIR}
- improve usage of INSTALL_ macros
2000-01-05 05:17:14 +00:00
brad
7b74479f9f add patch provided in PR, fixes problem with using ispell as the spell
checker in Pico/Pine.
Patch By: Jason Downs <downsj@downsj.com>
--
closes PR# 1036
2000-01-05 05:13:37 +00:00
jakob
8b13d1bb41 postfix-19991231-pl02; fix case sensitivity bug in anti-relaying code 2000-01-04 14:53:42 +00:00
fgsch
0ad099853e sync with reality. 2000-01-04 14:15:13 +00:00
fgsch
83e99e2758 Update to release 5.2.3; this time is working fine. 2000-01-04 14:13:23 +00:00
jakob
8baec45005 postfix-19991231-pl01 2000-01-03 14:33:49 +00:00
jakob
8e7e275f88 MAINTAINER changed to <jakob@openbsd.org>. OK dugsong@ 2000-01-03 07:37:39 +00:00
jakob
fa86cc645b postfix-19991231 2000-01-02 12:20:03 +00:00
jakob
0fafec5142 Update to postfix-19991231. Please read RELEASE_NOTES if upgrading
from a previous version for information about incompatible changes.
2000-01-02 12:19:37 +00:00
kevlo
ef1c27daaf Fix up PLISTs. 1999-12-27 10:52:13 +00:00
fgsch
6eb4745e84 rollback to 5.2.1; too many problems in very short time. 1999-12-26 16:41:11 +00:00
fgsch
3b5e8e6086 Add ipv6 support via WITH_IPV6. Any testers? 1999-12-26 16:04:06 +00:00
fgsch
18d8931cf8 Update to release 5.2.2. 1999-12-26 15:30:36 +00:00
fgsch
329c18e6bc Update to 3.14. 1999-12-26 11:10:31 +00:00
brad
6bb0c0af29 remove =yes after --with-foo options, using --with-foo implies yes 1999-12-25 07:48:19 +00:00
fgsch
c533fdfcd1 ok, right, remove /usr/lib/libkrb.a check too; brad@ 1999-12-25 06:50:21 +00:00