Commit graph

704 commits

Author SHA1 Message Date
wiz
b87760aed3 add and enable popa3d 2000-04-02 01:33:06 +00:00
wiz
36b529f527 Initial import of popa3d, a small, performant, reliable, and secure
pop3 daemon.
2000-04-02 01:32:28 +00:00
pooka
fe40794d9b Upgrade to mutt-1.1.10i. This contains bugfixes and is another release candidate for mutt-1.2 2000-03-30 13:31:34 +00:00
fredb
fb77f6e7ee Remove redundant settings of "M4" and "YACC" in CONFIGURE_ENV. 2000-03-28 02:44:01 +00:00
tron
782b73a94b Adapt to new handling of "${CONFIGURE}". 2000-03-27 08:54:53 +00:00
itojun
2ab581c5c0 upgrade to 5.3.4.
changes between 5.3.2 -> 5.3.4:

fetchmail-5.3.4 (Wed Mar 22 15:55:51 EST 2000), 18819 lines:

* Added FAQ item on performance under load.
* Fix Debian bug #60202 (segfaults when given command line arguments).
  This only applied to `antispam', as it turned out.
* Work around InterChange's bug with attachments as suggested by
  paul666@mailandnews.com.
* Enable checks on multiple folders.

fetchmail-5.3.3 (Mon Mar 13 16:34:29 EST 2000), 18763 lines:

* Fixed reporting of listener timeouts.
* Configure now supports SOCKS5, thanks to Alan Schmitt.
* Fix a minor bug in preauthenticated IMAP, thanks to Urban Boquist
  <boquist@crt.se>.
* Try to support suffix matching in aka lists.
2000-03-26 08:58:33 +00:00
wiz
127ae36e14 grep, cp -> ${GREP}, ${CP} 2000-03-16 13:44:53 +00:00
wiz
29d07fc9a2 remove whitespace 2000-03-16 13:07:11 +00:00
wiz
380c8de04e chmod -> ${CHMOD} 2000-03-16 13:03:48 +00:00
pooka
5067d6e9b3 Upgrade mutt-current to 1.1.9i. This version contains mostly bugfixes over
the previous version and is a release candidate for mutt-1.2
2000-03-14 13:53:11 +00:00
tron
8dc63a87bb Depend on "gnome-libs" 1.0.56 or newer so that dependence on "glib"
is no longer necessary.
2000-03-13 22:30:35 +00:00
tron
57a1b55d8e Update "spruce" package to version 0.5.17 and use "pth" (via "glib") instead
of "ptl2" package for thread support. Changes since version 0.5.12:
- Took out file locks since that seemed to cause more problems than good
- Got printing working (sorta)
- Fixed a bug that corrupted some base64 file attachments (my
  end-boundary check wasn't quite right)
- Added Catalan language support
- Improved pop3io thanks to a small patch
- The "MAIL FROM" and "RCPT TO" SMTP commands now use <>'s around
  the addresses since it is accepted on all known SMTP servers
  (and is stated as acceptable arguments in RFC 821)
- Fixed an annoyance that forced you to restart spruce after creating
  a new mailbox before you could view it's contents
- Added right-click menu in the mime-parts clist at the bottom of the
  preview pane
- Selecting Mime->Display should no longer segfault when
  a message is not selected (or when no messages to select)
- Added regex and shell wildcard support to the mail filters
- Made it auto-guess your name and email address based on user
  account information
- Added a confirmation dialog for deleting mailboxes
- Added IMAP mailbox listing support (so you can hopefully see
  more than just your INBOX)
- Fixed a bug that allowed a user to not specify a From or a To field,
  thus causing a segfault.
- Fixed attachments
- Fixed "sender"
- Fixed it so that spruce should never go beyond the end of the header
  information to obtain fields like "Reply-To:" or "Date:" for example
  (shouldn't have been too much of a problem before but it fumbled for
  me once so that's not good ;-)
- Fixed the filter bug that caused strange things to happen when you
  deleted the last filter rule
- other minor fixes
- Added Reply-To-All functionality
- I believe I have fixed the segfault causing pthread bug
- Added support to save window pane sizes
- Added support to save sorting preferences
- Improved on the date sorting
- Fixed various minor bugs
- Fixed some IMAPv4r1 issues, seems to be working a little better
  now.
- Added most of the support for GNU Privacy Guard by using an alpha
  lib Privacy Guard Glue. For GPG support, you must now use
  the --enable-gpg configure flag (./configure --enable-gpg)
  For reference, I'm currently using Pgg-20000116 and as the author
  of Pgg states, new versions are unlikely to be compatable so
  be warned that you may need to have the same Pgg lib that I have.
  I will be maintaining a file specifying which version of Pgg you
  need to use it with Spruce.
- Fixed the segfault/corruption bug caused when a user deleted a
  message from a mbox spool
- Various code speedups/cleanups
2000-03-13 16:25:58 +00:00
fredb
9635b7a556 Use "yacc" for YACC on NetBSD systems (rather than "bison -y"). 2000-03-12 12:26:29 +00:00
jlam
da0433f3fd Add HOMEPAGE and change ${LOCALBASE}/cyrus to ${PREFIX}/cyrus. 2000-03-10 23:47:33 +00:00
itojun
bb768dad2a correct checksum. 2000-03-09 23:32:05 +00:00
itojun
54a147c231 upgrade to 5.3.2. (see mail/fetchmail for changelog) 2000-03-09 23:31:19 +00:00
itojun
bbbd477fea Upgrade from 5.3.0 to 5.3.2. includes important IPv6 fix
(if you have IPv4-only sendmail on dual stack node, 5.3.0 may fail to connect).

---
fetchmail-5.3.2 (Mon Mar  6 21:41:23 EST 2000), 18695 lines:

* Added experimental support for RFC2177 IDLE command extension of IMAP.
* Updated fr.po.
* Fixed a bug in fetchmailconf's handling of envelope skip prefixes.
* Don't nuke .fetchids when authorization failure keeps us from getting URLs.
* Added FAQ item X6 on dropped and mangled attachments, thanks to Rob Funk.
* Teach configure.in to link the RSA reference library if available.
* Disable saving of Message-IDs into UIDL lists.

fetchmail-5.3.1 (Sun Mar  5 23:02:42 EST 2000), 18648 lines:

* Use remotename@hostname for MAIL FROM if we have not been able to deduce
  a Return-Path.
* Fix the attempted fix for Joop Susan's ENOTCONN bug.
* Added FAQ material on a Microsoft Exchange bug, on forwarding to
  a different host than the one fetchmail runs on, and on using
  ssh for a secure passwordless connection.  Removed the FAQ entry
  on popclient.
* Jun-ichiro itojun Hagino <itojun@iijlab.net> sent a fix for IPv6.
* Fix Red Hat 6.2beta bug 9982: fetchmailconf now automatically pups up
  an edit panel whenever a new user or site is created.
* Fix Red Hat 6.2beta bug 9987: Deal gracefully with the possibility that
  we might be running as a subprocess with stdin not attached to a tty,
  and thus unable to query for a password.
* Resolved all current Debian bugs classed `important'; #43139, #44744, #44760,
  #44774, #43140, #50990.
