summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2000-08-11remove dead http links (which only pointed to the old HOMEPAGE)wiz1-4/+1
2000-08-10cleanupwiz2-16/+6
2000-08-07Fix install/deinstall problems.wiz3-7/+8
2000-08-04Add MESSAGE on how to make exim go.ad2-1/+20
2000-08-03Use ${SH} to run ${WRKSRC}/suid.sh.veego1-2/+2
2000-08-02Factor out common post-install code in Makefile and pkg/PLIST into (anjlam4-44/+84
already existing) pkg/INSTALL. Note that ${PREFIX}/etc/nmh can be removed in pkg/DEINSTALL. Make some cosmetic changes to Makefile.
2000-08-01chmod +w to files we append something.itojun1-10/+8
PR10728. From: Wolfgang Rupprecht <wolfgang@wsrcc.com> not sure if this PR is a generic problem - it seems to me that Wolfgang may checked things out from pkgsrc tree with non-writable permission.
2000-07-31- Split multi file patch.tron5-43/+50
- Fix CVS lossage.
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31cyrus should workhubertf1-2/+2
2000-07-30include wide patch, which is necessary to work better withitojun2-2/+10
pkgsrc/mail/smtpfeed.
2000-07-29Update "mutt" package to version 1.2.5. Changes since version 1.2.4:tron2-4/+4
This release fixes at least one grave IMAP error which may lead to confusing display and other strangeness, and our instances of the "wuftpd format bug", which had (mostly) the effect that your IMAP server's operator could break into your computer with some work.
2000-07-28Missing @dirrm's.ad1-1/+3
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-22/+5
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-07-28RCS policewiz2-2/+4
2000-07-26Don't patch the same file twice in different patch files.veego3-15/+67
Put the old patch-ab into patch-aa and use patch-ab for Solaris patches.
2000-07-26Update to exim 3.16. Too many changes to note here; there are a small numberad2-5/+5
of new features, and numerous bug fixes. See CHANGELOG and NewStuff files on http://www.exim.org/ for more information.
2000-07-26use 1.07.1. changes: documentation change for 8.11.0+wide patch.itojun2-6/+7
correct DEPENDS.
2000-07-26for NetBSD platform, pass bsd.pkg.mk ${LDFLAGS} via sendmail M4 declarationitojun3-2/+11
confLDOPTS. the real problem is in sendmail side - M4 macro APPENDDEF chokes if we pass string with "," inside. we are okay for now, as we don't have any APPENDDEF against confLDOPTS. in general, we are not sure if the fix works for everyone. not sure if we need the similar fix for Solaris or not. problem report From: Bernd.Ernesti@security.kpnqwest.com (Bernd Ernesti)
2000-07-24obsolete since its integrated into recent fetchmail.frueauf1-13/+0
2000-07-24Update fetchmail and fetchmailconf to 5.4.4.frueauf5-10/+9
fetchmail-5.4.4 (Sun Jul 23 15:56:16 EDT 2000), 19172 lines: * Guenther H. Leber's fix to show expunge parameters for POP3 in fetchmail -V. * Richard Gooch's fixes to use sigation(2) in sink.c and daemon.c * Petr Kristof's fix for sslcert configuration in fetchmailconf. * Jiri Pavolvsky's updated cs.po. * Cyrille Lefevre <clefevre@citeweb.net>'s patch for IPV6, resolving FreeBSD Problem Report ports/19996. * Added John Summerfield's pop2test to contrib. * In the fetchmail RPM spec, stop compressing the man pages. Turns out rpm-4.0 does a find(1) over the stuff to be installed and gzip(1)s the manpages it finds. This gets messed up by the explicit symlink among manpages in the spec file, which rpm redoes and gets all wrong. * Added Antoine Beaupre's dropdelivered option. fetchmail-5.4.3 (Sun Jul 2 14:24:28 EDT 2000), 19080 lines: * Fixed Debian bug #63667, fetchmailconf: doesn't write .fetchmailrc properly. * RFC2177 IDLE should now be done even when there are no messages. * Joerg Plate's SSL typo fix. * Try to limit the damage bad UIDL handling can do by refusing to mess with the UIDL state if there has been an error. * Better isafile test -- bizarrely enough, Linux ptys have S_ISBLK. * Includes for SSL now use the openssl directory, which has been standard since OpenSSL 0.9.3. If this breaks your build, upgrade your SSL. fetchmail-5.4.2 (Wed Jun 28 07:21:04 EDT 2000), 19069 lines: * Julian Haight's fix for his 5.4.1 patch, which created a potential memory leak. * Minor bug fixes for SSL by Wolfram Kleff. * Be more clever about when we suppress progress dots. fetchmail-5.4.1 (Tue Jun 6 23:24:22 EDT 2000), 19051 lines: * Julian Haight added support for arbitrary SMTP RCPT TO: control using: --smtpname user@host. Should be useful for sites running multiple virtual domains without local users, such as a cyrus IMAP installation. * Julian Haight added hostaddr reporting in the "Received: from" clause. * NT material added to FAQ item O9. * Commented out the socket-shutdown code that was causing mystery hangs under Red Hat 6.2. We can live with a socket leak (assuming it comes back) nmore easily than we can live with fetchmail getting wedged in place. * Werner Almesberger <almesber@lrc.epfl.ch> sent minor bug fixes for BSMTP. fetchmail-5.4.0 (Sat May 13 18:24:21 EDT 2000), 18977 lines: * Matthias Scheler's fix for SSL under IPV6 * Added FAQ material on SSL's "RPNG not seeded" message and on ssh tunnelling. * Resolved Debian bug #63667.
2000-07-24add site.config.m4 files for various configurationsitojun5-0/+23
2000-07-24upgrade to 8.11.0 from sendmail.org.itojun10-173/+85
the new Makefile tries to obey sendmail "Build" script better than before. need checking for solaris build, and ldap build. TODO: STARTTLS support --- 8.10.2 -> 8.11.0 8.11.0/8.11.0 2000/07/19 SECURITY: If sendmail is installed as a non-root set-user-ID binary (not the normal case), some operating systems will still keep a saved-uid of the effective-uid when sendmail tries to drop all of its privileges. If sendmail needs to drop these privileges and the operating system doesn't set the saved-uid as well, exit with an error. Problem noted by Kari Hurtta of the Finnish Meteorological Institute. SECURITY: sendmail depends on snprintf() NUL terminating the string it populates. It is possible that some broken implementations of snprintf() exist that do not do this. Systems in this category should compile with -DSNPRINTF_IS_BROKEN=1. Use test/t_snprintf.c to test your system and report broken implementations to sendmail-bugs@sendmail.org and your OS vendor. Problem noted by Slawomir Piotrowski of TELSAT GP. Support SMTP Service Extension for Secure SMTP (RFC 2487) (STARTTLS). Implementation influenced by the example programs of OpenSSL and the work of Lutz Jaenicke of TU Cottbus. Add new STARTTLS related options CACERTPath, CACERTFile, ClientCertFile, ClientKeyFile, DHParameters, RandFile, ServerCertFile, and ServerKeyFile. These are documented in cf/README and doc/op/op.*. New STARTTLS related macros: ${cert_issuer}, ${cert_subject}, ${tls_version}, ${cipher}, ${cipher_bits}, ${verify}, ${server_name}, and ${server_addr}. These are documented in cf/README and doc/op/op.*. Add support for the Entropy Gathering Daemon (EGD) for better random data. New DontBlameSendmail option InsufficientEntropy for systems which don't properly seed the PRNG for OpenSSL but want to try to use STARTTLS despite the security problems. Support the security layer in SMTP AUTH for mechanisms which support encryption. Based on code contributed by Tim Martin of CMU. Add new macro ${auth_ssf} to reflect the SMTP AUTH security strength factor. LDAP's -1 (single match only) flag was not honored if the -z (delimiter) flag was not given. Problem noted by ST Wong of the Chinese University of Hong Kong. Fix from Mark Adamson of CMU. Add more protection from accidentally tripping OpenLDAP 1.X's ld_errno == LDAP_DECODING_ERROR hack on ldap_next_attribute(). Suggested by Kurt Zeilenga of OpenLDAP. Fix the default family selection for DaemonPortOptions. As documented, unless a family is specified in a DaemonPortOptions option, "inet" is the default. It is also the default if no DaemonPortOptions value is set. Therefore, IPv6 users should configure additional sockets by adding DaemonPortOptions settings with Family=inet6 if they wish to also listen on IPv6 interfaces. Problem noted by Jun-ichiro itojun Hagino of the KAME Project. Set ${if_family} when setting ${if_addr} and ${if_name} to reflect the interface information for an outgoing connection. Not doing so was creating a mismatch between the socket family and address used in subsequent connections if the M=b modifier was set in DaemonPortOptions. Problem noted by John Beck of Sun Microsystems. If DaemonPortOptions modifier M=b is used, determine the socket family based on the IP address. ${if_family} is no longer persistent (i.e., saved in qf files). Patch from John Beck of Sun Microsystems. sendmail 8.10 and 8.11 reused the ${if_addr} and ${if_family} macros for both the incoming interface address/family and the outgoing interface address/family. In order for M=b modifier in DaemonPortOptions to work properly, preserve the incoming information in the queue file for later delivery attempts. Use SMTP error code and enhanced status code from check_relay in responses to commands. Problem noted by Jeff Wasilko of smoe.org. Add more vigilance in checking for putc() errors on output streams to protect from a bug in Solaris 2.6's putc(). Problem noted by Graeme Hewson of Oracle. The LDAP map -n option (return attribute names only) wasn't working. Problem noted by Ajay Matia. Under certain circumstances, an address could be listed as deferred but would be bounced back to the sender as failed to be delivered when it really should have been queued. Problem noted by Allan E Johannesen of Worcester Polytechnic Institute. Prevent a segmentation fault in a child SMTP process from getting the SMTP transaction out of sync. Problem noted by Per Hedeland of Ericsson. Turn off RES_DEBUG if SFIO is defined unless SFIO_STDIO_COMPAT is defined to avoid a core dump due to incompatibilities between sfio and stdio. Problem noted by Neil Rickert of Northern Illinois University. Don't log useless envelope ID on initial connection log. Problem noted by Kari Hurtta of the Finnish Meteorological Institute. Convert the free disk space shown in a control socket status query to kilobyte units. If TryNullMXList is True and there is a temporary DNS failure looking up the hostname, requeue the message for a later attempt. Problem noted by Ari Heikkinen of Pohjois-Savo Polytechnic. Under the proper circumstances, failed connections would be recorded as "Bad file number" instead of "Connection failed" in the queue file and persistent host status. Problem noted by Graeme Hewson of Oracle. Avoid getting into an endless loop if a non-hoststat directory exists within the hoststatus directory (e.g., lost+found). Patch from Valdis Kletnieks of Virginia Tech. Make sure Timeout.queuereturn=now returns a bounce message to the sender. Problem noted by Per Hedeland of Ericsson. If a message data file can't be opened at delivery time, panic and abort the attempt instead of delivering a message that states "<<< No Message Collected >>>". Fixup the GID checking code from 8.10.2 as it was overly restrictive. Problem noted by Mark G. Thomas of Mark G. Thomas Consulting. Preserve source port number instead of replacing it with the ident port number (113). Document the queue status characters in the mailq man page. Suggested by Ulrich Windl of the Universitat Regensburg. Process queued items in which none of the recipient addresses have host portions (or there are no recipients). Problem noted by Valdis Kletnieks of Virginia Tech. If a cached LDAP connection is used for multiple maps, make sure only the first to open the connection is allowed to close it so a later map close doesn't break the connection for other maps. Problem noted by Wolfgang Hottgenroth of UUNET. Netscape's LDAP libraries do not support Kerberos V4 authentication. Patch from Rainer Schoepf of the University of Mainz. Provide workaround for inconsistent handling of data passed via callbacks to Cyrus SASL prior to version 1.5.23. Mention ENHANCEDSTATUSCODES in the SMTP HELP helpfile. Omission noted by Ulrich Windl of the Universitat Regensburg. Portability: Add the ability to read IPv6 interface addresses into class 'w' under FreeBSD (and possibly others). From Jun Kuriyama of IMG SRC, Inc. and the FreeBSD Project. Replace code for finding the number of CPUs on HPUX. NCRUNIX MP-RAS 3.02 SO_REUSEADDR socket option does not work properly causing problems if the accept() fails and the socket needs to be reopened. Patch from Tom Moore of NCR. NetBSD uses a .0 extension of formatted man pages. From Andrew Brown of Graffiti World Wide, Inc. Return to using the IPv6 AI_DEFAULT flag instead of AI_V4MAPPED for calls to getipnodebyname(). The Linux implementation is broken so AI_ADDRCONFIG is stripped under Linux. From John Beck of Sun Microsystems and John Kennedy of Cal State University, Chico. CONFIG: Catch invalid addresses containing a ',' at the wrong place. Patch from Neil Rickert of Northern Illinois University. CONFIG: New variables for the new sendmail options: confCACERT_PATH CACERTPath confCACERT CACERTFile confCLIENT_CERT ClientCertFile confCLIENT_KEY ClientKeyFile confDH_PARAMETERS DHParameters confRAND_FILE RandFile confSERVER_CERT ServerCertFile confSERVER_KEY ServerKeyFile CONFIG: Provide basic rulesets for TLS policy control and add new tags to the access database to support these policies. See cf/README for more information. CONFIG: Add TLS information to the Received: header. CONFIG: Call tls_client ruleset from check_mail in case it wasn't called due to a STARTTLS command. CONFIG: If TLS_PERM_ERR is defined, TLS related errors are permanent instead of temporary. CONFIG: FEATURE(`relay_hosts_only') didn't work in combination with the access map and relaying to a domain without using a To: tag. Problem noted by Mark G. Thomas of Mark G. Thomas Consulting. CONFIG: Set confEBINDIR to /usr/sbin to match the devtools entry in OSTYPE(`linux') and OSTYPE(`mklinux'). From Tim Pierce of RootsWeb.com. CONFIG: Make sure FEATURE(`nullclient') doesn't use aliasing and forwarding to make it as close to the old behavior as possible. Problem noted by George W. Baltz of the University of Maryland. CONFIG: Added OSTYPE(`darwin') for Mac OS X and Darwin users. From Wilfredo Sanchez of Apple Computer, Inc. CONFIG: Changed the map names used by FEATURE(`ldap_routing') from ldap_mailhost and ldap_mailroutingaddress to ldapmh and ldapmra as underscores in map names cause problems if underscore is in OperatorChars. Problem noted by Bob Zeitz of the University of Alberta. CONFIG: Apply blacklist_recipients also to hosts in class {w}. Patch from Michael Tratz of Esosoft Corporation. CONFIG: Use A=TCP ... instead of A=IPC ... in SMTP mailers. CONTRIB: Add link_hash.sh to create symbolic links to the hash of X.509 certificates. CONTRIB: passwd-to-alias.pl: More protection from special characters; treat special shells as root aliases; skip entries where the GECOS full name and username match. From Ulrich Windl of the Universitat Regensburg. CONTRIB: qtool.pl: Add missing last_modified_time method and fix a typo. Patch from Graeme Hewson of Oracle. CONTRIB: re-mqueue.pl: Improve handling of a race between re-mqueue and sendmail. Patch from Graeme Hewson of Oracle. CONTRIB: re-mqueue.pl: Don't exit(0) at end so can be called as subroutine Patch from Graeme Hewson of Oracle. CONTRIB: Add movemail.pl (move old mail messages between queues by calling re-mqueue.pl) and movemail.conf (configuration script for movemail.pl). From Graeme Hewson of Oracle. CONTRIB: Add cidrexpand (expands CIDR blocks as a preprocessor to makemap). From Derek J. Balling of Yahoo,Inc. DEVTOOLS: INSTALL_RAWMAN installation option mistakenly applied any extension modifications (e.g., MAN8EXT) to the installation target. Patch from James Ralston of Carnegie Mellon University. DEVTOOLS: Add support for SunOS 5.9. DEVTOOLS: New option confLN contains the command used to create links. LIBSMDB: Berkeley DB 2.X and 3.X errors might be lost and not reported. MAIL.LOCAL: DG/UX portability. Problem noted by Tim Boyer of Denman Tire Corporation. MAIL.LOCAL: Prevent a possible DoS attack when compiled with -DCONTENTLENGTH. Based on patch from 3APA3A@SECURITY.NNOV.RU. MAILSTATS: Fix usage statement (-p and -o are optional). MAKEMAP: Change man page layout as workaround for problem with nroff and -man on Solaris 7. Patch from Larry Williamson. RMAIL: AIX 4.3 has snprintf(). Problem noted by David Hayes of Black Diamond Equipment, Limited. RMAIL: Prevent a segmentation fault if the incoming message does not have a From line. VACATION: Read all of the headers before deciding whether or not to respond instead of stopping after finding recipient. Added Files: cf/ostype/darwin.m4 contrib/cidrexpand contrib/link_hash.sh contrib/movemail.conf contrib/movemail.pl devtools/OS/SunOS.5.9 test/t_snprintf.c
2000-07-21Upgrade to procmail 3.14.simonb2-4/+4
Major changes are: - Some zero-length extractions using \/ could core dump - Missed a couple possible overflows - Support delivery to maildir mailboxes - Support all styles of mailbox for the mail spool - Avoid renaming over old messages in directory folders - fsync() mailboxes before closing them - Overflows at certain times would confuse procmail - Root owned lockfiles aren't bogus Full list of changes are in procmail-3.14/HISTORY.
2000-07-21Set PATCH_SITES to MASTER_SITES (to find the md5 patch).wiz1-1/+2
2000-07-12fix DISTNAME, broken by my last commit. Noted by Solar Designer.wiz1-2/+3
2000-07-11Attempt to differentiate between X11BASE (where X11 is installed) andagc4-9/+10
X11PREFIX (where the app defaults file is to be installed, and which will be X11BASE, or LOCALBASE if xpkgwedge is installed).
2000-07-10Add dependence on "gettext" package because the "mutt" binary might gettron1-1/+2
linked with the new shared "libintl".
2000-07-08Replace "/usr/local" by "${LOCALBASE}". Fixes PR pkg/10360, pkg/10465tron23-122/+121
and pkg/10529.
2000-07-07Add a distribution patch provided by the author, which fixes an MD5 problemwiz2-3/+7
on architectures with strict alignment requirements. For details, see http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl/full?pr=1803 Bump version to 0.4nb1.
2000-07-07Update "mutt" package to version 1.2.4i. This is just a bug fix release.tron2-4/+4
2000-07-05Update balsa to 0.9.0. Changes include: bug fixes, new message browser,rh3-36/+56
improved address book handling, more reliable mailbox backend. The code has however some experimental and unfinished features enabled so be warned! The POP problems some people experienced have not been really addressed yet.
2000-07-03Update to postfix-19991231-pl08sommerfeld2-6/+5
Major changes with postfix-19991231-pl08: ========================================= Specify "body_checks = regexp:/etc/postfix/body_checks" for a quick and dirty emergency content filter that looks at non-header lines one line at a time (including MIME headers inside the message body). Details in conf/sample-filter.cf. Incompatible changes with postfix-19991231-pl07: ================================================ As required by RFC 822, Postfix now inserts a generic destination message header when no destination header is present. The text is specified via the undisclosed_recipients_header configuration parameter (default: "To: undisclosed-recipients:;").
2000-06-25Fixed homepage URL.mason1-2/+2
2000-06-24Apply distribution patches silently.kim1-2/+2
2000-06-22Fix LP64 bug in MD5 code which broke IMAP CRAM-MD5 authentification.tron2-1/+25
2000-06-21Update "mutt" package to version 1.2.2i. This is just a bug fix release.tron4-15/+10
2000-06-15Match openldap-1.2.*.kleink1-2/+2
2000-06-15Fix the PLIST_SRC problem.veego1-3/+4
2000-06-14Regen after "patch-aa" was changed and "patch-ab" restored.tron1-2/+3
2000-06-14Now fix the libwrap compile problem on NetBSD.veego3-4/+32
Thanks to Matthias Scheler for noticing it.
2000-06-14Add Solaris support and move the libwrap support from patch-ab to patch-aa.veego9-40/+89
2000-06-14Add support to plug in LDAP maps easily.kleink3-8/+19
2000-06-14don't include bsd.prefs.mk twicewiz1-2/+1
2000-06-14Use the defines from bsd.pkg.mk, don't start subshells.hubertf1-3/+3
(The values for uname etc. will probably be passed in from upper-level make processes).
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-06-09Make it compile on 1.4Y+ even if ncurses are installed.wiz1-2/+10
Pointed out by tron.
2000-06-09USE_LIBTOOL instead of pkglibtooljlam1-2/+3
2000-06-08Use NetBSD's curses on 1.4Y+ instead of ncurseswiz1-2/+14
2000-06-08This patch is no longer needed (has been integrated into elm).jdolecek1-35/+0
Thanks to Thomas Klausner for pointing out