Commit Graph

203 Commits

Author SHA1 Message Date
Peter Wemm
3b2cf5fed4 Missing $Id$ in Makefile, shorten pkg/DESCR. 1996-10-15 11:27:38 +00:00
Masafumi Max NAKANE
f8245e7e20 Activated fetchmail which was submitted by Ville Eerola <ve@sci.fi>. 1996-10-15 04:58:30 +00:00
Masafumi Max NAKANE
ba5d4de49d Fetchmail - batch mail retrieval client with pop2/pop3/apop/kpop/imap support. 1996-10-15 04:52:41 +00:00
Paul Traina
53496fae1c time to go to sleep...call file by right name 1996-10-13 08:39:51 +00:00
Paul Traina
4477ccd6a8 Whoops, forgot to include the makefile patch 1996-10-13 08:18:35 +00:00
Paul Traina
961de0e15a The following patches enable RFC1342 compatible decoding of header fields
for non-ascii character sets.

Additional tips:
        setenv MM_CHARSET <rfc1342 charset>
        setenv LC_TYPE    <proper locale>

e.g.    setenv MM_CHARSET KOI8-R
        setenv LC_TYPE    ru_RU.KOI8-R

or      setenv MM_CHARSET iso-8859-1
        setenv LC_TYPE    iso_8859_1

Change your mhl.format to read so that the new code will be invoked on
interesting fields when you do a "show":

From:formatfield="%(comp{text})"
Reply-To:formatfield="%(comp{text})"
To:formatfield="%(comp{text})"
cc:formatfield="%(comp{text})"

Obtained from: Ola Stromfors <Ola.S.Stromfors@telia.se>,
	       Frederik H. Andersen <fha@dde.dk>,
	       with fixes from anders@ifi.uio.no and pst@freebsd.org
1996-10-13 08:13:18 +00:00
Peter Wemm
845387b469 Add exmh 1996-10-10 15:06:54 +00:00
Peter Wemm
e108e11e60 Port for build exmh-1.6.9
NOTE: this does not use the GUI build/install, it does the equivalent
work with some scripts.
1996-10-10 15:00:53 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Masafumi Max NAKANE
19c1794ba2 Added local hack to make youbind server detatch itself from the controling
tty at the startup.