* Resolved Debian ordinary bugs #17769, #34383, #38303, #39732, #51674,
  #53386, #53732, #58553.
* Resolved Debian wishlist bug #26630.
* Resolution of #59281 (still loops on Ctrl-C) involved a small change in
  behavior; SIGPIPE now terminates the current poll cycle.
2000-03-09 23:16:45 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
kim
0726f83164 Reapply my changes from revision 1.20 2000-03-07 20:18:42 +00:00
wulf
e753e58d16 added missing files 2000-03-06 10:27:53 +00:00
wulf
12d5a545c7 added support for pgp5 and gpg 2000-03-06 10:25:11 +00:00
wulf
787ccd5a4a fixed and added support for pgp, pgp5, gpg 2000-03-06 10:23:24 +00:00
wulf
489c4a55f0 cleanout redundant code 2000-03-06 10:21:32 +00:00
kim
50c01c1744 Recognize LANG=iso_8859_1 as mime charset ISO-8859-1. 2000-03-05 17:09:44 +00:00
kim
00f778dacb Fix a minor permission problem. 2000-03-05 07:51:09 +00:00
wiz
886b83048d Update fetchmail and fetchmailconf to 5.3.0.
Changes since 5.2.4:

fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines:

* Horst von Brand's improvements to the specfile generator.
* Joop Susan's improvements in error status reporting.
* Only emit progress dots when stdout is connected to a tty.
* Fix for GNATS bug 16468, "INET6 breaks fetchmail preconnect"
  by Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>.
* Lexical analyzer now understands that -?[0-9]*[a-zA-Z] is not a number.

fetchmail-5.2.8 (Mon Feb 14 19:16:46 EST 2000), 18571 lines:

* Attempted fix for Joop Susan's ENOTCONN bug.
* Fix for NO response during SIZE fetches for M$ Exchange IMAP server.
* Thomas Zajic <zlatko@gmx.at> sent a change that copes with GMX X-UIDLs.
* Fix fetchmailconf's handling of ssl attributes when SSL is not configured.
* Handle IMAP folder names with embedded spaces.
* cs.po update from Jiri Pavlovsky.
* Make -d0 -v work when -a and -k are on.
* UID handling has been broken since 5.2.5.  This version should work.
  Thanks to Bruce Hauge <bruce_hauge@agilent.com> for testing.

fetchmail-5.2.7 (Sun Feb  6 20:45:41 EST 2000), 18517 lines:
* Updated FAQ.
* Updated es.po.
* Disable mail notification on server unreachable.  This turned out to
  be a very bad idea.

fetchmail-5.2.6 (Sat Feb  5 00:01:53 EST 2000), 18517 lines:
* Close down sockets using shutdown(2) and discarding read data until we
  get a TCP FIN.  With any luck this will squash our socket leak.
* Open the lockfile with O_SYNC, so we know the file has been written
  before close (sigh...NFS might still betray us...).
* Added Martijn Lievaart's sendmail hacks for multidrop to the contrib
  directory.
