Commit Graph

612 Commits

Author SHA1 Message Date
jakob
8804b45106 fullname MAINTAINER 2001-02-18 15:28:22 +00:00
jakob
cb3effceea use separate c-client library 2001-02-18 15:27:57 +00:00
jakob
4004bc894c add HOMEPAGE 2001-02-18 15:26:43 +00:00
jakob
d760b16c91 remove some unneeded include-files. add c-client.h. 2001-02-18 15:24:39 +00:00
avsm
a64fe6cf40 Use standard format for flavor list; brad@ 2001-02-16 21:56:46 +00:00
brad
fd150571b0 upgrade to fetchmail 5.6.5 2001-02-15 21:21:37 +00:00
naddy
e5209847ea Various fixes. Contributions from Vladimir Popov <pva48@mail.ru> and
Cameron Lerch <opcode@skylab.saturn5.yi.org>.
2001-02-15 18:51:30 +00:00
wilfried
0ac18f22ff + wmpop3 2001-02-14 15:46:40 +00:00
wilfried
26e02d6b8b Import of WMPop3-0.5.6a
WMPop3 is a POP3 mail box checker dock app for Window Maker
ok danh@
2001-02-14 15:45:19 +00:00
naddy
03f910b7b1 make this port configure without tty 2001-02-13 13:02:55 +00:00
kevlo
5c521d3706 Update MASTER_SITES 2001-02-13 06:51:36 +00:00
danh
dad9790d2c - /etc -> SYSCONFDIR
- cleanup DESCR
- cleanup DEINSTALL/INSTALL scripts
2001-02-13 01:31:23 +00:00
avsm
767ea8b36b - update to maildrop-1.3.0
- bump NEED_VERSION
2001-02-09 12:22:44 +00:00
avsm
4489a0170c - update to courier-imap-1.3.3
- explicity disable authmysql and authldap until they are spin off into
  separate FLAVORs
2001-02-09 12:06:40 +00:00
espie
2c89675e7c Add missing ${SUDO}. qmail still does not package as non-root, but it
goes further.
2001-02-08 20:06:23 +00:00
brad
6eb17884c5 another distsite 2001-02-07 02:16:15 +00:00
jakob
e2c042567d update to snapshot-20010202
--
The mailbox file size limits for the local and virtual delivery
agents can be disabled by setting mailbox_size_limit and/or
virtual_mailbox_limit to zero.
2001-02-06 22:40:05 +00:00
naddy
7f45ae808b Update to 0.4.61; from maintainer. 2001-02-06 06:23:42 +00:00
naddy
797c4bcb6e Update to 0.4.60; from maintainer. 2001-02-03 15:41:25 +00:00
jakob
2bfe93201d remove unintended MAKE_FLAGS change 2001-02-02 19:36:28 +00:00
jakob
2f28487f72 update to imap-2000c; bugfix release 2001-02-02 19:35:35 +00:00
brad
4caa06ae70 upgrade to Pine 4.33 2001-02-02 16:47:13 +00:00
brad
f42c93caf0 upgrade to c-client 2000c 2001-02-02 16:43:55 +00:00
avsm
8cfcb15707 indent, minor corrections in DESCR 2001-02-02 00:22:48 +00:00
jakob
111b30b4db update to postfix snapshot-20010130.
Incompatible changes with snapshot-20010128
===========================================

REJECT in header/body_checks is now flagged as policy violation
rather than bounce, for consistency in postmaster notifications.

The mailbox size limit for local delivery is no longer controlled
by the message_size_limit paramater, but by a separate parameter
called mailbox_size_limit (default: 20MBytes).

The default RBL (real-time blackhole lists) domain examples have
been updated from *.vix.com to *.mail-abuse.org.

Major changes with snapshot-20010128
====================================

Updated nqmgr (experimental queue manager with clever queueing
strategy) by Patrik Rak. This code is still new. Once it stops
changing (for a long time!) it will become part of the non-beta
release.

Virtual mailbox delivery agent by Andrew McNamara. This delivery
agent can deliver mail for any number of domains.  See the file
VIRTUAL_README for detailed examples. This code is still new. Once
it stops changing it will become part of the non-beta release.

Many "valid_hostname" warnings were eliminated. The complaints that
were not eliminated were replaced by something more informative.

SASL support (RFC 2554) for the LMTP delivery agent. This is required
by recent Cyrus implementations when delivering mail over TCP
sockets. The LMTP_README file has been updated but still contains
some obsolete information.

Workarounds for non-standard RFC 2554 (AUTH command) implementations.
Specify "broken_sasl_auth_clients = yes" to enable SMTP server
support for old Microsoft client applications. The Postfix SMTP
client supports non-standard RFC 2554 servers by default.
2001-02-01 07:28:12 +00:00
avsm
c146349fd2 - upgrade to courier-imap-1.3.2
- bump NEED_VERSION

This is a bugfix release:
o Fix big5/gb2312 conversion logic.
o Fix authldap connection failure recovery
o Update INSTALL to reflect new upgrade instructions.
2001-01-26 00:42:03 +00:00
danh
ce71595312 - updates from maintainer, Daniel Hartmeier <daniel@reichardt.ch>.
- style changes to match other ports.
- shorten line length in DESCR.
- remove Majordomo reference from COMMENT.
- sort PLIST.
2001-01-21 23:34:58 +00:00
brad
c016c47789 set myself as maintainer 2001-01-21 21:07:16 +00:00
jakob
3ae50c4607 add ldap flavour 2001-01-21 19:19:59 +00:00
jakob
f8c53526cd add patch for fallback-relay loop. info from Wietse below.
Summary
-------
This patch fixes a problem in the Postfix SMTP client's fallback
relay feature in snapshot releases after 20001005.

