Commit Graph

582 Commits

Author SHA1 Message Date
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
brad
90d98d6193 add KAME IPv6 patch 2000-12-25 06:37:18 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
espie
fb1581f8f2 fuck cvs 2000-12-19 15:27:54 +00:00
jakob
fead52a0c0 update to snapshot-20001217.
Extract from RELEASE_NOTES:
===========================

    Major changes with snapshot-20001217
    ====================================

    This release involves little change in functionality and a lot of
    small changes to lots of files. The code is put out as a separate
    snapshot release so that I have a tested baseline for further work.

    All time-related configuration parameters now accept a one-letter
    suffix to indicate the time unit (s: second, m: minute, h: hour,
    d: day, w: week). The exceptions are the LDAP and MYSQL modules
    which are maintained separately.

    The mysql client was partially rewritten in order to elimimate some
    memory allocation/deallocation problems. The code needs more work,
    and needs to be tested in a real production environment.

    The local_transport and default_transport configuration parameters
    can now be specified in transport:destination notation, just like
    the mailbox_transport and fallback_transport parameters.  The
    :destination part is optional.  However, these parameters take only
    one destination, unlike relayhost and fallback-relay which take
    any number of destinations.
2000-12-18 10:52:32 +00:00
avsm
f7d48ea2b9 add vmailmgr to subdir list 2000-12-14 15:49:49 +00:00
avsm
1c7eea7f04 import of vmailmgr-0.96.7
--
VMailMgr (short for Virtual MAIL ManaGeR) is a package of programs
designed to manage multiple domains of mail addresses and mailboxes
on a single host. It co-operates with qmail for mail delivery
and program control. It features:

* A password checking interface between qmail-popup and qmail-pop3d
which replaces the usual checkpassword, as well as an authentication
module for [15]Courier IMAP, that provide access to the virtual
mailboxes by one of three methods:

 + IP-based virtual server access (invisible to the POP3 user)
 + username-based access (username-virtualuser)
 + hostname-based access (virtualuser@virtual.host or
   virtualuser:virtual.host)

* CDB-based password tables to speed up access for domains of any
size.

* Tools to setup a virtual domain, add and delete individual virtual
users and aliases, and to change passwords.

* CGI programs to accomplish the above tasks from a set of web
pages.

* A native PHP library to compliment or replace the CGIs.

* A daemon process that securely directs the operation of the CGIs
and PHP code.

* A separate delivery agent that automatically deals with any address
inside a virtual domain from a single .qmail-default file.
2000-12-14 15:47:11 +00:00
brad
c787d6c9d7 upgrade to fetchmail 5.6.1 2000-12-14 15:20:28 +00:00
espie
c5af8657b0 Bye, bye, EXTRACT_CMD, EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS 2000-12-14 13:22:59 +00:00
brad
34b8b09e5d don't complain about mailbox perms being wrong. 2000-12-12 17:28:11 +00:00
brad
d40d395c55 upgrade to c-client 2000a 2000-12-12 14:44:24 +00:00
jakob
f130f5f039 update to snapshot-20001210.
Extract from the RELEASE_NOTES file:

    Incompatible changes with snapshot-20001210
    ===========================================

    If this release does not work for you, you can go back to a previous
    Postfix version without losing your mail, subject to the "incompatible
    changes" listed for previous Postfix releases below.

    When delivering to /file/name (as directed in an alias or .forward
    file), the local delivery agent now logs a warning when it is unable
    to create a /file/name.lock file. Mail is still delivered as before.

    The "sun_mailtool_compatibility" feature is going away (a compatibility
    mode that turns off kernel locks on mailbox files). It still works,
    but a warning is logged. Instead of using "sun_mailtool_compatibility",
    specify the mailbox locking strategy as "mailbox_delivery_lock =
    dotlock".

    The Postfix SMTP client now skips SMTP server replies that do not
    start with "CODE SPACE" or with "CODE HYPHEN" and flags them as
    protocol errors. Older Postfix SMTP clients silently treated "CODE
    TEXT" as "CODE SPACE TEXT", i.e. as a valid SMTP reply.

    This snapshot does not yet change default relay settings. That
    change alone affects a dozen files, most of which documentation.
    This may be an incompatibility with some people's expectations,
    but such are my rules - between code freeze and release no major
    functionality changes are allowed.

    Several interfaces of libutil and libglobal routines have changed.
    This may break third-party code written for Postfix. In particular,
    the safe_open() routine has changed, the way the preferred locking
    method is specified in the sys_defs.h file, as well as all routines
    that perform file locking. When compiling third-party code written
    for Postfix, the incompatibilities will be detected by the compiler
    provided that #include file dependencies are properly maintained.

    Major changes with snapshot-20001210
    ====================================

    This snapshot includes bugfixes that were already released as
    patches 12 and 13 for the 19991231 "stable" release:

      - The queue manager could deadlock for 10 seconds when bouncing
        mail under extreme load from one-to-one mass mailings.

      - Local delivery performance was substandard, because the per-user
        concurrency limit accidentally applied to the entire local
        domain.

    The mailbox locking style is now fully configurable at runtime.
    The new configuration parameter is called "mailbox_delivery_lock".
    Depending on the operating system type, mailboxes can be locked
    with one or more of "flock", "fcntl" or "dotlock".  The command
    "postconf -l" shows the available locking styles.  The default
    mailbox locking style is system dependent.  This change affects
    all mailbox and all "/file/name" deliveries by the Postfix local
    delivery agent.

    The new "import_environment" and "export_environment" configuration
    parameters now provide explicit control over what environment
    variables Postfix will import, and what environment variables
    Postfix will pass on to a non-Postfix process. This is better than
    hard-coding my debugging environment into public releases.

    The "mailbox_transport" and "fallback_transport" parameters now
    understand the form "transport:nexthop", with suitable defaults
    when either transport or nexthop are omitted, just like in the
    Postfix transport map. This allows you to specify for example,
    "mailbox_transport = lmtp:unix:/file/name".

    The MYSQL client now supports server connections over UNIX-domain
    sockets.  Code provided by Piotr Klaban. See the file MYSQL_README
    for examples of "host" syntax.