* Fix bug in processing of plugout option.
* AIX port tweak from Dave Marquardt <marquard@austin.ibm.com>.
* Add support for `ssh' preauth type to suppress password prompts at startup.
* Support for RFC2449 extended POP3 responses [IN-USE] and [LOGIN-DELAY].
* Log bounced messages via syslog (Debian bug #50184).
* Add scrollbars on fetchmailconf help windows (Debian bug #51770).
* Notify user by mail when pop server nonexistent (Debian bug #47143).
* Debian buglist cleanup.

fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines:
* Fixed bugs in BSMTP generation reported by Jaap Lutz.
* Make fetchmailconf better at handling backslashes in usernames
  and passwords.
* Jochen Hayek's patch to handle spaces in UID usernames.
2000-03-04 02:16:05 +00:00
pooka
99e511f546 Add & enable mutt-current 2000-03-04 00:22:47 +00:00
pooka
be3b465e4a Import mutt-1.1.7i, the developer release of the mutt mailer. It is not
guaranteed to be stable, but contains some new features. They can be
found in the distribution file NEWS. Be sure also to read README.UPGRADE
2000-03-04 00:21:43 +00:00
kim
510a152e09 Add a mirror to the MASTER_SITES for better reachability. 2000-03-02 05:23:54 +00:00
kim
cf1a283b68 Fix version dependencies (new nmh). 2000-03-02 05:19:55 +00:00
kim
e9c091498c Fixes:
- added missing checksum for the distribution file
- put back GCOS_HACK define (it was removed from patch-cb)
- do not include mhn.defaults in the PLIST to keep protecting it
  from upgrades in case it has local modifications
- install mhn.defaults.dist from the "files" directory instead of
  using a dynamically generated one (this was the intention always)
- mhn.defaults and mts.conf get installed if they don't exist;
  new users do not have to worry about copying *.dist files now
- added comments about the configuration file philosophy in Makefile
2000-03-02 05:11:42 +00:00
hubertf
5211ba524a Remove .old files, pointed out by Kimmo. 2000-03-02 02:04:07 +00:00
hubertf
467336a070 Update to V1.0.3, per request of our security officers:
Versions prior to 1.0.3 of the nmh package contained a vulnerability
where incoming mail messages with carefully designed MIME headers could
cause nmh's mhshow command to execute arbitrary shell code.

See the changelog for another 372 lines of changes.
2000-03-02 00:23:14 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
dmcmahill
28ad1dc15b defuzz. patch is otherwise the same 2000-02-22 01:31:26 +00:00
ad
a52965912b Use USE_PERL5, not DEPENDS. 2000-02-15 16:54:26 +00:00
agc
4cffd86a29 When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
2000-02-15 09:26:12 +00:00
fredb
faef006a4b Add USE_PERL=YES. Closes PR pkg/9048. Also, de-fuzz patches. 2000-02-13 19:39:50 +00:00
tron
bf09142e70 Avoid CVS lossage caused by RCS Ids in patches. 2000-02-13 00:18:26 +00:00
tron
4ff79d1ba0 Add and enable "sendmail88" package. 2000-02-13 00:16:23 +00:00
tron
b22b8d4d3a Initial import of "sendmail88" package:
The well known Mail Transport Agent

This package replaces the "sendmail" 8.8.8 distribution in the main
source tree.
2000-02-13 00:14:48 +00:00
rh
df19ad725e Add and enable p5-Mail-IMAPClient 2000-02-10 10:53:26 +00:00
rh
6daf2b9cb0 Initial import of Mail-IMAPClient-1.07, a perl5 IMAP (RFC-2060) client
module.
2000-02-10 10:51:56 +00:00
tron
7a819b25a8 Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de". 2000-02-09 22:17:44 +00:00
tron
189fc70895 Fix think in revision 1.39 which broke "ncurses" dependence on NetBSD. 2000-02-09 01:12:13 +00:00
wiz
e554b98852 fixed RCS tag 2000-02-05 19:51:44 +00:00
wiz
6239b2ead2 whitespace fix 2000-02-05 19:51:13 +00:00
wiz
ca61f9e6e0 $() -> ${} 2000-02-05 19:50:34 +00:00
tron
d1b9beb2c4 Use "ptl2" instead of "mit-pthreads" to make this work on a.out systems. 2000-02-04 00:13:21 +00:00
tron
6327f7b690 Ooops, forgot to update package list. 2000-02-04 00:10:32 +00:00
tron
907a316f26 Update "spruce" package to version 0.5.14. Changes since version 0.5.9:
o Fixed some IMAPv4r1 issues, seems to be working a little better
    now.
  o Added most of the support for GNU Privacy Guard by using an alpha
    lib Privacy Guard Glue. For GPG support, you must now use
    the --enable-gpg configure flag (./configure --enable-gpg)
    For reference, I'm currently using Pgg-20000116 and as the author
    of Pgg states, new versions are unlikely to be compatable so
    be warned that you may need to have the same Pgg lib that I have.
    I will be maintaining a file specifying which version of Pgg you
    need to use it with Spruce.
  o Fixed the segfault/corruption bug caused when a user deleted a
    message from a mbox spool
  o Various code speedups/cleanups
  o Added some simple multithreading (spruce now requires
    POSIX threads)
  o fixed some segfault-causing assertion errors
  o Added the ability to set customized word-wrap length
  o Fixed a bug which led to a incorrectly formatted date in the
    header if you had set the locale to some other language.
  o Added IMAP cram-md5 (oops, had it commented out before)
  o Due to popular demand, I have added blind carbon-copy
    functionality
  o Fixed a segfault bug in the address book
  o Added more NLS files
  o You can now select multiple addresses in the address book
  o You can choose to have spruce prepend every subject with a
    "Re: " (or a "Fw: " - depending on the situation) or you
    can choose to have spruce only prepend those if they are
    not already in the subject prior to clicking reply/forward
    buttons
  o Finished adding mbox support (hopefully no bugs ;-)
  o Added more command-line arguments and updated the manual
    page to reflect these changes
  o Added support for encrypted connections for POP and IMAP
    thanks to a patch by Erik Forsberg
  o Added a manual page
  o Fixed one last SMTP bug that wouldn't allow a few
    users to send mail.
  o Added French, Italian, German, Spanish, and Portuguese
    NLS support (I wrote a perl script called makepo.pl in
    /po directory. These languages may not be 100% correct)
  o You may now use Fetchmail to retrieve messages rather
    than Spruce's internal Pop3 code.
  o sped up some of the parsers
  o various code cleanups
2000-02-03 23:38:17 +00:00
tron
dc0e31b34d List me as maintainer of this package. 2000-01-31 23:51:30 +00:00
agc
f9a9d449bc Only DEPEND on ncurses in NetBSD - standard Solaris curses works fine. 2000-01-28 10:16:54 +00:00
agc
cb82fbe597 Upgrade to version 4.11 of grepmail, an mbox formatted file search
utility.  Install both versions, as grepmail-quick and grepmail-full,
and create a symlink to grepmail-full called grepmail.

New in version 4.11:
- Fixed a bug where an ASCII file would not be recognized as a mailbox when
  the first couple emails did not have a "From:" line. (Thanks to Jeff Flowers
  <jeff.flowers@npl.co.uk>)
- Added standard Perl testing.

New in version 4.1:
- Stripped auto-perl execution code, since it never works on all platforms.
  (Installation instructions modified to require the user to fix the #! line.)
- Minor changes to allow grepmail to run without -w complaints.

New in version 4.0:
- Fixed a bug where shell characters needed to be escaped for compressed
  files. (Bug found by Richard Clamp <richardc@tw2.com>
- Added #!/bin/sh as first line to make the rest compatible with csh/tcsh
  users. (Bug found by Ed Arnold <era@ucar.edu>)

New in version 3.9:
- Took out specialization engine because there wasn't enough support to
  program in that style.
- Offering 2 main versions now -- Date::Manip and Date::Parse
- Added -R option, which causes grepmail to recurse any directories
  encountered. (Thanks to Emil Tiller <etiller@asc.corp.mot.com> for the
  initial code.)
- Fixed a small bug that would cause some attachments not to be identified.
2000-01-24 14:19:56 +00:00
itojun
8f19ead3e9 backout previous two commit. fetchmailconf was built separately.
(sorry I should have noticed)
2000-01-24 08:43:43 +00:00
itojun
71122fc3ac one more lossage fix. 2000-01-24 08:22:46 +00:00
itojun
81d7b331d3 add lossage from PLIST (fetchmailconf.1) 2000-01-24 08:22:20 +00:00
tron
fcc7dedcd7 Use a softlink for "fetchmailconf.1" so that this works properly with
"${MANZ}" and we don't need "@exec" and "@unexec" commands.
2000-01-23 14:40:13 +00:00
fredb
9cc7df91d7 Add and enable "fetchmailconf". 2000-01-21 15:54:51 +00:00
fredb
d74210b286 Initial import of fetchmailconf-5.2.4, a GUI for fetchmail. This python
(py-Tk) script used to be installed with fetchmail-5.2.3 and earlier. It's
now factored out, into it's own package, so that it can pull in all the
required depencies to run without adding all that baggage to fetchmail.
2000-01-21 15:53:30 +00:00
fredb
51c0d46745 Factor out "fetchmailconf", as suggested by Hubert Feyrer, so that
fetchmailconf can be made usable by naive users without forcing this
package to depend on py-Tk (and X). Incidently update to 5.2.4:

* Fix bug introduced in 5.2.2 that stopped --syslog from working.
* Update for es.po, fr.po, cs.po.
* Message-string macros eliminated from driver.c so gettext can see them.
* Various useful to version reporting & configure.in fixes by Chip Salzenberg.
* Bernhard Rosenkraenzer's fix for broken Kerberos V configuration.
* Make --logfile work in foreground.
2000-01-21 15:45:32 +00:00
ad
eab8dcc07d Update to Exim 3.13:
New Features in Exim 3.13
-------------------------

1. There is a new option called auth_always_advertise, available when Exim is
compiled with AUTH support, which defaults TRUE. If it is set FALSE, then Exim
advertises the AUTH command in response to EHLO only if the calling host is in
auth_hosts or host_auth_accept_relay (assuming Exim is configured with some
authenticators). Otherwise it does not advertise AUTH, though it is prepared to
accept it. Certain mail clients (e.g. Netscape) require to the user to provide
a name and password for authentication if AUTH is advertised, even though it
may not be needed (the host may be in host_accept_relay, for example).
Unsetting auth_always_advertise makes these clients more friendly in these
circumstances.

2. The appendfile transport has a new option called allow_fifo. When set, it
permits delivery to named pipes (FIFOs) as well as to regular files. If no
process is reading the named pipe at delivery time, the delivery is deferred.

3. The smartuser now has qualify_preserve_domain, which works the same as it
does for aliasfile and forwardfile.

4. The exim_dbmbuild utility now has a -noduperr option. If set, duplicates in
the input do not cause the return code to be non-zero.

Changes in Exim 3.13
--------------------

1. Incoming SMTP timeouts were getting disabled after certain kinds of
verification.

2. The "senders" setting on directors and routers was getting string expanded
twice, by mistake. This mattered if after the first expansion there was a \ or
a $ in the string (e.g. in a regex).

3. Exim could crash if any rewriting rules that applied to envelope recipients
referred to the contents of any header lines.

4. If an attempt to authenticate using PAM failed because of some error
condition, Exim was accepting rather than rejecting the authentication.

5. Exim crashed if a test for first_delivery or queue_running in an expansion
string was part of an "or" group of which an earlier condition succeeded.

6. LDAP fallover to multiple servers in ldap_default_servers was not working
if an LDAP lookup included initial parameter settings for user, password,
time, etc.

7. A ${hash_n:xxx} expansion did the wrong thing if n was less than the length
of xxx, screwing up later text in the expansion string.

8. The second argument of the pam_converse() function is defined without a
leading "const" in Solaris, unlike Linux. This is now parameterized so that
different OS can use different values, and thereby avoid compile-time warnings.

9. A missing data string for PAM could cause a crash instead of passing back an
empty string.

10. A lookup defer while processing sender_reject was giving a 550 error code
to MAIL instead of 451. For sender_reject_recipients, a lookup defer was
rejecting recipients (with 550); now it gives a 451 to the MAIL command. If
there is a lookup defer while processing host_reject_recipients, it now rejects
the call instead of rejecting the recipients (so there will be a retry later).
If there is a lookup defer while checking host_accept_relay, the rejection now
uses 451 instead of 550.

11. A couple of 450 codes have been changed to 451.

12. Add "(another process is handling this message)" to "Spool file is locked"
to try to forestall the FAQ.

13. When looking up an IP address for a host obtained from MX records in an
IPv6-aware version of Exim, it deferred if the AAAA lookup deferred; now it
goes on to try for the A record in that circumstance. If either record is
found, it is happy (both are used if present); deferral happens only if one of
them deferred and the other did not succeed. Both must fail outright for it to
conclude that there is no available IP address.

14. The sed commands in the Makefile were not quoting their arguments, so if,
for example, something like MV_COMMAND was set to a string containing white
space, the command fell over. This change means that the quotes set up for
EXIWHAT_EGREP_ARG get passed through into the munged script, so remove the ones
in the script. (We can't remove those in Makefile-Default because we can't then
have leading white space in the value.)

15. Some monitor parameters had been overlooked in the default settings in the
eximon script, and not set up so that they could be overridden by environment
variables with names EXIMON_xxxx.

16. Made exiwhat sort process ids numerically. On some systems duplicate
information gets output, so remove duplicate lines in the output.

17. For filter testing (-bf and -bF) output the sender and recipient address at
the start, to avoid confusion.

18. Implemented auth_always_advertise (default TRUE).

19. If an address became local through routing (e.g. via self=local) and it
then passed through a filter which did no significant deliveries, it got passed
back to the routers instead of on to the next director.

20. Add the sender address to the log message for log_refused_recipients,
because recipients_reject_except_senders means that it might matter.

21. Add allow_fifo to appendfile to allow delivery to named pipes.

22. Reword "unavailable filtering command X" as "filtering command X is
available only in system filters".

23. Added qualify_preserve_domain to smartuser, to make it the same as
aliasfile and forwardfile.

24. Added -noduperr to exim_dbmbuild, to prevent an error return just for
duplicate keys.
2000-01-21 12:53:42 +00:00
itojun
855ce9e426 add relays.mail-abuse.org to the list of checked domain names. 2000-01-21 05:11:21 +00:00
tron
29cea9fce9 Update "mutt" package to version 1.0.1. Changes since version 1.0:
- a couple of bug fixes (including the y2k bug)
- addition of some translations
2000-01-19 11:15:07 +00:00
agc
860ec07e79 Modify the Makefile to install mts.conf as mts.conf.dist, and mhn.defaults
as mhn.defaults.dist, so that an existing configuration is not lost by
a new installation.

Fixes PR 7819 from Matthew Green.
2000-01-18 15:50:32 +00:00
sommerfeld
fb7661640c Avoid misaligned loads on alpha in util/inet_addr_local.c: copy *ifr in
such a way that gcc doesn't make unwarranted assumptions about the
alignment of *ifr.  Simply casting to (char *) wasn't sufficient.
2000-01-16 00:51:06 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
agc
5b206088eb Upgrade the exmh package to version 2.1.1. Fixes PR 8929, from Steve
Bellovin.

Many changes and bug fixes, summarised by Steve as follows:
	Changing options in exmh, and in particular clicking 'save', does
	bad things.  The version of exmh in use is 2.0.2; 2.1.1 is the current
	version.  2.1.1 also has much better pgp support.

Also new master site for distribution files, and all patches have been
applied except one.
2000-01-13 09:17:36 +00:00
frueauf
9360c0d5e6 Update fetchmail to 5.2.3.
fetchmail-5.2.3 (Tue Jan  4 01:56:11 EST 2000), 18421 lines:
* Ken Estes's patch to check for unreachable UIDL file due to bad NFS mount.
* Jorge Godoy's replacement pt_BR.po and various minor translation fixes.
* Javier Kohen's replacement for es.po.
* Munechika SUMIKAWA's patch to make IPv6 version build when POP2 is enabled.
* Russian translation removed; it was badly garbled.
* Added Rick van Rein's fetchmaildistrib script to the contrib directory.
* Gunther Leber's cleanup patches.
* Note to translators: The bodies of the login-error and timeout-error
  form letters have been changed in driver.c.

fetchmail-5.2.2 (Sun Dec 26 09:31:07 EST 1999), 18365 lines:
* Arrange for fetchmail to restart itself quietly when the rc file is touched.
* Improvements to IPv6 code from Jun-ichiro itojun Hagino <itojun@iijlab.net>.
* Drastic simplification of UIDL code, suggested by Ken Estes.

fetchmail-5.2.1 (Sun Dec 19 23:08:53 EST 1999), 18330 lines:
* Added FAQ item R10 on timeouts during messages.
* Fixed indentation problem in fetchmailconf.
* Federico Schwindt's patch to fix broken SSL configuration.
* Fixes to use fetchmail with IPv6 enabled on glibc without inet6-apps
  installed; thanks to Arkadiusz Mis'kiewicz.
* Interpret IMAP PREAUTH tag correctly (from Joerg Dorchain).
* Upgraded to version 0.21 of smbutil.c.  FAQ item S2 now documents
  how to set a domain name.
2000-01-10 22:50:16 +00:00
wiz
fd82d9987b use PATCH_FILES instead of rewriting the functionality 2000-01-09 16:02:55 +00:00
wiz
f8ef00c6a4 MASTER_SITE_XCONTRIB used, RCS tag added, DESCR shortened 2000-01-09 01:50:02 +00:00
wiz
b1b6f049bc removed unnecessary PKGNAME (== DISTNAME) 2000-01-09 01:31:18 +00:00
wiz
9d81cf27a6 whitespace removed, reformatted 2000-01-09 01:30:51 +00:00
wiz
9f0dde4511 reorder lines to silence pkglint 2000-01-09 01:29:54 +00:00
wiz
dff88901c6 whitespace cleanup & command replacement 2000-01-09 01:29:30 +00:00
wiz
ef19777419 replaced some commands by their ${COMMAND} counterparts 2000-01-09 01:29:06 +00:00
wiz
137e98b5d9 whitespace cleanup 2000-01-09 01:28:34 +00:00
wiz
a1b66cec15 RCS tags added 2000-01-09 01:28:07 +00:00
wiz
9e392fbbf0 (re)gen 2000-01-09 01:27:44 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
bouyer
f3aed86bd1 works on solaris 2000-01-04 17:12:59 +00:00
bouyer
c2eed29811 Make it compile on solaris. 2000-01-04 16:58:50 +00:00
simonb
f23ae9eff7 Point to valid homepage. 2000-01-03 21:47:55 +00:00
kim
9db387d92c Make work on Solaris. 2000-01-03 21:25:44 +00:00
christos
a4c84a6aa8 fae patsa 2000-01-03 20:59:50 +00:00
christos
8e4942f66f -upgrade the version to say .pl1 and 20000103 2000-01-03 20:59:24 +00:00
christos
01ba9d167b - make this say blah.pl1 so people know they have applied the y2k fix
- make this work on Solaris.
2000-01-03 20:58:53 +00:00
itojun
aa5498d754 change special sendmail installation. now mail/sendmail includes
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
2000-01-02 18:02:50 +00:00
itojun
464c6eddbb incorporate WIDE sendmail patch (IPv6 support and other enhancements).
enable USE_INET6 cases.
2000-01-02 17:46:47 +00:00
christos
c3b00c58d1 Regen 2000-01-01 20:08:48 +00:00
christos
3fa22d90f9 Y2K botch 2000-01-01 20:08:27 +00:00
itojun
808d3c693f be more friendly with mailwrapper(8) when installing sendmail.
XXX maybe we should install sendmail into /usr/pkg/somewhere, and let
the user edit /etc/mailer.conf?  I'm not really sure what is the best route.
1999-12-27 09:34:13 +00:00
itojun
94bc499e93 enable mail/rblcheck (rbl/maps filter checker) 1999-12-26 18:39:29 +00:00
itojun
237246c88f sync with netbsd pkgsrc practice. 1999-12-26 18:39:01 +00:00
itojun
bb7db35163 mail/rblcheck from freebsd-current 1999-12-26 18:35:40 +00:00
itojun
ed77a655ab add mail/mailagent into SUBDIR. 1999-12-26 17:36:34 +00:00
itojun
79a5b083cc fix mail/mailagent (email filtering tool) to fit into NetBSD pkgsrc. 1999-12-26 17:35:41 +00:00
itojun
11d5fee0f8 mail/mailagent from freebsd-current 1999-12-26 17:25:16 +00:00
itojun
eb4aecbc0c enable mail/distribute (mailing list dispatcher) 1999-12-26 17:20:57 +00:00
itojun
ba37b00498 pkgsrc for "distribute" mailing list handler.
XXX need hardcoded pathname for mailing list membership files
1999-12-26 17:20:31 +00:00
itojun
3c54ad1e74 mail/distribute from freebsd-current 1999-12-26 17:16:26 +00:00
abs
674559a283 Standardise PKGNAME versions (should start with a number) 1999-12-18 13:35:54 +00:00
mellon
0e3801e294 Build spruce. 1999-12-17 14:09:43 +00:00
mellon
d79818977b Spruce - a GNOME based mailer that actually seems to be usable. 1999-12-17 13:51:10 +00:00
soren
cb07aa0481 Prefer ncurses bugs to slang bugs. 1999-12-13 11:06:00 +00:00
rh
0c15c0fbf5 Add and enable balsa. 1999-12-12 18:16:06 +00:00
rh
ede7ec9fa1 Initial import of balsa-0.4.9.5, a GNOME email client. 1999-12-12 18:13:53 +00:00
soren
15c4bea02e Mutt works poorly with our ncurses, so use S-Lang instead. 1999-12-12 15:28:37 +00:00
ad
8ffe9af5ae Update to Exim 3.12. Changes since 3.11:
1. After a successful delivery, the message log file was being fclosed twice;
some operating systems' C libraries just ignore the second fclose, but others
crashed; this caused -J files to be left lying about.

2. The "contains" operation in filter files was failing to find matches when
the initial character of the searched-for string was duplicated in the subject
string, e.g. searching for "[Boston]" in "[[Boston] ..." failed. The bug was in
the "strstric()" function, which would also have affected -R and -S operations.
1999-12-10 00:26:14 +00:00
rh
ab28fdf6da defuzz. 1999-12-07 20:21:48 +00:00
rh
325a8b9a55 Add and enable p5-MIME-tools. 1999-12-06 08:21:32 +00:00
rh
97998afb73 Import of p5-MIME-tools-4.124, a set of perl tools for encoding and
decoding MIME mails, provided by Havard Eidnes in PR 8957 (with some
modifications).  Thanks!
1999-12-06 08:17:36 +00:00
bouyer
90fa768a3f Compiles on Solaris 1999-12-05 22:06:19 +00:00
tron
7c5301e6d9 Only remind user to rebuild databases if DB 2.x is used. 1999-12-01 21:55:12 +00:00
tron
f097ef1f99 Let "post-install" rule recognize "${USE_DB2}", too. 1999-12-01 21:32:08 +00:00
tron
c083ee4659 Rename "/usr/sbin/makemap" only if DB 2.x is used. 1999-12-01 21:31:04 +00:00
tron
b3c5ba61db Because sendmail 8.9.3 works fine for several NetBSD users with the
bug fixed DB 1.85 code in "libc" and using DB 2.x causes problems with
3rd party applications we use it only if "${USE_DB2}" is set to "YES".
1999-12-01 21:15:20 +00:00
rh
3f73b3f5d6 Update p5-MailTools to 1.13.
Changes include:
        Mail::Header
        - fold_line now skips X-Face lines

        Mail::Filter
        - Applied patch from <pncu_ss@uhura.cc.rochester.edu> (Josh Pincus)
          * Added return value to _filter() so that the function returns
            the result of the last subroutine in the list of filters.
            (the manpage specifies that one should have been able to do this
            originally.)

        Mail::Mailer
        - Treat VMS the same as MacOS as neither have sendmail et al.

        Mail::Mailer::smtp
        - Server can now be specified to Mail::Mailer contructor

        Mail::Alias, Mail::Util,Mail:Internet, Mail::Cap
        - local-ize some globals used

        Mail::Cap
        - check in $ENV{HOME} is defined

        Mail::Address
        - Fix capitalization problems with names like "Lie<DF>egang"

        Mail::Address
        - Fix use of uninitialized warning

        Update Makefile.PL for release 1.12

        Mail::Internet
        - Added options to smtpsend

        Mail::Send
        - Updated docs for 'smtp'

        Mail::Header
        - Fix _fold_line for lines which contain quoted strings

        Mail::Address
        - avoid warnings if undef is passed to parse()

        Mail::Address
        - tweak to format to ensure comment is delimeted by ()
        - typo in docs

        - Documentation update to Mail::Internet

        Mail::Cap
        - Fixed mailcap search so it works on MacOS

        Mail::Mailer
        - Change to use Mail::Util::mailaddress

        Mail::Util
        - updated mailaddess to be aware of MacOS

        Mail::Header
        - fix read(0 and extract() not to require non-whitespace characters
          on continuation lines, a single leading whitespace char is all
          that is needed.

        - Applied patch from Roderick Schertler to

         - Two places in Mail::Header are changed so they don't use $'.

         - A Mail::Header::as_string method is added.

         - Mail::Internet::as_string and as_mbox_string methods are added.
           The mbox variant does encoding appropriate for appending a message
           to a Unix mbox file.

         - Tests for the three new methods are added.

        Mail::Util
        - tweak to what maildomain looks for in the sendmail config file

        Mail::Address
        - Split out real handlers into thier own .pm files
        - Added Mail::Mailer::smtp, this is the default for MacOS

        Mail::Mailer
        - Applied patch from Slaven Rezic <eserte@cs.tu-berlin.de> to support
          FreeBSD properly


        Mail::Address
        - Applied patch from Chuck O'Donnell to improve name extraction

        t/extract.t
        - change for new extraction

        bin/*.PL
        - change "#!$Config{'scriptdir'}/perl -w\n" ot
          $Config{'startperl'}," -w\n"

        Mail::Field
        - modified so it works with perl < 5.004

        Makefile.PL
        - removed code to prevent installation of Mail::Field

        Mail::Header
        - Added \Q and \E to some regexp's

        Mail::Mailer
        - Added patch from Jeff Slovin to pass correct args to mailx on DG/UX
1999-12-01 17:23:41 +00:00
frueauf
6a4077d2ca Update fetchmail to 5.2.0.
fetchmail-5.2.0 (Tue Nov 30 14:24:25 EST 1999), 18302 lines:
* fetchmailconf now complains and exits gracefully when not run under X.
* configure.in port patch for OpenBSD from Federico G. Schwindt.
* configure.in port patch fror Heimdal from Leif Johansson <leifj@it.su.se>
* configure.in fix for OpenSSL configuration problems.
* Teach fetchmail about the buggy FTGate server.
* cs.po update from Jiri Pavlovsky.
* Edmund Grimley's patch to uid.c to fix the `uidl keep expunge 1' case.
* Abort startup if the configuration directory is nonexistent; this
  probably means an NFS mount of user's home directory failed.
