Commit Graph

277 Commits

Author SHA1 Message Date
peter
d7d523d929 cvs missed this, and I forgot to check out a fresh copy to double
check.
2000-02-23 13:43:56 +00:00
camield
fd71f08359 - mkdir, cp -> INSTALL_* macros
- clean-up pkg/INSTALL (qmail now builds as non-root, if qmail accounts exist)
  The mysql and postfix ports could also use the create_user and/or
  create_group shell functions, as they do a bit more error-checking.
- add obsd tags to INSTALL/DEINSTALL
- fix mastersite
- explicit warning that qmail does not automagically work after install
2000-02-23 10:26:13 +00:00
turan
1dbbfc1f6f broken, installs files in /usr. Needs to be moved to /usr/local. 2000-02-20 22:41:35 +00:00
jakob
d0ca37cd30 license + update to imap-4.7a (bugfix) 2000-02-18 20:35:51 +00:00
camield
3142647c59 - fix run dependency: mail/qmail/qmail -> mail/qmail
- remove NO_MTREE=yes
2000-02-18 14:55:13 +00:00
brad
d2db3d6d76 - cleanup
- make use of MAKE_FLAGS so this port respects CC and CFLAGS
2000-02-17 06:28:59 +00:00
espie
4420842031 All the Makefiles cvs missed first time around... 2000-02-16 10:52:08 +00:00
brad
192dad8594 cleanup 2000-02-15 07:43:04 +00:00
turan
504f314d16 espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE 2000-02-15 05:03:51 +00:00
turan
d8fa988373 license for this is wrong. its not BSD, its NOFEE. 2000-02-14 09:02:29 +00:00
turan
409902039c add none. restrict. 2000-02-13 07:04:44 +00:00
turan
cc900354f1 dual BSD,NONE licenses. make the whole BSD 2000-02-12 09:32:29 +00:00
turan
5d4f242545 public domain licenses 2000-02-12 08:58:16 +00:00
turan
ce65793f81 none licenses 2000-02-12 08:41:07 +00:00
turan
2fe031dd00 Combination GPL/COPY license. delete info until it can be looked at. 2000-02-12 08:29:36 +00:00
turan
1574b9aa2e gpl licenses 2000-02-12 08:02:07 +00:00
turan
8d37dded6c bsd licenses 2000-02-12 06:29:49 +00:00
kevlo
202836a51a Mark it unbroken. Upgrade to version 2.0b8 and cleanup the Makefile. 2000-02-11 07:44:04 +00:00
turan
1d3b5e27cc broken, sources missing 2000-02-11 05:17:17 +00:00
espie
a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00
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