Commit Graph

485 Commits

Author SHA1 Message Date
kevlo
0ef74d7cac - Upgrade to version 1.4.6
- Remove FAKE=Yes
- Add @comment with PLIST
2000-06-13 03:59:25 +00:00
brad
b81f61b294 add HOMEPAGE 2000-06-12 15:38:34 +00:00
fgsch
1d2addab8b CONFIGURE_STYLE and tag. add NEED_VERSION too (is this really needed?) 2000-06-11 01:25:45 +00:00
reinhard
4ae608dc18 http://www.linuxstart.com/ -> http://members.linuxstart.com/ 2000-06-10 07:50:21 +00:00
espie
8a385378cb Use COMMENT to indicate supersedes. 2000-06-09 17:14:40 +00:00
brad
7deefa4d46 upgrade to fetchmail 5.4.1 2000-06-08 16:58:54 +00:00
jakob
8a65c2ef6d Install c-client header-files and libraries. 2000-06-05 08:45:09 +00:00
espie
c9685a9d2d Fix & fake 2000-06-05 01:09:24 +00:00
espie
ed8131e081 Fake 2000-06-05 00:42:58 +00:00
espie
21033bdb8f Fake
Repackage popclient patches
2000-06-05 00:31:33 +00:00
espie
37bc688c36 Fix pgpsendmail installation so that it no longer ka-blam! replaces
sendmail...
Need some work yet to be repaired and work elegantly with mailwrapper.
2000-06-05 00:04:02 +00:00
espie
7887fbf29e Fake, fix PLIST, repackage patches. 2000-06-04 23:08:33 +00:00
espie
bc21c8fe35 Fake, slightly non-trivial, as this involves fixing up the packaging. 2000-06-04 22:42:05 +00:00
espie
19bb09282e Fake 2000-06-04 22:06:30 +00:00
espie
b1512ec2c7 Trivial fakes.
Clarify bulk_mailer license, there is an obvious license blurb that says
use is free.
2000-06-04 21:40:43 +00:00
espie
1630c0e9ee Link in & fix name. 2000-06-02 14:16:19 +00:00
espie
f341e469ca Modules suite to handle mail 2000-06-02 14:15:26 +00:00
espie
b1d3ea2163 Forgot NEED_VERSION 2000-06-02 13:02:18 +00:00
espie
a5b5853ecd Convert to CONFIGURE_STYLE perl 2000-06-02 11:56:22 +00:00
form
8b29955cbe fix manpages 2000-05-31 16:09:52 +00:00
jakob
da4b2c6251 update to v4.7c2, maintenace update; <jeffb@ops.tamu.edu>
SUNET mirror removed
2000-05-31 07:29:36 +00:00
reinhard
d95cd2eba7 fixed $(DESTDIR), diff reported back to author 2000-05-30 11:37:40 +00:00
reinhard
a38ef0160d remove unneeded USE_GMAKE; thanks espie@ 2000-05-29 17:15:37 +00:00
reinhard
6efab61df2 enable abook.
ok espie@
2000-05-29 17:11:43 +00:00
reinhard
0ebe126c9d abook is an addressbook program with mutt support. 2000-05-29 16:46:51 +00:00
jakob
4bb3945355 Update to Postfix 19991231 Patchlevel 08. Info from the author:
This patch provides an emergency band-aid for the next wave of
MicroSoft email worms, fixes one bug, and makes external content
filtering a bit more robust.

  - Feature: specify "body_checks = regexp:/etc/postfix/body_checks"
    for an emergency content filter that looks at non-header lines
    one line at a time (including MIME headers inside the message
    body).  This feature uses the same syntax as the header_checks
    patterns.  Details in conf/sample-filter.cf.

    This feature is also available in Postfix snapshot 20000528.

  - Bugfix: the masquerade_exceptions feature was case sensitive.

  - Robustness: upon receipt of mail, Postfix maps MAILER-DAEMON@myorigin
    sender address back into the magic null string, which prevents
    mail from looping after processing by an external content filter.