* Added warnings and FAQ items about the MailMax server, which doesn't
  download attachments.
1999-12-01 12:43:02 +00:00
ad
d1d40832c4 Update to exim 3.11. 1999-12-01 11:20:25 +00:00
ad
5e6f48e9b3 Fix documentation list. 1999-12-01 11:19:19 +00:00
itojun
5a98c78547 mail/smtpfeed: SMTP Fast Exploding External Deliverer for Sendmail
(builds patched sendmail as well)
1999-11-29 08:33:29 +00:00
itojun
45b20285eb from KAME/netbsd repository 1999-11-29 08:06:32 +00:00
hubertf
816c9a4bf1 - Add note that majordom can be removed from /etc/group
- Call 'digest' from correct dir. Addresses PR 8814 by Berndt Josef
   Wulf <wulf@dingo.ping.net.au>
 - Add some headers to wrapper.c to fix several compile time warnings;
   partly submitted in PR 8756 by Berndt Josef Wulf <wulf@dingo.ping.net.au>
1999-11-27 16:50:01 +00:00
ad
75d6a9d82d Update exim to 3.10. 1999-11-25 18:05:02 +00:00
tron
b75afb8246 Fix build problems caused by libtool usage. 1999-11-25 14:32:42 +00:00
hubertf
edc2cddf33 add a bunch of NO_CDROM where appropriate 1999-11-23 16:26:12 +00:00
tron
c9176705ec Update dependence on "db" package. 1999-11-23 09:57:17 +00:00
tron
d3c59ca776 Add "ftp.fu-berlin.de" to master site list. 1999-11-22 08:57:24 +00:00
jwise
b4150924f4 Update to pine-4.21. Changes from pine-4.20:
New in Pine

   Version is mainly intended to fix bugs introduced in previous
   versions.

   Bugs that have been addressed in this release include:

     * 'N' flag not preserved across sessions
     * 'N' flag not cleared when messages containing non-text pieces
       viewed
     * Sort failure using non-UW IMAP servers
     * Linux port: failure to recognize resized display
     * Problems with quoted /user= argument in smtp-server config
     * Transient (e.g., mistyped password) authentication failures not
       reported
     * Rare cases of deleted header lines reappearing after ^X in
       Composer
     * Customized headers Bcc, To, Cc and Lcc not shown when posting news
     * Problem with role pattern vs. color patterns in a file
     * Problem with color display vs. single line scrolling
     * Last line of one-page message not displayed in rare cases
     * Text in Reply/Forward of encapsulated multipart/alternative and
       signed missing
     * Failure to recognize list management headers in sorted folder
     * Attachments sometimes marked for deletion when scoring in use
     * Delayed notification of messages filtered from Inbox to current
       folder
     * WhereIs to start or end of Folder List screen didn't
     * PC-Pine crash selecting text from secondary window
     * PC-Pine instances of "FOLDER CLOSED DUE TO ACCESS ERROR"

   General improvements include:

     * Filter performance and interface tuning:
          + User-Interface changes to avoid accidental deletion of mail
          + Action Folders local to PC-Pine no longer require
            double-backslashes
          + Improved expunge performance with filters enabled
     * NNTP performance improvements in MESSAGE INDEX screen
     * Role Command (#) improvements
     * Improved display of addresses containing comma in personal name
     * Numerous Text/HTML parser improvements
     * Continued help text improvements
1999-11-22 01:01:51 +00:00
frueauf
921fedbeab Update fetchmail to 5.1.4.
fetchmail-5.1.4 (Sun Nov  7 17:40:21 EST 1999), 18302 lines:
* Mike Pearce's patch to fix a compile-time error recently introduced into
  the socket code when HAVE_INET_ATON is off.
* Added warning to fetchmailconf autoprobe about a flaky Netscape IMAP server.
* Disable duplicate suppression when there is only one recognized recipient.

fetchmail-5.1.3 (Sun Oct 31 12:19:52 EST 1999), 18290 lines:
* Grant Edwards's patch to correct NTLM behavior.
* James Brister's fix for IP-address hostnames.
* Updated config.guess and config.sub.
* Backed out the 5.1.0 change to quote usernames with embedded spaces.
  It actually breaks things.
* Added to fetchmailconf a warning about Imail IMAP servers.
* SSL patches by Michael Warfield merged in.  Distribution still contains
  no crypto code.

fetchmail-5.1.2 (Thu Oct  7 09:46:07 EDT 1999), 17906 lines:
* Joe Loughry <loughry@uswest.net> sent a patch to handle multihomed machines.
* Changed mimedecode default to `off'; it seems that doing RFC2047 decoding
  on headers throws away information that the MUA may need to see.
* Change Received header parsing to no longer demand an embedded dot in
  a mailhost address.
* Incorporated Grant Edwards's ntlmlib-0.2 with fixes for byte-order problems.

fetchmail-5.1.1 (Wed Sep 29 11:52:06 EDT 1999), 17827 lines:
* Added workaround, fetchmailconf warning, and FAQ about Novell GroupWise.
* Consistently show dummy arguments on manual page.
* Fix lexer to permit `antispam -1'.
* John Cigas's delay patch to avoid a timing problem with plugins.
* During IMAP authentication, canonicalize both name and password.
* -A has been retired (goes with authenticate -> preauthenticate change).
* Check for both fetchall and keep on in daemon mode; reject this.
* Fixed a logfile bug dumping IMAP-LOGIN and IMAP-CRAM-MD5.
* Tolerate a tunable constant number of authorization failures before
  complaining and wedging.
1999-11-21 18:37:57 +00:00
agc
89b4d45eda Remove a patch which was already part of the distribution. 1999-11-18 14:59:14 +00:00
agc
66340d9f42 Rework patches to remove fuzz. 1999-11-18 14:54:50 +00:00
agc
c6ec27ebb0 Re-do patch-bk to remove fuzz. 1999-11-18 14:36:20 +00:00
agc
5ad36b82bf Re-do patch-aa to remove fuzz. 1999-11-18 14:20:15 +00:00
tv
41aa400058 Update Pico to 3.6, Pine to 4.20. Also move pine.conf and pine.conf.fixed
to .../share/examples/pine and copy pine.conf to .../etc only if it doesn't
exist.
1999-11-11 17:40:16 +00:00
tron
38e9b7160b Update "mutt" package to version 1.0. Changes since version 1.0pre3:
- bug fixes
- new und updated translations
1999-11-06 11:58:45 +00:00
sakamoto
2e8802a3df Remove version string of conflicted ja-mh pkg. 1999-10-30 17:09:09 +00:00
sakamoto
78d5fbce3a Add CONFLICTS=ja-mh-6.8.4-JP-* 1999-10-29 19:19:41 +00:00
hubertf
bac8e33433 Remove conflicts 1999-10-25 14:38:39 +00:00
hubertf
b8dcf2a649 Import pkg for ELM 2.4ME+54
Submitted in PR 7404 by Adam Ciarcinski <adam@pulstar.albedo.com.pl>
1999-10-25 14:13:36 +00:00
agc
ea605099d4 Advise the user to modify inetd.conf to point to the correct files.
Closes PR pkg/8659 from Erik Bertelsen
1999-10-21 14:29:36 +00:00
perry
a9829f21cd add postfix (long missing) 1999-10-19 21:42:43 +00:00
tron
ee2000ffc4 Preprocess "fetchmail.1" with "tbl" so it is completely readable. 1999-10-08 22:06:51 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
ad
ecf1247b9d It makes more sense to install mailer.conf.exim in etc/exim/ as opposed
to etc/.
1999-10-06 23:02:35 +00:00
agc
a66a5e97f2 Add a do-install target for Solaris installations only. 1999-10-06 09:21:11 +00:00
agc
99fc360d8a Regenerate patch checksum file. 1999-10-01 10:50:26 +00:00
agc
af79a5a32b Do this in a slightly smarter manner than the previous modification -
(only include md5c.o on Solaris)
1999-10-01 10:49:52 +00:00
agc
26bca09eac Make this package compile on Solaris. 1999-10-01 10:31:57 +00:00
simonb
c9eff3e77a Regen. 1999-10-01 07:52:46 +00:00
simonb
50169ec28b Oops, forgot them RCS ids... 1999-10-01 07:49:19 +00:00
simonb
9599fc7b0e Spilt patches into one-file-per-patch-file, and make this work on
the pmax (and other mips ports) - all the world is not IRIX...
1999-10-01 05:09:14 +00:00
tron
6e4d2fd69e Update "mutt" package to version 1.0pre3:
This is another version from the release candidate series.  The reason
for immediately releasing this version is a buffer overflow in the
text/enriched handler which can be triggered by means of
suitably-formatted e-mail messages.  Thus, we recommend you upgrade
your mutt installations immediately.
1999-09-25 15:50:03 +00:00
frueauf
e5e19d5f1a Update fetchmail to 5.1.0.
fetchmail-5.1.0 (Wed Sep 22 01:27:42 EDT 1999):
* CRAM-MD5 code now doublequotes usernames with embedded spaces.  This will
  probably fail (the RFCs don't support quoting) but it's better than nothing
  and works with at least one server.
* Federico G. Schwindt's fix for NetBSD/OpenBSD --with-kerberos.
* auth keyword and option changed to preauth.
* Correct the exit value when .fetchmailrc permissions are wrong.
* getmail/gotmail scripts by Thomas Nesges added to contrib.
* Guenther H. Leber's fix for a potential uid.c buffer overflow.
* Todd Sabin's option to force IMAP authentication type; enables working
  around some broken servers.
1999-09-25 11:18:33 +00:00
ad
156b8687b7 Pull down and install the HTML documentation in share/doc/exim. 1999-09-22 08:52:05 +00:00
ad
915e8c49de chmod exim_newaliases +x when installed. 1999-09-22 08:29:39 +00:00
tron
c3bab7dba1 Use wildcards in dependence for "windowmaker" package. 1999-09-21 18:18:50 +00:00
ad
f69bfc6c4e Add a basic manpage for Exim (from Debian GNU/Linux via exim 'contrib'). 1999-09-18 21:08:46 +00:00
ad
4d519883cb - Update for exim_newaliases and mailer.conf.exim
- Some small cleanup
1999-09-18 20:28:25 +00:00
ad
b0a8186f1d mailer.conf for exim. 1999-09-18 20:27:08 +00:00
ad
18fc0c4c10 Script to do equivalent of sendmail's newaliases(1). (Exim normally
likes to do a linear search of /etc/aliases, but that sucks).
1999-09-18 20:26:00 +00:00
ad
775546ca78 Regen. 1999-09-18 20:23:36 +00:00
ad
f70c492583 In the default configuration, use /etc/aliases.db, not a linear search of
/etc/aliases.
1999-09-18 20:23:10 +00:00
frueauf
2dd4cce795 sync. 1999-09-16 16:52:26 +00:00
frueauf
c35a56d9a1 Update fetchmail to 5.0.8.
fetchmail-5.0.8 (Tue Sep 14 06:56:50 EDT 1999):
* Todd Sabin's patch to accept spaces in CRAM-MD5 names.
* Fix to CRAM endianness patch, by Dan Root via Lawrence Rogers.
* Suppress duplicates by message ID in multidrop mode.
* NTLM support for querying Microsoft Exchange servers, from Grant Edwards.
* Lexer fix by Brian Boutel.
1999-09-16 16:51:49 +00:00
tron
a81f798f1f Avoid access to free'd memory in APOP authentication. Patch supplied by
Kawamoto Yosihisa in PR pkg/8371.
1999-09-15 21:38:45 +00:00
tron
72a8dbd07a Remove non NetBSD RCS Id from patch file which got modified by "cvs". 1999-09-15 21:36:35 +00:00
tron
05eeeaecae Convert patches to unified format. 1999-09-15 21:30:58 +00:00
kim
d0e9933400 Change how Kerberos support is enabled in pkgsrc.
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
simonb
d029e7c62a Regen. 1999-09-14 02:08:44 +00:00
simonb
2fc2b130d1 Oops, forgot about error's manpage. 1999-09-14 02:06:59 +00:00
simonb
79599f7cee Regen. 1999-09-14 01:55:03 +00:00
simonb
9824e6b1b5 Add "error" transport program - fixes PR pkg/8403 from Andreas Wrede.
Also sort PLIST and add the man manpages (only the cat pages were there).
1999-09-14 01:54:22 +00:00
simonb
c3750a7661 Eek, where did the "PKGNAME= mhonarc-2.2.0" come from in the previous
commit??
1999-09-13 02:02:27 +00:00
simonb
57c0de7191 Remove "-" from package version - noted by Hubert Feyrer. 1999-09-12 01:37:05 +00:00
simonb
5f5475f614 Regen. 1999-09-12 00:15:27 +00:00
simonb
1e9ef439ee Update to postfix 19990906-pl02. From the release notes:
Incompatible changes with postfix-19990906
==========================================

- On systems that use user.lock files to protect system mailboxes
against simultaneous updates, Postfix now uses /file/name.lock
files while delivering to files specified in aliases/forward/include
files. This is a no-op when the recipient lacks directory write
permission.

- The LDAP client code no longer looks up a name containing "*"
because it could be abused.  See the LDAP_README file for how to
restore previous behavior.

- The Postfix to PCRE interface now expects PCRE version 2.08.
Postfix is no longer compatible with PCRE versions prior to 2.06.

Major changes with postfix-19990906
===================================

Several bugfixes, none related to security.  See the HISTORY file
for a complete list of changes.

- Postfix is now distributed under IBM Public License Version 1.0
which does not carry the controversial termination clause. The new
license does have a requirement that contributors make source code
available.

- INSTALL.sh install/upgrade procedure that replaces existing
programs and shell scripts instead of overwriting them, and that
leaves existing queue files and configuration files alone.

- The ugly Delivered-To: header can now be turned off selectively.
The default setting is:  "prepend_delivered_header = command, file,
forward".  Turning off the Delivered-To:  header when forwarding
mail is not recommended.

- mysql client support by Scott Cotton and Joshua Marcus, Internet
Consultants Group, Inc. See the file MYSQL_README for instructions.

- reject_unauth_destination SMTP recipient restriction that rejects
destinations not in $relay_domains. Unlike the check_relay_domains
restriction, reject_unauth_destination ignores the client hostname.
By Lamont Jones of Hewlett-Packard.

- reject_unauth_pipelining SMTP *anything* restriction to stop mail
from spammers that improperly use SMTP command pipelining to speed
up their deliveries.

- Postfix "sendmail" now issues a warning and drops privileges if
installed set-uid root.

- No more duplicate delivery when "postfix reload" is immediately
followed by "sendmail -q".

- No more "invalid argument" errors when a Postfix daemon opens a
DB/DBM file while some other process is changing the file.

- Portability to the Mac OS X Server, Reliant Unix, AIX 3.2.5 and
Ultrix 4.3.
1999-09-12 00:14:52 +00:00
bad
483b25791a regen. 1999-09-07 17:58:43 +00:00
bad
e714fb628b Make this DTRT wrt. Kerberos4 support. 1999-09-07 17:58:00 +00:00
bad
00b15d99ca Some cleanup:
i386-netbsd -> ${MACHINE_ARCH}-${LOWER_OPSYS}
MACHINE_GNU_ARCH -> MACHINE_ARCH
/./ -> /
1999-09-07 14:49:42 +00:00
ad
1d70b81f9f Regen. 1999-09-07 13:36:25 +00:00
ad
68bdb99c19 Makefile for exim. 1999-09-07 13:22:50 +00:00
ad
ab2a4beb23 Enable exim. 1999-09-07 13:21:37 +00:00
ad
18e2b59b6b Exim, yet another Sendmail replacement. 1999-09-07 13:21:02 +00:00
sakamoto
99d5c56cc2 Use PLIST_SUBST= HOME=${MAJORDOMO_HOMEDIR} MAJORDOMO_USER=${MAJORDOMO_USER} 1999-09-06 08:08:17 +00:00
tron
a9af877984 Compare "${USE_INET6}" explicitly with "YES" so that you can override
settings at the command line.
1999-09-03 22:00:52 +00:00
agc
f9177df484 Make this package compile on Solaris. 1999-09-03 08:19:11 +00:00
tron
2bb7011897 Update "mutt" package to version 1.0pre2. Changes since 1.0pre1:
Against 1.0pre1, there are several build changes (building this
version of mutt with SGI's cc should work), and back-ports of
IMAP-related bug fixes from the unstable branch.
1999-09-01 18:02:48 +00:00
mrg
d53d68c8f1 add missing patch-sum 1999-08-27 00:22:34 +00:00
mrg
2386d5de4c actually make POSTFIX_NOSETGID work. 1999-08-26 13:05:08 +00:00
tron
af6ab50b7b Update "mutt" package to version 1.0pre.1. Changes since 0.95.7:
Almost all changes from 0.95.7 concern the build process, which
should work now on those platforms for which problems where reported
with 0.95.7.  postfix and qmail users may be interested in the new
$bounce_delivered configuration variable.
1999-08-24 18:12:12 +00:00
frueauf
de99380eab Update fetchmail to 5.0.7.
fetchmail-5.0.7 (Sat Aug 21 04:26:13 EDT 1999):
* RPA support works again.
* Added debian_rc startup/shutdown script to contrib/.
* Yet another monitor option fix.
* Variouas small option-processing fixes.
* Teach fetchmailconf about HP OpenMail.
* SunOS compilation fixes.
* Steve Dodd's fix to not send bouncemail on transient errors.
* Don Willis's improved UID parsing.
* Fetchmail now logs and recovers from SIGPIPE errors produced by broken
  socket streams or MDAs.  The current poll cycle is terminated.
1999-08-22 20:20:57 +00:00
enami
7c48325cfa Add NMH_HASH_BACKUP to BUILD_DEFS. 1999-08-20 14:05:15 +00:00
thorpej
78f75f4c1c Make this build (and work!) on LP64 systems.
I know I sent these to Weitse the first time I built on an Alpha, but
they apparently never made it into the distribution.  Oh well.
1999-08-18 23:30:26 +00:00
agc
69696f9b82 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_KERBEROS4 to BUILD_DEFS
1999-08-18 09:28:01 +00:00
agc
0b7af58b91 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_INET6 to BUILD_DEFS
1999-08-18 09:24:08 +00:00
agc
bb857d2aff Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 09:00:23 +00:00
agc
f32d265e28 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:46:53 +00:00
tron
0fbdac0575 Update "mutt" package to version 0.95.7. Changes since 0.95.6:
- The $in_reply_to configuration variable is gone.  The In-Reply-To
  header currently only contains the message-id of the message to
  which the reply refers.  This is to make sure that this header is
  correctly formatted.
- Lots of bugs present in 0.95.6 were fixed.
1999-08-18 00:22:33 +00:00