By default, Postfix does not use the fallback_relay feature. To
find out if your system uses it, issue the command:

    postconf fallback_relay

The result is "fallback_relay =" when the feature is turned off.

Description
-----------
As of 20001005, the Postfix SMTP client will send mail to a fallback
relay host (if one is configured) even when the local machine is
a backup MX host for the final destination.

This causes a loop when the primary MX host is down. Postfix receives
the mail, because it's a backup MX host for the destination. Postfix
then sends the mail to the fallback relay, because the primary MX
host is down.  The fallback sends the mail back to Postfix, because
it's a backup MX host. Mail then bounces after 25 or so iterations.

Laurent Wacrenier had the, um, pleasure, of finding this one.

Solution
--------
If the local machine is listed as MX host for the final destination,
do not send undeliverable mail to the fallback relay.  That is how
releases prior to 20001005 work, including 19991231.

This patch should apply to all snapshots since 20001005, but I have
tested this only with 20001217.

To apply, step into the src/smtp source directory, feed this text
into the patch command, and rebuild. The "make install" command
replaces only the smtp client program.
2001-01-21 11:52:59 +00:00
brad
067c670b6a don't redefine MAX. 2001-01-19 01:07:52 +00:00
brad
d196f368da upgrade to c-client 2000b 2001-01-19 01:05:05 +00:00
naddy
65a52debff +sylpheed 2001-01-18 21:18:17 +00:00
naddy
29563282da Import sylpheed 0.4.52.
Submitted by Couderc Damien <couderc.damien@wanadoo.fr>.

Sylpheed is an e-mail client (and news reader) based on GTK+.
2001-01-18 21:15:35 +00:00
jakob
a2072581e8 update to imap-uw-2000b 2001-01-18 20:21:18 +00:00
brad
92b6b501f6 upgrade to Pine 4.32 2001-01-18 18:51:36 +00:00
naddy
a12cc4bd9b add "x11/windowmaker" to CATEGORIES; requested by espie@ 2001-01-18 16:09:59 +00:00
avsm
18172c6e27 - upgrade to courier-imap-1.3.1
Contains bugfixes to most outstanding issues.
2001-01-15 23:37:18 +00:00
avsm
4ed14d8877 bye bye .packlist 2001-01-08 21:10:45 +00:00
avsm
b3adc86e20 + p5-Mail-Alias 2001-01-07 21:59:56 +00:00
avsm
c384652988 initial import of p5-Mail-Alias-1.12
--
This module allows direct manipulation of various types of e-mail
alias files.

The primary use of Mail::Alias is for manipulating alias files in
the SENDMAIL alias file format. Additionally it is possible to read
some other formats and to convert between various alias file formats.

The following actions are available:

o Set the name of the current aliases file being accessed
o Verify the presence of aliases
o Retrieve an alias line from the file
o Add aliases
o Change the addresses for aliases
o Delete aliases
2001-01-07 21:58:35 +00:00
avsm
3522769e1e - update to p5-Mail-Tools-1.15
- add a patch to correct some man page typos (fed back to author)

Note that Mail::Alias is no longer part of this package, and is now a
separate CPAN module.
2001-01-07 21:55:13 +00:00
brad
c7881f6a8a bye bye NO_CDROM and MIRROR_DISTFILE 2001-01-05 16:35:58 +00:00
brad
96a51a9884 trim 2001-01-03 19:39:47 +00:00
avsm
1bd1e0e511 - update to p5-Mail-POP3Client-2.7
- clean up DESCR with fmt(1)
- no capital in first letter of COMMENT
- revert MAINTAINER to ports@, angelos doesn't want it anymore
  (angelos@ ok)
2001-01-02 23:58:20 +00:00
brad
8aa042370f add patch to make sure cucipop returns the correct port number specified
by the -p option if it fails to bind to the port, otherwise it will always
print port 110 instead of the real port number.
Based on a patch from: Ian Darwin <ian@darwinsys.com>
2001-01-02 18:11:38 +00:00
reinhard
09b96be987 .)update to abook-0.4.11
.)NEED_VERSION
.)+mail2abook.py/vcard2abook.pl
2000-12-31 10:37:16 +00:00
brad
1c1cebc32b upgrade to Pine 4.31 2000-12-31 04:49:37 +00:00
avsm
d6b7ea47c8 - upgrade to courier-imap-1.3.0
- regenerate patches and name them consistently.  Note that the
  configuration file format and names have changed with this release

- add an INSTALL shell fragment to detect old versions of the config
files and warn the user to regenerate them

- config files now live in /etc/courier-imap, as they are very
  generic names, and this avoid conflict with other imap daemons

Summary of changes:

This release fixes some bugs in the POP3 server, adds optional
support for gb2312 and big5 text search, and introduces a new
configuration file format.

The new configuration file format will allow future upgrades
to automatically preserve the existing system configuration data,
instead of installing a default set of configuration files
2000-12-29 18:51:56 +00:00
brad
8b1dfbc7a1 ensure that paths in the manpages are not hardcoded to /usr/local 2000-12-25 06:52:22 +00:00