2000-12-11 03:17:50 +00:00
jakob
b4c391c3ff update to 19991231-pl13 2000-12-10 18:55:53 +00:00
peter
e89621d1b3 Add common flavors to Makefile and document flavors (as per last commit)
in DESCR file. Thanks to Marc for prompting.
2000-12-08 12:01:07 +00:00
peter
5ea3176f9c stupid CVS missed this again - but I expected it this time. 2000-12-07 15:27:33 +00:00
peter
36ff9ee78a Update exim to version 3.20
See ChangeLog and documentation for a full list of bugs fixes and
new features. Release highlights include the addition of STARTTLS
extensions to SMTP and callback SMTP checks to verify sender addresses
on lightly loaded mail servers - prevent spam from made-up addresses.

This port includes the following flavors:

no_x11	- do not build eximon which requires X11
no_perl	- do not include perl support
no_tls	- do not include SSL/TLS support
mysql	- support mysql queries for lookups
pgsql	- support pgsql queries for lookups
ldap	- support ldap (OpenLDAP) queries for lookups

All these queries are independent.

Maintainer has been temporarily chaged to me for feedback, until
Sebastian is back and available to support the port.

Testing has been limited to i386.
2000-12-07 15:27:10 +00:00
jakob
895756d34c update to imap-uw-2000a 2000-12-06 19:22:20 +00:00
avsm
671df797ab - update to maildrop-1.2.2
- bump NEED_VERSION
- remove maildirmake from PLIST due to conflicts
2000-11-30 15:08:26 +00:00
jakob
a3cfc26c7d update to postfix-19991231-pl11
--
Postfix official release 19991231 patchlevel 11 is available.

This release folds in code changes from recent snapshot releases.
These changes track changes in RedHat Linux, fix two minor bugs in
the Postfix queue manager scheduling behavior that were spotted by
Patrik Rak, and turn off one misfeature.

- On RedHat Linux 7.0, you must install the db3-devel RPM before
  you can compile the Postfix source code.

- The queue manager could schedule too many connections to the same
  destination (domain name spelled in upper and lower case).

- The queue manager could schedule too few connections to the same
  destination (back off even in case of successful delivery).

- The confusing site_hog_factor feature is disabled by default. It
  caused unnecessary mail delivery delays on inbound mail gateways.
2000-11-22 16:26:51 +00:00
avsm
906791ac15 add courier-imap:pop3 2000-11-22 11:43:45 +00:00
avsm
1d03bb0ebf Upgrade to Courier-IMAP 1.2.3
This introduces a new 'pop3' flavour, since the package bundles a POP3
server that can read from maildirs and use the same authmodules also.

And a number of stability fixes, including leaking file descriptions,
maildir handling, and also compliance with the latest IETF IMAP drafts.
2000-11-22 11:42:31 +00:00
jakob
5d3c7e4471 update to snapshot-20001121.
Quote from the RELEASE_NOTES file:

    Incompatible changes with snapshot-20001121
    ===========================================

    If this release does not work for you, you can go back to a previous
    Postfix version without losing your mail, subject to the "incompatible
    changes" listed for previous Postfix releases below.

    Major changes with snapshot-20001121
    ====================================

    Support for RedHat Linux 7.0.  On RedHat Linux 7.0, you must install
    the db3-devel RPM before you can compile the Postfix source code.

    The mailbox_transport feature works again. It was broken when the
    "require_home_directory" feature was added.

    More general virtual domain support.  Postfix now supports both
    Sendmail-style virtual domains and Postfix-style virtual domains.
    Details and examples are given in the revised virtual manual page.

    - With Sendmail-style virtual domains, local users/aliases/mailing
      lists are visible as localname@virtual.domain. This is convenient
      if you want to host mailing lists under virtual domains.

    - With Postfix-style virtual domains, local users/aliases/mailing
      lists are not visible as localname@virtual.domain. Each virtual
      domain has its own separate name space.

    More general "soft bounce" feature.  Specify "soft_bounce = yes"
    in main.cf to prevent the SMTP server from bouncing mail while you
    are testing configurations. Until this release the SMTP server was
    not aware of soft bounces.
2000-11-21 19:45:36 +00:00
espie
d176915fb5 Synch with 2.8. 2000-11-21 13:19:17 +00:00
danh
718df683ae fixed plist for apop flavor; reported by Kamil Andrusz <wizz@mniam.net> 2000-11-20 22:31:53 +00:00
jakob
8ac75f43be update to snapshot-20001030 2000-11-18 09:29:52 +00:00
jakob
205764f7ad update to postfix-19991231-pl10 2000-11-18 09:27:17 +00:00
brad
2996ab835f upgrade to fetchmail 5.5.6 2000-11-17 21:56:33 +00:00
espie
544898518f formatted manpages don't belong under /usr/local/man/man? 2000-11-12 15:20:09 +00:00
brad
7b416ba91c upgrade to c-client 2000 2000-11-11 16:32:45 +00:00
espie
b5cc3e16d4 Repair links. From Anil 2000-11-04 21:13:36 +00:00
jakob
9e370563b7 update to imap-2000. ok espie@. 2000-11-01 18:41:35 +00:00