summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2001-08-31Update teapop to 0.3.2; also drop maintainership as I no longer usezuntum3-10/+10
this software Changes: 0.3.2 - A chdir-call got replaced with a chroot()-call which could cause problems trying to open mailboxes. + Support for removing stale dotlock-files. + Support for fcntl()-locking. (Based on patch from: Nick Phillips <nwp@lemon-computing.com>) ! Improved socket cleanup when exiting in standalone mode. (Patch by: Ross West) - Removed extra newline at end of UIDL when using existing UIDLs from message. (Patch by: Ross West) + Support for using more then one locking type. (Based on idea from: Nick Phillips <nwp@lemon-computing.com>) - An off-by-one error would cause Teapop to put a control character in the wrong place for lines longer then 1023 characters in a mailbox. (Problem reported by: Leon Harris <leon@quoll.com>) - If the mailbox didn't contain a linefeed at the last line, it could get lost. (Problem reported by: Den Ivanov <div@primpogoda.ru>) + Support for lockf()-locking. + Added a flock() wrapper for lockf() for system missing a native flock(). ! A bit more sane default flags for MySQL-authentication. (Based on patch from: Ross West)
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam2-3/+4
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron3-7/+6
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-22make it IGNORE for now until we upgrade (security hole found)itojun1-1/+3
2001-08-21upgrade to 20010820. now korean and japanese text can coexist.itojun2-6/+6
display encoding now uses iso2022 escape sequences (instead of hardcoded euc-jp).
2001-08-21upgrade to 8.11.6. fixes a security problem with command line processing.itojun2-6/+6
2001-08-19Wildcard dependency on pcre. Addresses pkg/13754.wiz1-2/+2
2001-08-19Set IS_INTERACTIVE, because this package depends on interactive qmail package.zuntum1-1/+5
One 'broken depends' package less in bulk builds.
2001-08-17We don't really need to depend on qmail -- remove it from DEPENDS.zuntum1-3/+1
This unbreaks this package in bulk builds.
2001-08-16Add and enable qmail-conf. Sort.wiz1-2/+3
2001-08-16Update mew to 2.0.50jun2-6/+6
Mew 2.0.50 (2001/08/14) mew-dist release * info and doc updates. * mew-summary-sort: some bugs related to region are fixed. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * mew-substring in mew-mule3.el: length of mew-error-broken-string to width. SAITO Atsunori <sai@yedo.com> * Defining mew-ask-mark-process. The default is nil. * Supporting sort region. (C-uS) "Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp> * mew-encode-remove-illegal-fields has a bug which removes Subject: whose first line is null and whose second one has a value. This bug was fixed. * Setting mode of files under ~/Mail to mew-file-mode. * A bug fix for mew-case-guess-when-composed. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * The "-l" option for "grep". "David A. Panariti" <davep@who.net> * Inserting X-Mew-UIDL: at the beginning of a mail. * mew-multibyte-string-p and multibyte hack. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
2001-08-16Update mail/tnef to 1.1. Changes from version 0.16 include:jlam4-16/+31
* man page * bug fixes * parsing of MAPI attributes * long filenames available
2001-08-16Update mail/maildrop to 1.3.4. Relevent changes from version 1.2.2 include:jlam5-55/+93
+ Become maintainer for maildrop as I'm working on packaging the Courier-MTA software, of which maildrop is one piece. + Fix possible build problem on Solaris (untested). + Install maildirmake as maildrop.maildirmake to avoid conflicts with other packages that install maildirmake. + Add dependency on courier-maildirmake. + Move HTML documentation to ${PREFIX}/share/doc/html * Bug fixes, of course. * Disable MSIE smart tags in all html files. * Added mailbot(1), a MIME-capable autoresponder utility. * Reject ambigous nested MIME boundary delimiters.
2001-08-16Move userdb file from /etc/courier to /etc to match location forjlam1-2/+2
maildrop (though it's not enabled yet in maildrop).
2001-08-16Always use pkgdiff to generate the patch files.jlam2-23/+9
2001-08-16* Install maildirmake as imapd.maildirmake and depend onjlam8-21/+56
mail/courier-maildirmake. * There was an inverted test in the rc.d scripts that was causing them to fail on newer NetBSD systems. * Install the rc.d scripts under ${PREFIX}/etc/rc.d, not in ${PREFIX}/etc.
2001-08-16Note addition of mail/courier-maildirmake.jlam1-1/+2
2001-08-16mail/courier-maildirmake: wrapper script to execute a maildirmake program.jlam4-0/+57
The various bits of Courier (Courier IMAP, SqWebMail, maildrop, etc.) all install a program called "maildirmake". Make a separate package so all of these packages don't conflict.
2001-08-15* Instead of patching imap/configure to replace for SSLCERTS, do it directlyjlam4-20/+12
in the package Makefile since we substitute for @SSLCERTS@ anyway. * Add the *.rand files to the list of files to DEINSTALL. * Explicitly disable the PAM, LDAP, and MySQL authentication modules so that hidden dependencies aren't accidentally added to the build. XXX - These should probably be added in via make variables (USE_PAM, XXX - USE_LDAP, etc.) in the future, but aren't needed for now in the XXX - base package.
2001-08-15Follow suggestion from Christoph Badura and remove qmail from dependencies ↵zuntum1-2/+1
list, as it is not really required to repair the queue
2001-08-14Remove useless courier-imap.sh that was a work-in-progress, and addjlam7-177/+170
four scripts (courier-{imap,imaps,pop,pops}) that are rc.d-style scripts to start/stop the various Courier IMAP and POP3 services. They were modelled after the samba scripts which may be invoked on systems without rc.d.
2001-08-13Update qmHandle to 0.5.1zuntum2-10/+8
Changes: 0.5.1 (July 23, 2001) * Added a -D option which deletes al message in both local and remote queue. [Thanks Kasper Holtze] * Fixed a bug with the CC field when displaying message list. o depend on qmail>=1.03 o use REPLACE_PERL instead of ${SED}
2001-08-13add & enable qmail-lintzuntum1-1/+2
2001-08-13Initial import of qmail-lint-0.55zuntum4-0/+35
This tool examines the qmail configuration to see if any common errors exist. usage: qmail-lint [-v] -v -- print an explanation of the reports the first time one is printed.
2001-08-13Add qmail package to DEPENDS, as we currently have one and this package is ↵zuntum1-1/+2
useless without qmail
2001-08-13qmail now uses PLIST, so switch from using @unexec rm to normal entries.zuntum2-5/+7
Also permit making package as it works now.
2001-08-13Create symlink from /var/qmail to ${PREFIX}/qmail, so we can list files in ↵zuntum2-4/+195
PLIST. Yes, it isn't very clear idea, but better than empty PLIST and a bunch of @unexec rm -rf's in it.
2001-08-13Depend on checkpassword-*:../../sysutils/checkpasswordzuntum1-1/+2
2001-08-13Oops, COMMENT is internal variable now, not the separate filezuntum2-2/+2
2001-08-13Initial import of qmail-conf-0.55zuntum5-0/+56
qmail-conf is a collection of tools for setting up various qmail services. They are like *-conf programs in djbdns. With qmail-conf, for example, setting up a minimal SMTP service takes the following four steps: qmail-smtpd-conf qmaild qmaill /var/qmail/service/smtpd cd /var/qmail/service/smtpd make ln -s /var/qmail/service/smtpd /service qmail-conf assumes that (recent versions of) daemontools and ucspi-tcp have already been installed. It also assumes that svscan is already running. qmail-conf tries to provide reasonable defaults: it avoids DNS reverse lookups; it avoids IDENT lookups; it lets TCP connection attempts be logged with multilog; and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize your clients.
2001-08-13When cleaning up ${QMAILDIR}/bin, remove only binaries that belong to qmail ↵zuntum1-2/+3
package, as support packages may install files there. In preparation for qmail-conf pkg.
2001-08-13Add & enable qmailzuntum1-1/+2
2001-08-13Initial import of qmail-1.03 -- SECURE, reliable, efficient, simple, and ↵zuntum7-0/+204
FAST MTA for UNIX systems qmail checks for qmail users' existance at compile time, so this package must be built as root (it tries to add necessary users and groups), thus NO_PACKAGE and IS_INTERACTIVE are set. PLIST file is left empty intentionally, because qmail installs itself to /var/qmail, outside ${PREFIX}. The qmail program is a secure, reliable, efficient simple message transfer agent. It is meant to be a replacement for the entire sendmail-binmail system that most UNIX hosts use. Although qmail holds security and reliability as its top two priorities, it is also fast. On a Pentium under BSD/OS, qmail can easily handle 200000 separate messages per day that are injected and must then be delivered to local mailboxes! Security and reliability are qmail's two strengths, however. The qmail package ensures a message, once accepted, will never be lost. An optional new mailbox format, maildir, even lets users safely read their mail over NFS, while still accepting new mail deliveries. The following features are supported: host and user masquerading, full host hiding, virtual domains, null clients, list-owner rewriting, relay control, double-bounce recording, arbitrary RFC 822 address lists, cross-host mailing-list loop detection, per-recipient checkpointing, downed host backoffs, independent message retry schedules, a drop-in sendmail replacement, and more! The package is still being worked on.
2001-08-13Update to exim-3.32. This is a bugfix release; change logs can be foundad2-5/+5
at http://www.exim.org/.
2001-08-12Disable the check for root so this may be built by a non-root user.jlam1-1/+2
2001-08-11Update evolution to 0.12. Changes are too numerous to list here. Forrh13-358/+785
a detailed list, see the release notes on the package's homepage.
2001-08-10Update 'fetchmail' package to version 5.8.17. Changes since version 5.8.14:tron3-7/+7
- SECURITY FIX: Fixed a security hole that is exploitable if fetchmail is running as root and the attacker can either subvert the mailserver or redirect to a fake one using DNS spoofing. Bugtraq announcement to follow soon. Thanks to Salvatore Sanfilippo <antirez@invece.org>. - Eliminated second bounce on failed RCPT TO address. - Always use fetchmail host's FQDN to identify the daemon when sending bounce messages. - Embarrassing bug of the month -- somehow, 'skip' wasn't being interpreted! - Handle ! in RFC2821 Return-Path addresses properly. - Better handling of BAD and NO responses to FETCH (thank Justin Guyett). - Fixed *yet another- build error due to breakage in the i18n code. - Refuse mail that has no good addresses and can't be sent to postmaster. - Restore behavior of discarding mail on 550 (Debian bug #105237). - John Summerfield updated getfetchmail. - Cleanup patches by HMH. - Lock-file-name bug reported by Scott Johnson. - Updated Danish translation by Byrial Jensen. - Updated French translation by Thierry Vignaud. - Man page bugs pointed out by Andrew Benham. - POP3 end of session RSET on keep removed. - In IMAP, handle BAD and NO responses to FETCH gracefully. - Parse 'no {syslog|invisible|showdots}' properly. - Change AC_DEFINE to AC_DEFINE_UNQUOTED appropriately in configure.in (Debian bug #104484). - Fixed bug in fetchmailconf plugin/plugout code (Debian bug #105987).
2001-08-09upgrade to 20010228-pl04. changes can be found below:itojun2-9/+9
ftp://ftp.yoyo.org/pub/mirrors/postfix/official/postfix-20010228-pl04.RELEASE_NOTES
2001-08-08upgrade to the latest snapshot (2001/7/30).itojun2-6/+6
2001-08-07Update getmail to 2.1.3zuntum2-6/+6
News: Version 2.1.3 3 August 2001 -change handling of command delivery. Verification of existent command is smarter; arguments won't cause problems now. Remove duplicate code. Version 2.1.2 1 August 2001 -getmail will now check the permissions on your getmailrc file, and refuse to run if the file is group- or world-writable. Thanks to Fredrik Steen for the request. Version 2.1.1 29 June 2001 -add "no_received" option, similar to no_delivered_to, at request of getmail user Nigel Cunningham. -got rid of some trailing tabs in ConfigParser.py after a report from Fredrik Steen -- they're harmless, but unclean. Fredrik is also in the process of packaging getmail for use in Debian. Thanks, Fredrik. -changed the default path to the getmail library dir from /usr/local/lib/... to /usr/lib/... . This only affects the getmail wrapper script; if you're using that, you may have to edit your copy, or change where you install the files to.
2001-08-06Improve COMMENT - guess where pine got it's name from.hubertf1-2/+2
2001-08-01Add buildlink.mk for gettext-lib. Probably fixes bulk build failure.wiz2-2/+4
2001-08-01Oops, forgot to install cgi-lib.pl. And while we are at it, installrh2-5/+18
documentation as well.
2001-08-01Add and enable mailservrh1-1/+2
2001-08-01Initial import of mailserv-3.27 a perl web frontend for majordomo and otherrh5-0/+111
mailing list servers.
2001-08-01upgrade to 8.11.5. minor bug fixes from 8.11.4.itojun3-22/+6
patch-zz (security patch on signal handling) is now in 8.11.5.
2001-07-31Note addition of mail/courier-imap.jlam1-1/+2
2001-07-31courier-imap: IMAP server for access to Maildir-style mailboxesjlam10-0/+624
Courier-IMAP is a server that provides IMAP access to Maildirs. This IMAP server does NOT handle traditional mailbox files (/var/spool/mail, and derivatives), it was written for the specific purpose of providing IMAP access to Maildirs. "Maildir" is a directory-based mail storage format originally introduced in the Qmail mail server, and adopted as an alternative mail storage format by both Exim and Postfix. Courier-IMAP is popular on Qmail/Exim/Postfix sites that are configured to use maildirs. The primary advantage of maildirs is that multiple applications can access the same Maildir simultaneously without requiring any kind of locking whatsoever. It is a faster and more efficient way to store mail. It works particularly well over NFS, which has a long history of locking-related woes.
2001-07-31Fix build problem under NetBSD-current noted by Launey Thomas intron1-1/+2
private e-mail as proposed by Johnny C. Lam.