summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2000-10-21rm -> ${RM}wiz1-2/+2
2000-10-18fix typo in IGNORE and move it some lines lower (for pkglint)wiz1-3/+3
2000-10-16Add and enable p5-IMAP-Adminrh1-1/+2
2000-10-16Initial import of p5-IMAP-Admin-1.3.7, a perl module for basic IMAP serverrh5-0/+33
administration
2000-10-15Update "wmmail" package to version 0.64. Changes since version 0.63a:tron7-35/+13
- added back ExecuteOnUpdate - now searches @prefix@/GNUstep for defaults domain as well; thanks to Thomas Ribbrock <argathin@gmx.net> for suggestion - added experimental DisplayEachMailbox option (thanks again to Peter da Silva); this makes WMMail.app display message counts (none, new, total, or new-over-total) for each mailbox that contains new mails - POP3 mailboxes are correctly handled... I think :) - added missing semi-colon in defaults file; thanks to Eric Anderson <eanderson@usa.net> for pointing this out - now resets atime and mtime on mbox files; thanks to Peter Surda <surda@bigfoot.com> for patch - fixed buffer overflow in imap.c; thanks to Peter da Silva <peter@taronga.com> for patch - fixed handling of "Status" header in mbox.c and pop3.c - no longer parses filenames in MailDir mailboxes (procmail should now work); countless people pointed out this one :( - fixed counting of new mails in IMAP mailboxes; thanks to Alfonso Palacios-Sureda <alfonso.palacios-sureda@alcatel.fr> for the hint - fixed segfault in maildir.c; thanks to Lars Bensmann <lars@skynet.e.ruhr.de> - fixed DEFAULT_ANIM_SPEED; thanks to Vincent Arkesteijn <v.j.arkesteijn@student.utwente.nl>
2000-10-15Update fetchmail and fetchmailconf to 5.5.3.frueauf4-8/+8
fetchmail-5.5.3 (Tue Sep 26 17:56:32 EDT 2000), 19278 lines: * Added skip size reporting as suggested by Franck Pommereau. * Don't terminate on failed DNS lookup of host, go to next entry. * Danish localization support, courtesy of Byrial Jensen. * Fix reference to freed message header block (thanks to Andrew Morton) fetchmail-5.5.2 (Thu Sep 7 23:00:24 EDT 2000), 19243 lines: * Horst Von Brand's security and specfile patches. * Major changes to FAQ item T1. * Minor correction to FAQ item K3 by Malte Kiesel. * Added to FAQ R1, on enabling sendmail in RH 6.9. * Resolved Debian bugs #66110, #70862. fetchmail-5.5.1 (Sun Aug 20 23:43:03 EDT 2000), 19241 lines: * Fix a finger error in the dot-termination fix for 5.5.0. * Javier Kohen's update for es.po. * Jiri Pavlovsky's cs.po update. * Added to FAQ item on K3 a recipe using the new plugin %h option. * Fixed a nasty typo in FAQ item T1 -- the old version didn't generate correct Delivered-To hacks. Thanks to Peter 'Rattacresh' Backes <rtc@helen.PLASMA.Xg8.DE> for spotting this.
2000-10-15update to 8.11.1. make SASL-enabled build to use tolek stdio code, notitojun7-113/+29
sfio code (no longer depends onto devel/sfio) 8.11.1/8.11.1 2000/09/27 Fix SMTP EXPN command output if the address expands to a single name. Fix from John Beck of Sun Microsystems. Don't try STARTTLS in the client if the PRNG has not been properly seeded. This problem only occurs on systems without /dev/urandom. Problem detected by Jan Krueger of digitalanswers communications consulting gmbh and Neil Rickert of Northern Illinois University. Don't use the . and .. directories when expanding QueueDirectory wildcards. Do not try to cache LDAP connections across processes as a parent process may close the connection before the child process has completed. Problem noted by Lai Yiu Fai of the Hong Kong University of Science and Technology and Wolfgang Hottgenroth of UUNET. Use Timeout.fileopen to limit the amount of time spent trying to read the LDAP secret from a file. Prevent SIGTERM from removing a command line submitted item after the user submits the message and before the first delivery attempt completes. Problem noted by Max France of AlphaNet. Fix from Neil Rickert of Northern Illinois University. Deal correctly with MaxMessageSize restriction if message size is greater than 2^31. Turn off queue checkpointing if CheckpointInterval is set to zero. Treat an empty home directory (from getpw*() or $HOME) as non-existent instead of treating it as /. Problem noted by Todd C. Miller of Courtesan Consulting. Don't drop duplicate headers when reading a queued item. Problem noted by Motonori Nakamura of Kyoto University. Avoid bogus error text when logging the savemail panic "cannot save rejected email anywhere". Problem noted by Marc G. Fournier of Acadia University. If an LDAP search fails because the LDAP server went down, close the map so subsequent searches reopen the map. If there are multiple LDAP servers, the down server will be skipped and one of the others may be able to take over. Set the ${load_avg} macro to the current load average, not the previous load average query result. If a non-optional map used in a check_* ruleset can't be opened, return a temporary failure to the remote SMTP client instead of ignoring the map. Problem noted by Allan E Johannesen of Worcester Polytechnic Institute. Avoid a race condition when queuing up split envelopes by saving the split envelopes before the original envelope. Fix a bug in the PH_MAP code which caused mail to bounce instead of defer if the PH server could not be contacted. From Mark Roth of the University of Illinois at Urbana-Champaign. Prevent QueueSortOrder=Filename from interfering with -qR, -qS, and ETRN. Problem noted by Erik R. Leo of SoVerNet. Change error code for unrecognized parameters to the SMTP MAIL and RCPT commands from 501 to 555 per RFC 1869. Problem reported to Postfix by Robert Norris of Monash University. Prevent overwriting the argument of -B on certain OS. Problem noted by Matteo Gelosa of I.NET S.p.A. Use the proper routine for freeing memory with Netscape's LDAP client libraries. Patch from Paul Hilchey of the University of British Columbia. Portability: Move the NETINET6 define to devtools/OS/SunOS.5.{8,9} instead of defining it in conf.h so users can override the setting. Suggested by Henrik Nordstrom of Ericsson. On HP-UX 10.X and 11.X, use /usr/sbin/sendmail instead of /usr/lib/sendmail for rmail and vacation. From Jeff A. Earickson of Colby College. On HP-UX 11.X, use /usr/sbin instead of /usr/libexec (which does not exist). From Jeff A. Earickson of Colby College. Avoid using the UCB subsystem on NCR MP-RAS 3.x. From Tom Moore of NCR. NeXT 3.X and 4.X installs man pages in /usr/man. From Hisanori Gogota of NTT/InterCommunicationCenter. Solaris 8 and later include /var/run. The default PID file location is now /var/run/sendmail.pid. From John Beck of Sun Microsystems. SFIO includes snprintf() for those operating systems which do not. From Todd C. Miller of Courtesan Consulting. CONFIG: Use the result of _CERT_REGEX_SUBJECT_ not {cert_subject}. Problem noted by Kaspar Brand of futureLab AG. CONFIG: Change 553 SMTP reply code to 501 to avoid problems with errors in the MAIL address. CONFIG: Fix FEATURE(nouucp) usage in example .mc files. Problem noted by Ron Jarrell of Virginia Tech. CONFIG: Add support for Solaris 8 (and later) as OSTYPE(solaris8). Contributed by John Beck of Sun Microsystems. CONFIG: Set confFROM_HEADER such that the mail hub can possibly add GECOS information for an address. This more closely matches pre-8.10 nullclient behavior. From Per Hedeland of Ericsson. CONFIG: Fix MODIFY_MAILER_FLAGS(): apply the flag modifications for SMTP to all *smtp* mailers and those for RELAY to the relay mailer as described in cf/README. MAIL.LOCAL: Open the mailbox as the recipient not root so quotas are obeyed. Problem noted by Damian Kuczynski of NIK. MAKEMAP: Do not change a map's owner to the TrustedUser if using makemap to 'unmake' the map. RMAIL: Avoid overflowing the list of recipients being passed to sendmail. RMAIL: Invoke sendmail with '-G' to indicate this is a gateway submission. Problem noted by Kari Hurtta of the Finnish Meteorological Institute. VACATION: Read the complete message to avoid "broken pipe" signals. VACATION: Do not cut off vacation.msg files which have a single dot as the only character on the line. New Files: cf/ostype/solaris8.m4
2000-10-15use 2000/10/05 + IPv6 patch. changes are really too many to paste here.itojun7-103/+60
mostly SASL related changes, it seems.
2000-10-08Update home page URL.tron1-3/+3
2000-10-04update checksumchristos1-1/+2
2000-10-04mmm, linux: let's see where db.h hides in RH7christos1-0/+22
is it in <db_185.h>? no is it in <db/db.h>? no is it in <db1/db.h>? yes and for a good measure they've renamed libdb.a to libdb1.a to make sure that they break linking, not just compiling.
2000-09-28Belatedly bump "nb" version for xforms, and likewise increment packagesfredb1-2/+2
that depend it, as suggested by wrstuden. The reason is so that older binary packages which were linked against an a.out shared lib won't have their package dependencies satisfied by the latest package, which has no shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-27Make this build under Solaris.toshii1-2/+10
(Oops, I missed to commit this file.)
2000-09-27Make this build under Solaris.toshii2-5/+14
2000-09-19fix imap uw's exact pkg versionhubertf1-2/+2
2000-09-19This package now needs the imap-uw pkghubertf1-2/+3
2000-09-19Use IMAP c-client libs from imap-uw package.hubertf8-88/+121
Fixes security problem describe at http://www.securityfocus.com/advisories/2646
2000-09-19Update to 4.7rc6 ("2000" release candidate)hubertf8-47/+70
Fixes a security problem in folder handling described in http://www.securityfocus.com/advisories/2646 Will be used by upcoming pine-pkg
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb3-10/+5
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-07sync ONLY_FOR_PLATFORM with those that xforms is for.dmcmahill1-2/+3
2000-09-07add missing rpath for X11BASE. Fixes recently noted ELF problems. Alsodmcmahill2-16/+16
nuke bogus hard coded -L/usr/local/lib
2000-09-06Use correct run time library path for "compface" and "uncompface".tron2-8/+8
2000-09-06Include "errno.h" instead of defining "sys_errlist" manually to avoidtron3-5/+36
link time warnings.
2000-09-06Fix compilation problem with certain version of "bsd.lib.mk".tron2-8/+9
2000-09-05add vacation.0 for NetBSD (leftover), and vacation.1 for Solariswiz2-2/+4
(by suspicion, untested)
2000-09-04Fix this package to pass the shared library test in the "check-shlibs"tron4-17/+19
target. These patches created by Alistair Crooks.
2000-09-03fix BUILD_DEPENDS linewiz1-2/+2
2000-09-03echo -> ${ECHO}wiz1-10/+10
2000-09-03add RCS Idwiz1-0/+1
2000-09-03$() -> ${}wiz1-2/+2
2000-08-31Adapt this package to tk-8.3.2.jwise1-5/+4
2000-08-30Update to use tcl-8.3.2jwise1-2/+2
2000-08-30Note that the default mail alias file may be in either /etc or /etc/mail.ad1-2/+4
2000-08-30Use either /etc/mail/aliases or /etc/aliases.ad1-3/+9
2000-08-29Aliases are in "/etc/mail/aliases" not in "/etc/sendmail.cf".tron1-2/+3
2000-08-29Update balsa to 0.9.3. Changes are bugfixes and initial APOP support.rh6-13/+52
2000-08-29Fix unterminated C<...> macro caught by pod2man.jlam3-1/+20
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam6-121/+23
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam2-23/+16
2000-08-26s/USE_PERL/USE_PERL5/veego1-2/+2
2000-08-26Update to procmail-3.15, inspired by D'Arcy J.M. Cain.wiz7-48/+66
Relevant changes: - Rewrite folder type parsing: corrects handling of MH and maildir style spools - v3.14 changed '!' actions too much: revert to v3.13 behavior but continue to split SENDMAILFLAGS - Contents of skipped nested blocks could affect 'E', 'e', 'a', and 'A' flags - Prevent peeking into buffers on "Out of memory" errors - Unquoted $\var expansions could alter the interpretation of the following whitespace - Prevent attempts to set LINEBUF to really huge values - Optimize SWITCHRC = $_ - Use a secure PATH when processing /etc/procmailrc - Use 2^31-1 as the maximum score even when sizeof(long)>4 Changes to formail: - Allow -n with -D and -s again -- corruption couldn't happen after all - Don't strip pre-colon whitespace until header is identified - Properly handle NULs in the body when generating an autoreply that keeps the body (could coredump) General: - Documented that $\var expansions are never split on whitespace - Removed ':' and '@' from list of characters that can appear in tempfile names - Called nice() when shouldn't have
2000-08-26s/USE_PERL/USE_PERL5/jlam1-2/+2
2000-08-25Remove cyrus-sasl from mail category...it's now in security.jlam9-142/+0
2000-08-25Remove cyrus-sasl...it's now in security.jlam1-2/+1
2000-08-25DEPEND on ../../security/cyrus-sasl.jlam1-2/+2
2000-08-25s/Amanda/Cyrus/ noticed by Thomas Klausner.veego1-2/+2
2000-08-25Replaced by a working one in pkgsrc/mail/cyrus-imapdveego7-207/+0
2000-08-25Enable cyrus-sasl and cyrus-imap and remove cyrus.veego1-2/+3
2000-08-25This version is based on the one in pkgsrc/mail/cyrus but needs cyrus-saslveego7-0/+237
and works.
2000-08-25This is the Cyrus SASL API implentation. It can be used on the clientveego9-0/+142
or server side to provide authentication. See RFC 2222 for more information. The latest version is available at: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail There's a mailing list for Cyrus SASL. Subscribe by sending a message to majordomo@lists.andrew.cmu.edu with the body "subscribe cyrus-sasl". The mailing list is available via anonymous IMAP at imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl.