Commit graph

1011 commits

Author SHA1 Message Date
zuntum
c768948081 Update qmHandle to 0.5.0
Changes:
  A syntax check on the parameters and display of Cc fields was added.
  Some other minor enhancements and bugfixes were also made.
2001-05-14 15:49:35 +00:00
tron
da0e419f59 Update "fetchmail" and "fetchmailconf" package to version 5.8.3. Changes
since version 5.8.1:
- The `localhost' special case of `via' is gone.  Use `plugin %h' for talking
  to ssh instead.
- Prevent POP3 code from authenticating multiple times on success.
- Fixed IMAP password shrouding.
- GCC warning cleanups from ahaas@neosoft.com.
- Plug another hole that was letting zombies through.
- SA_RESTART portability fix for SunOS.
- Ignore Sender and Resent-Sender headers unless they contain @.
- HH's patches fixing Debian bug #90966 and addressing Debian bug #92554.
- GSSAPI portability patch by Peter Fales.
- Updated cs.po by Jiri Pavlovsky.
- Michael Kjorling's patch to add server ID to authentication success/failure
  bugmail.
- Kerberos build patch by HH.
- Don't cough and die from failure to resolve a skipped host.  Resolves
  Debian bug #92530
- Do aka suffix match even if DNS checking is enabled (Johannes Stille's bug).
- SIGCHLD handler now sets SA_RESTART explicitly in order to avoid zombies
  from interrupted system calls.  Debian bug #95659.
2001-05-14 12:12:47 +00:00
agc
da8ad05c4f PR 12890, from john heasley <heas@shrubbery.net>
Don't try to dereference a NULL pointer.
2001-05-10 14:25:34 +00:00
agc
433b36df6a Add "editmap" leftovers, noticed after the last bulk build. 2001-05-10 10:42:44 +00:00
wiz
9fe6edea73 Use SHA1, and add size. 2001-05-09 20:50:35 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
hubertf
45ed4734ee This pkg wants to be built with gm4, it doesn't like ours. 2001-05-05 16:16:08 +00:00
jtb
f198cad503 Remove superfluous echoing. 2001-05-03 21:46:31 +00:00
itojun
f4c99f578c use postfix 20010228-pl02 from wietse.
20010403

	Workaround: the mysql library can return null pointers
	rather than zero-length strings.

20010404

	Ergonomics: log additional information about the reason
	why "mail for XXX loops back to myself", when the local
	machine is the best MX host. File: smtp/smtp_addr.c.

20010406

	Changed some noisy LDAP client warnings into optional
	logging. LaMont Jones, util/dict_ldap.c.

20010411

	Bugfix: the SMTP server now replies with 550 instead of
	503 when it receives the DATA command without having received
	a valid recipient address. This is needed for the Sendmail
	client-side pipelining implementation. Problem reported by
	Lutz Jaenicke. File: smtpd/smtpd.c.

	Cleanup: shut up if chattr fails on Reiserfs and other file
	systems that do not support the respective attributes.
	Files: conf/postfix-script-{no,}sgid.

20010413

	Ergonomics: Postfix applications now warn when a DB or DBM
	file is out of date, and recommend to rebuild the table.
	Files: util/dict_db.c, util/dict_dbm.c.

20010414

	Bugfix: with a non-default inet_interfaces setting, the
	master ignored host information in master.cf host:port
	settings.  Fix by Jun-ichiro itojun Hagino @ iijlab.net.
	Files: master/master.h, master/master_ent.c.

20010426

	Bugfix: the SMTP server did not parse invalid MAIL FROM or
	RCPT TO addresses such as <first last <user@domain>> the
	way it was supposed to do.  I thought this was taken care
	of years ago. File:  smtpd/smtpd.c.

20010427

	Bugfix: smtpd would reject mail instead of replying with
	a 4xx temporary error code when, for example, an LDAP or
	mysql server was unavailable. Remotely based on a fix by
	Robert Kiessling @ de.easynet.net. File: smtpd/smtpd_check.c.
2001-05-03 00:24:12 +00:00
zuntum
ab2d68f9e9 Update HOMEPAGE (Helix Code changed its name to Ximian) 2001-05-02 11:14:56 +00:00
jlam
d4c6e4ffd8 Honor CFLAGS passed in from the environment during the build. Also convert
from a context diff to a unidiff as per pkgsrc standards.
2001-05-01 06:55:51 +00:00
jlam
a9eacceee4 - Repect ${APACHE_SYSCONFDIR} setting
- Install example imp.conf Apache config file fragment info
  ${PREFIX}/share/examples/imp.
- Add missing directory share/doc/imp to PLIST.
2001-04-30 06:11:09 +00:00
jlam
402e5f135d Install example configuration file without redundant .dist suffix. 2001-04-30 05:35:45 +00:00
jlam
bf7f4c82a4 Update squirrelmail to 1.0.6. Pkgsrc changes include:
- Respect ${APACHE_SYSCONFDIR} setting.
- Install example squirrelmail.conf Apache config file fragment into
  ${PREFIX}/share/examples/squirrelmail.

Changes from version 1.0.3 include:

- Reworked validation for each page.  It's now standardized in validate.php
- Fixed login bug that resulted from 1.0.5 security updates
- Fixed plugin incompatibilities that were introduced in 1.0.5
- Added more security checking to preference saving/loading
- Updated German translation (thanks to Roland Bauerschmidt <rb@debian.org>)
- Updated Finnish help files
- MAJOR security issues addressed.  Please upgrade as soon as possible.
- Downloading attachments should work better due to a tip by Ray Black III.
- Fixed bug with drop-down folder list not containing INBOX
- Added Sweedish help files Teemu Junnila <teejun@vallcom.com>
- Added Italian help files Antonetti Roberto <antonr@piceniaweb.com>
- Fixed some bugs with folder creation
- Security fix for UW IMAP server to disallow folder paths outside of $folder_pr
efix
- Some problems with header encoding/decoding fixed
- Made subject column take up whatever width is available
- Added bcc to html addressbook search
2001-04-30 05:03:24 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
jtb
775c3ef460 Add some missing PLIST entries. 2001-04-28 05:17:02 +00:00
zuntum
7920f13847 add & enable mdfrm 2001-04-27 16:54:41 +00:00
zuntum
dc9590b594 Oops, forgot to define USE_PERL5 2001-04-27 16:53:14 +00:00
zuntum
f3cd628f38 Initial import of mdfrm
This perl scipt prints a summary of mail in Maildir waiting to be read.
When no path to Maildir is specified, it defaults to ~/Maildir
2001-04-27 16:51:07 +00:00
zuntum
db3d3c64ed Actually it's perl script, not program. 2001-04-27 15:49:37 +00:00
zuntum
92e5e34917 add & enable qmHandle 2001-04-27 15:48:02 +00:00
zuntum
80034e1e3f Initial import of qmHandle-0.4.1
qmHandle is a simple perl script which allows you to view and manage the qmail
message queue.

The key features of qmHandle are:

* Freeware and open source, under the GNU General Public License
* You can read the qmail queue, like you do with the qmail-qread program.
  However, the output of this program is improved over qmail-qread,
  with the output of the message subjects and color capabilities
* You can print queue statistics, like qmail-qstat with color capabilities
* You can view a message in the queue
* You can remove a message from the queue
2001-04-27 15:46:03 +00:00
wiz
1b379b51af add and enable deliver 2001-04-27 14:07:56 +00:00
wiz
2705e5091e Initial import of deliver-2.1.14, provided by Jim Bernard in pkg/9317.
Extract from DESCR:
Deliver allows any user to write a shell script that processes all
incoming mail messages for that user.  The system administrator may
also install scripts that process all messages.
The output of a script is a list of mail addresses, files and programs
that should receive the message.  It has access to each message as it
is processed, so the action can be content dependent.  The script may
also generate automatic replies, like the "vacation" program, or pass
along a modified version of the original message.
2001-04-27 14:06:05 +00:00
wiz
f3c7999494 USE_PERL5 in non-working .if -> BUILD_DEPENDS on perl. 2001-04-26 16:35:30 +00:00
rh
1011ac9fd1 Add and enable evolution 2001-04-26 05:58:02 +00:00
rh
369820d0a4 Initial import of evolution-0.9, a sophisticated GNOME mailer, address
book, and calendar.
2001-04-26 05:57:22 +00:00
jun
c32db34047 Update:
1.95b121 (2001/04/24) mew-dist release

* Merging wvHtml for WORD files.
* Making execute-external safer.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A bug fix for mew-win32.el.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>

1.95b120 (2001/04/24) mew-dist release

* C-cC-e is now executable on a message.
* A bug fix for ".".
         Tatsuya Kinoshita <tatsuyak@pop21.odn.ne.jp>
* A bug fix for "h" in Message mode.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A patch for text/html2.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Supporting ks_c_5601-1987.
* C-uC-cC-y asks you arguments of the specified commands.
* New API for mime-content-type.
* mew-{front,rear}-{,non}sticky handle only text.
* Defining mew-mime-external-body-list.
* Singlepart body with unknown CTE: is now treated as a multipart.
* The number of buffer local variables is now as small as possible.
* ":" displays the syntax of a body.
* Defining mew-ct-*p.
* Defining mew-insert-manual.
* mew-summary-execute-command can take args.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* mew-summary-set-config can be used in thread.
        SUGIMORI <taro@fc.jpn.org>
* Singleparts in Multipart/Alternative are marked with "*".
* Defining mew-find-longest-match().
* Separating warning and info.
2001-04-24 19:19:24 +00:00
itojun
a5a021b36d upgrade IPv6 patch (not really IPv6 problem, but a problem in patch to
fix bug in original that is tickled by IPv6).  avoid SEGV on reload.
2001-04-24 00:52:13 +00:00
zuntum
d4c9ff4f29 Remove FreeBSDism (NOPORTDOCS) and simplify docs installation
(we don't really need shell loop)
2001-04-22 22:18:10 +00:00
zuntum
8ef06f8400 Remove FreeBSDism (NOPORTDOCS) 2001-04-22 22:06:19 +00:00
frueauf
e97faaab62 Update fetchmail{conf} to 5.8.1.
Changes since fetchmail 5.7.2:

fetchmail-5.8.1 (Tue Apr 10 09:32:04 EDT 2001), 20511 lines:
* Nalin Dahyabai's password parse and authentication fixe.
* Vitezslav Samel's patch to Makefile.in to make parallel makes work.

fetchmail-5.8.0 (Mon Apr  2 15:18:33 EDT 2001), 20459 lines:
* Documentation update for gold release.

fetchmail-5.7.7 (Wed Mar 28 20:24:48 EST 2001), 20459 lines:
* More configure fixes -- include missing stub script in the distribution.

fetchmail-5.7.6 (Thu Mar 22 16:22:48 EST 2001), 20456 lines:
* Fix POP2 and POP3 password shrouding.
* Don't remove UIDL scratchlist on query completion (Frantisek Brabec's bug).
* IMAP: don't just quit if GSSAPI or Kerberos IV fail, but try other methods.
* Document the fact the IDLE and multiple folders don't play well together.
  Closes Debian bug#89908.

fetchmail-5.7.5 (Sat Mar 17 23:24:41 EST 2001), 20440 lines:
* Nalin Dahyabhai's patch to make IPv6 build on older systems.
* Restrict shrouding to just the password send so it won't leak info.
* Move an #ifdef INET6_ENABLE to deal with libc5 headers.
* Only DNS-probe entries that are active on this run.
* Fix `nospambounce' recognition.
* Updated French translation.
* Yoshihiko SARUMARU's patch to keep kanji out of Received headers.
* Include aclocal.m4 in the tarball (solves some build problems).
* Added HMH's patch to support configuring a specific fallback MUA.

fetchmail-5.7.4 (Mon Mar 12 00:02:23 EST 2001), 20323 lines:
* SECURITY FIX: unsecure tempfile creation bug in fetchmailconf, thanks
  to Colin Phipps <cph@cph.demon.co.uk> for pointing this out.
* Configure cleanup from HMH.
* Documentation refresh.

fetchmail-5.7.3 (Sun Mar 11 17:01:56 EST 2001), 20323 lines:
* Incorporate SA_LEN patch from Red Hat.
* HMH's "no spambounce" patch for fetchmailconf.
* John Bartlett's patch to make the driver code more tolerant of flaky POP3
  servers (better handling of timeout at session start).
* Make `fetchmail --configdump' work when there's a defaults entry.
* Incorporated HMH's build fixes.
* Added FALLBACK_MDA; fetchmail now looks for procmail or sendmail at
  build time and uses it if it can't open port 25 for local delivery.
* Incorporated Red Hat fixes for GSSAPI, configure.in.
* Bailing out on read-only messages breaks fetchmail -c.  To avoid this,
  use EXAMINE rather than SELECT in that case.
2001-04-21 13:32:07 +00:00
agc
b26a4eb88b Move to sha1 digests, and add distfile sizes. 2001-04-20 13:09:54 +00:00
zuntum
ecbbc44851 Version 2.0.19
18 April 2001

  -add additional exception handling for POP3 protocol errors (server bugs) and
  socket errors after connect (network errors).  Thanks to Jesper Andersen for
  the bug report.
  -add additional log message to make diagnosis of server problems easier.
  Apparently Mandrake Linux v.7.2 ships with a very broken POP3 server;
  several users sent me traces which I tracked down to gross violations of
  the POP3 protocol (RFC1939).

o remove patch-aa, we can do substitution using sed
o move getmailrc-example to standard place (PREFIX/share/examples),
  thus removing pkg/MESSAGE
  (it suggested taking a look at PREFIX/doc/getmail/getmailrc-example
2001-04-19 16:31:45 +00:00
tron
cec1397486 Compare program name in "popauth" with "qpopauth" because that is the
name under which it is installed. Fixes PR pkg/12628 by
Jun-ichiro itojun Hagino.
2001-04-19 08:52:03 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
jtb
3b1d81195f Add and enable p5-Mail-Sendmail. 2001-04-16 18:14:22 +00:00
jtb
b020bd0d08 Initial import of p5-Mail-Sendmail.
A platform independent Sendmail interface module.  This module will
allow you to send email from perl via sendmail.  The only requirement
is a network connection.  It has good error reporting abilities in
addition to good time zone detection.

Submitted by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12634.
2001-04-16 18:13:39 +00:00
tron
626fa3419c Update "mutt-unstable" package to version "1.3.17.20010415i". A list of
the changes can be found in the "ChangeLog" file. This snapshot contains
the fix for bug#472 fixed by "patch-aa" before.
2001-04-16 01:47:17 +00:00
itojun
32cc9ec33d sendmail 8.12.0Beta7 2001-04-15 01:19:59 +00:00
itojun
3eea225574 go back to 8.11.3. it was my mistake that i have committed 8.12.0Beta into
mail/sendmail.
2001-04-15 01:18:06 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
itojun
e1745c8081 upgrade IPv6 patch. correct kame stack determination. from hubert 2001-04-14 15:20:29 +00:00
itojun
2324a9969a visit mail/sendmail-current again 2001-04-13 05:08:23 +00:00
itojun
9319787607 upgrade to 8.12.0.Beta7.
confDELIVERBYMIN and confSHAREDMEMORYKEY have been renamed to
confDELIVER_BY_MIN and confSHARED_MEMORY_KEY, respectively.

The macro {sendmailMTACluster} replaces {LDAPCluster}.

Added FEATURE(`queuegroup') for selecting a queue group in the
access database.

Added OSTYPE(`freebsd4')

sendmail/TUNING gives some hints about performance tuning.

Any IPv6 addresses used in configuration should be prefixed by the
"IPv6:" tag to identify the address properly. For example, if you
want to add the IPv6 address [2002:c0a8:51d2::23f4] to class {w},
you would need to add [IPv6:2002:c0a8:51d2::23f4]; if you want to
use it in the access database, you would need to use
IPv6:2002:c0a8:51d2::23f4 on the left hand side.
2001-04-13 05:07:50 +00:00
itojun
4728469792 install sample .cuerc file. 2001-04-13 04:37:37 +00:00
kim
79cd48683a Forgot to regenerate the patch sums. 2001-04-13 04:19:29 +00:00
kim
60636e9b09 Allow setting TRUSTED_IDS in procmail. 2001-04-13 04:18:33 +00:00
itojun
2e9c5e548c upgrade to 1.94.5.
Changes from 1.94.4 to 1.94.5

A straightforward patch release, 99% from the collected
1.94.4 patches:

o digest_rm_fronter and digest_rm_footer now work.
o unsubcribe_policy now has +confirm feature
o More hostile address checking
o archive2.pl makes archives world readable.
o bounce had an innocuous y2k bug, and wanted a 'bounces' list password even
  when called as unsub
o better description of the moderator function.
o Fixes 'restrict_post = #!$list' substitution and blank lines
  in config files
o Better error reporting when majordomo.cf is wrong.
o Detects some attachments sent as commands
o Approve commands can span lines now.
o resend has better messages for taboo_headers problems
o fixed: header corruption when Subject: is blank and subject tags are used.
2001-04-13 01:42:32 +00:00
wennmach
7d052dc00d cyrus-imap depends on cyrus-sasl, which, if USE_KERBEROS is defined,
depends on kth-krb4, which used to conflict with ... cyrus-imap.

kth-krb4 now no longer installs man/man5/krb.equiv.5 and the conflict
is resolved.
2001-04-12 14:58:09 +00:00