2000-05-29 06:31:18 +00:00
espie
b39d15e8d2 Activate ports 2000-05-26 01:54:42 +00:00
espie
ea449cb249 pop3 server, port by Dan Harnett. 2000-05-26 01:51:34 +00:00
fgsch
761baf636d ~= -> =~ ; sigh sigh 2000-05-24 14:35:41 +00:00
espie
e14d648d59 Trim comment (yeah, sure, we're going to package broccolis... of course
it's a program).
2000-05-24 11:17:27 +00:00
form
51580426c6 add hypermail 2000-05-24 09:33:46 +00:00
form
ba0f03fe0b Hypermail is a program that takes a file of mail messages in UNIX mailbox
format and generates a set of cross-referenced HTML documents. Each file that
is created represents a separate message in the mail archive and contains
links to other articles, so that the entire archive can be browsed in a
number of ways by following links. Archives generated by Hypermail can be
incrementally updated, and Hypermail is set by default to only update
archives when changes are detected.
2000-05-24 09:27:55 +00:00
fgsch
ae05da4044 change the configuration file to /etc/majordomo/majordomo.cf and fix
several security problems.
2000-05-23 20:17:03 +00:00
kevlo
5be58f9fa8 - upgrade to version 1.4.4
- clean up the Makefile
- fix the PLIST
2000-05-23 05:12:18 +00:00
espie
5c4dcfb209 +majordomo 2000-05-22 16:41:20 +00:00
espie
f8c1a41be8 Majordomo port, by Daniel Hartmeier. 2000-05-22 16:33:43 +00:00
jakob
e16323042f Update to Postfix 19991231 patchlevel 07.
- RFC 822 requires the presence of at least one destination
    message header. Postfix now generates a generic "To:
    undisclosed-recipients:;" message header when no destination
    header is present.  The header content is specified with the
    new undisclosed_recipients_header parameter.

  - Postfix now understands <(comment)> as SMTP MAIL FROM address,
    because some broken software needs it. Postfix rejects such
    illegal address forms with "strict_rfc821_envelopes = yes".

  - Configuration parameters for one mysql dictionary would become
    default settings for the next one. This patch was merged into
    the development Postfix version a while back but apparently
    that version was on a dead branch.  Update by Scott Cotton.

  - Some Postfix delivery agents would abort on addresses of the
    form `stuff@.' which could unfortunately be generated locally.

  - With local delivery, Postfix could insert > or . into the middle
    of very long lines.

  - SMTP sessions could time out when the remote client attempted
    to deliver to a large number of rejected recipients.  The SMTP
    server now flushes unwritten output in-between tarpit delays,
    to avoid protocol timeouts in pipelined SMTP sessions.

  - Postfix would incorrectly reject domain names with adjacent `-'
    characters.
2000-05-16 16:58:19 +00:00
jakob
ef039426dd update to v4.7c1 & add security notice. ok turan@. 2000-05-03 07:44:56 +00:00
camield
9e5de3d33b commit again, cvs missed this one. 2000-04-27 06:14:15 +00:00
camield
05cab35f67 Fake, finally. Checked with 'mtree -K shadigest' against a manual vanilla
qmail installation, to be sure it complies with the distribution license.
2000-04-26 20:23:53 +00:00
fgsch
1b64f3f063 Update to 5.3.8; fake; change upper to lower in comment; turan@ ok 2000-04-26 18:43:53 +00:00
camield
4d561f6673 Better fake. 2000-04-26 15:18:30 +00:00
camield
cc1f9dfa80 Fake better. 2000-04-26 14:43:51 +00:00
camield
6c4a244a6e Mark broken to resolve package conflict. rblsmtpd has been obsoleted
by net/ucspi-tcp. This port can be scheduled for removal, or can just have
the Makefile around to point people at ucspi-tcp.
2000-04-26 14:25:30 +00:00
peter
5ac3638444 Commit makefile *again*.
(I am starting to hate CVS).
2000-04-26 09:40:57 +00:00
peter
7528c6d5de update to exim 3.14, ok turan
* bug fixes and new features release
* fix a tempnam() usage in the patch

No fake or flavours support - this may get done if I learn enough,
quickly enough. Will not build as a real package just now. Working on
it.
2000-04-22 12:30:51 +00:00
camield
ff4f24fa58 PERMIT_* = Yes
The port and package install _exactly_ the same as a manual qmail install,
except for the addition of a /var/qmail/setup directory where the setup
scripts are copied.
Therefore the following should apply: http://cr.yp.to/qmail/dist.html
2000-04-21 16:13:04 +00:00
turan
a4a1108e28 missing license. free. approved by author, taylor@intuitive.com. 2000-04-19 05:24:32 +00:00
espie
f066cf3124 trivial fake 2000-04-17 21:54:19 +00:00
espie
95d6aa5213 make-plist does not follow the app-defaults symlink, and so erroneously
records app-default in the PLIST, instead of the real config file.
2000-04-17 21:42:11 +00:00
dugsong
d3882a438a upgrade to 1.0.4 (security fix reported on bugtraq), enabled Kerberized POP, fake 2000-04-17 16:22:46 +00:00
turan
c978ee7210 fix minor errors in middle of build. 2000-04-14 08:51:13 +00:00
turan
8e3631f58c asmail: fix pixmap install.
bclock: broken, sources missing.
2000-04-11 07:47:15 +00:00
espie
37b209c73a Avoid checking by automated tools... 2000-04-11 01:55:32 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
espie
d6e3a15c61 Fix & Fake. 2000-04-08 14:43:32 +00:00
camield
5c7b5a7060 Remove work-around. pkg_create bug has been fixed by espie@ 2000-04-04 15:37:10 +00:00
camield
a2a7fa9c96 - remove pre-fake: fake.mtree creates var properly again
- make hack around pkg_create bug more robust
2000-04-04 08:02:32 +00:00
espie
f76e258d07 More mutts. 2000-04-01 23:33:29 +00:00
espie
769377b1d7 Flavor 2000-04-01 23:33:03 +00:00
brad
610df946cb http://www.freebsd.org/~foo -> http://people.freebsd.org/~foo 2000-03-31 19:07:47 +00:00
jakob
d7dc373e8f update to postfix-19991231-pl06
clean up makefile and fake installation
2000-03-30 19:06:40 +00:00
camield
8faa1391bc oops, forgot this one 2000-03-28 11:54:05 +00:00
camield
a182d0ae4a - HOMEPAGE
- Fake
- PERMIT_* = Yes
2000-03-28 11:53:03 +00:00
brad
4af8600bbf - revert most of patch-aa and instead use a combination of MAKE_FLAGS and
our own install target, this also has the affect of not unnecessarily
creating the spool dir durring the fake install
- add INSTALL script
2000-03-28 08:46:24 +00:00
camield
4e4ad39a25 PERMIT_* = Yes 2000-03-28 07:40:33 +00:00
camield
086cf1edc2 - PERMIT_* = Yes
- better Fake
2000-03-28 07:28:33 +00:00
camield
434c30168e - PERMIT_* = Yes
- add HOMEPAGE
- Fake
2000-03-28 07:22:31 +00:00
camield
84f741f365 - PERMIT_* = Yes
- better Fake
2000-03-28 06:58:53 +00:00
brad
ca36ba9dbd unified diffs 2000-03-27 20:16:39 +00:00
espie
46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00
form
bd4abfd675 respect CFLAGS.
fake.
2000-03-27 17:26:04 +00:00
kevlo
a6660e1ce1 - Upgrade to version 2.0b9
- Fix the dependencies
- Fake
2000-03-27 12:32:17 +00:00
kevlo
79dcfa439e - Fake
- YES => Yes
2000-03-27 09:03:24 +00:00
espie
0a5efdfd59 Somewhate sloppy comments. 2000-03-24 23:49:10 +00:00
espie
3b5e3e8d17 Introduce :: in *_DEPENDS as a place holder for a package spec
Bump NEED_VERSION.
2000-03-24 23:28:01 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
turan
a9908b4869 unmark broken 2000-03-24 04:02:19 +00:00
turan
70fe3b5b19 xforms is broken. fake problems. Mark ports w/ depends broken as well. 2000-03-24 01:00:38 +00:00
espie
be717ad969 Trivial fake 2000-03-22 16:15:12 +00:00
espie
672066dedb A few PORTSDIR I didn't remove... 2000-03-19 16:04:19 +00:00
turan
396a882bcd license 2000-03-17 20:14:01 +00:00
turan
719c2fca29 license 2000-03-17 19:28:51 +00:00
turan
260e07bcaf license 2000-03-17 04:01:30 +00:00
turan
979b86a13e license 2000-03-17 03:25:57 +00:00
rohee
20dbe01887 fake 2000-03-15 23:05:35 +00:00
camield
7eae7d00ac - Fake
- add MESSAGE:
WARNING: The features of rblsmtpd have been incorporated into
ucspi-tcp 0.86; there will be no more rblsmtpd releases.
2000-03-14 08:39:59 +00:00
camield
cd50f9cee9 Fake. PERMIT_* 2000-03-14 08:27:19 +00:00
camield
4c39e9f407 Fake. 2000-03-14 08:17:39 +00:00
camield
7707bb3f25 - add HOMEPAGE
- Fake
2000-03-13 11:27:33 +00:00
camield
33655bfe46 - add HOMEPAGE
- Fake
2000-03-13 10:09:09 +00:00
camield
99cd8d6605 - add HOMEPAGE, PERMIT_*
- Fake
2000-03-13 09:43:27 +00:00
todd
7b2858ee66 fake; update patch to not be interactive 2000-03-10 03:58:21 +00:00
jakob
8e1eeed637 update to version 19991231 patch 05. 2000-03-09 20:50:29 +00:00
kevlo
e6a3c04669 - Upgrade to 1.0.3 and fix the security problem.
- Mark unbroken.
- Update the MASTER_SITES.
2000-03-08 05:11:35 +00:00
jakob
a24b2f9de2 fake 2000-03-07 08:25:52 +00:00
jakob
dec5ad5f72 update to v4.7b 2000-03-07 08:18:30 +00:00
turan
ec4d970c67 mark unbroken until the installing in /etc issue is resolved. 2000-03-06 06:03:45 +00:00
jakob
4f1ee69591 fix license info 2000-03-05 23:00:29 +00:00
espie
76d52e1f68 PORTSDIR no longer needed in *DEPENDS. 2000-03-05 18:30:21 +00:00
espie
ca5c7f18f8 Fake 2000-03-04 23:01:21 +00:00
angelos
d791439231 Mark as broken because of the buffer overflow in MIME support, point
to nmh (which has to be updated!!)
2000-03-04 18:25:34 +00:00
camield
964ad0e824 - mark unbroken, qmail now asks nicely before creating users or groups
- IS_INTERACTIVE= "if qmail users/groups do not exist yet"
2000-03-04 11:57:45 +00:00
turan
92c944cb04 broken, installs files automatically in /etc 2000-03-03 11:54:44 +00:00
turan
9cb9af2817 broken, installs files automatically in /etc 2000-03-03 11:41:38 +00:00
turan
b3e7ba5c36 broken, security problems. quarantine it for now. 2000-03-01 16:16:27 +00:00
turan
cf26821fb3 change maintainer to ports@openbsd.org as requested 2000-03-01 10:08:03 +00:00
brad
46ece6975b add missing dollar sign to RCS id 2000-02-25 22:08:25 +00:00
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