Removed `&' from the startup script since youbind doesn't need to be
put background manually.
1996-10-09 12:50:55 +00:00
Andrey A. Chernov
f1bbc2df7c Upgrade to pl 28
DSN turned off, because we not yet have sendmail 8.8
1996-10-03 19:08:13 +00:00
Paul Traina
a32537ed35 Fix random memory overwrite bug 1996-09-30 19:19:23 +00:00
Masafumi Max NAKANE
a68294c029 Activated mailagent. 1996-09-29 17:03:58 +00:00
Masafumi Max NAKANE
53baf370eb Removed the lines in the patches that contain $Id$. Fortunately, all
those lines were in the very last part of the hunks. :-)
1996-09-29 16:55:23 +00:00
Masafumi Max NAKANE
9310542f0e A sophisticated mail processing program. 1996-09-29 03:26:48 +00:00
Andrey A. Chernov
d65ee4f357 Upgrade to +26 1996-09-21 12:20:22 +00:00
Masafumi Max NAKANE
38f4e4de38 ${PREFIX} is set to ${LOCALBASE} only when no value is specified for the
variable.
1996-09-18 19:20:24 +00:00
Masafumi Max NAKANE
6bf31ff92d Updated Masafumi NAKANE's E-mail address. 1996-09-17 15:07:58 +00:00
Satoshi Asami
f17accf9f6 Don't use "&;", which is now illegal.
Submitted by:	max@sfc.wide.ad.jp
1996-09-14 08:36:30 +00:00
Andrey A. Chernov
92e8c91544 Use flock locking as other delivery systems does
Move global procmailrc to /usr/local/etc
1996-08-28 13:18:46 +00:00
Satoshi Asami
2e655475ff Remove spurious ";" after "then". Indend one chmod line to match
the rest of its buddies.
1996-08-21 09:25:28 +00:00
Satoshi Asami
075fc8b6cc Added youbin. 1996-08-21 09:08:40 +00:00
Satoshi Asami
f6d645c05f Remote (network) biff.
Submitted by:	max@sfc.wide.ad.jp
1996-08-21 09:06:55 +00:00
Chuck Robey
936e581dba Repair mysterious cvs damage, crap added below bottom line. 1996-08-18 22:03:54 +00:00
Andrey A. Chernov
76e029e564 Upgrade to +25 1996-08-15 19:16:50 +00:00
Andrey A. Chernov
9946c2f615 Upgrade to +24 1996-08-12 12:40:56 +00:00
Andrey A. Chernov
762edd2025 Upgrade to +23 1996-08-11 12:28:26 +00:00
Peter Wemm
2ca9abcb58 Some fixes :-
- add -DPOSIX to pico build so that it doesn't use the sgtty cruft.
 - clean freebsd-specific files too.
 - correctly specify wait() as taking an int, rather than configuring it
   for "union wait *" and adding patches to cast them to int's.
 - use POSIX counterparts for pine proper (signals, non-blocking, termios)
 - correct path to /usr/bin/passwd (not /bin/passwd)
 - revert 3-char identifier to "BSF" not "BSI" (originally, BSN = NetBSD,
   BSF=FreeBSD, BSI=BSDI)
 - use more usual paths for news files.  both cnews and inn* default to
   /var/news (usually), and the inn ports default to
   /usr/local/news/lib/active (cnews uses /usr/local/lib/news/active)
   None of our ports use /usr/spool/news or /usr/lib/news/active.

Partly Submitted by: Chris Timmons <skynyrd@opus.cts.cwu.edu>  (PR#1458)
1996-08-09 08:04:47 +00:00
Satoshi Asami
fbb112ee77 Added majordomo. 1996-07-20 01:44:18 +00:00
Satoshi Asami
6073bad618 Finally, the majordomo mailing list manager.
Submitted by:	 James FitzGibbon <james@nexis.net>
1996-07-20 01:39:22 +00:00
Satoshi Asami
ce757e674d Delete $Id$. 1996-07-17 04:06:40 +00:00
Satoshi Asami
ae0e6d258c Upgrade, 3.91 -> 3.95. This version is supposed to fix a lot of bugs.
Submitted by:	"Matthew N. Dodd" <winter@jurai.net>
1996-07-17 03:58:38 +00:00
Satoshi Asami
42b70a7d3c Upgrade (0.3 -> 0.4) from author. He says it contains some major
bugfixes.

Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1996-07-12 11:52:01 +00:00
Satoshi Asami
3f6dbd9ebd Don't turn on debugging by default.
Submitted by:	jkh
1996-07-10 02:34:25 +00:00
Satoshi Asami
fe043f033c Author-supplied patch.
Submitted by:	markm
1996-07-09 21:24:47 +00:00
Mark Murray
027d99f349 Add Exim. 1996-07-06 13:20:20 +00:00
Mark Murray
18ecf108f8 Add Exim. Exim is a high performance sendmail replacement (except no UUCP)
wiyh powerful retry/requeue and management features.
Written by Philip Hazel of Cambridge University.

OKed by: asami
1996-07-06 11:13:58 +00:00
Satoshi Asami
21acbe4aed Move NO_PACKAGE down, out of the ftp site section. 1996-07-05 06:12:45 +00:00
Paul Traina
ecee42f814 Make NO_PACKAGE because POP needs to POP user id.
Requested by: gpalmer
1996-06-26 00:21:25 +00:00
Paul Traina
3add58a3d7 Add scripts/pre-install to request POP userid creation.
Move pop.auth database to ${PREFIX}/etc/popper/pop.auth so that it
(a) does not conflict with MH's pop3 database of same name, and (b)
so that ${PREFIX}/etc/popper directory can be owned by pop uid so
that popauth -init always works.

This should cover the last nits regarding this port.

Requested by: asami
1996-06-22 18:24:51 +00:00
Andrey A. Chernov
8aaa49ca31 Upgrade to lvl 22 1996-06-20 22:23:48 +00:00
Paul Traina
5aded53b0e Fix up a couple of popauth problems in 2.2 1996-06-09 20:02:02 +00:00
Paul Traina
a9d425424f Merge import into main branch 1996-06-08 22:38:53 +00:00
Paul Traina
a538cbc51d Port of Qualcomm POPPER v2.2. 1996-06-08 22:33:52 +00:00
Andrey A. Chernov
79e9a0a1e0 Upgrade to +19 1996-05-26 00:47:54 +00:00
Andrey A. Chernov
b194777c82 upgrade to me17 1996-05-07 19:42:50 +00:00
Andrey A. Chernov
acbf08dd6a Upgrade to ME+16 1996-05-03 21:18:54 +00:00
Paul Traina
6cc416dad8 Merge Mark's changes and my previous changes together to provide a 6.8.4
with the same functionality as 6.8.3.
1996-04-27 19:16:48 +00:00
Mark Murray
68f5f42fc3 Redo the package list - there are a couple of new POP files. 1996-04-27 17:44:43 +00:00
Mark Murray
13053f004a Add POP services to MH. Mercifully, this is actually quite light on bloat.
Also add some repairs to the slocal .maildelivery db file system for
BSD4.4.
Submitted by:	Paul Traina (.maildelivery repairs)
1996-04-27 17:43:54 +00:00