summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Update to 1.0.3:jmmv8-158/+61
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Calendar #59904 - Speed up calendar queries (Rodrigo) #69624 - make changes in evo corresponding to soap schema changes (Siva) Other bugs * Address Book - prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez) - prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez) * Calendar - fix libical build for automake 1.9 (Rodney) - fix putenv usage for portability (Julio M. Merino Vidal) Updated Translations: - sv (Christian Rose)
2004-12-28Apply NI_WITHSCOPEID patch only if the inet6 option is enabled.kim3-5/+7
Closes PR pkg/28756
2004-12-28Added pfqueue-0.1.4xtraeme1-1/+2
2004-12-28Initial import of pfqueue-0.1.4.xtraeme4-0/+40
pfqueue is an effort to give postqueue/mailq/postsuper a console (ncurses) interface: it won't add any particular functionality to those provided with postfix itself, but will hopefully make them to use. It's a real-time queue scanner, that show per-queue lists of existing messages; the messages can be deleted, put on hold or released Just for example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding you deferred queue
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed31-44/+62
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-28Moved PKGREVISION definition from common Makefile to thereed3-4/+5
package-specific Makefile (as mentioned on tech-pkg).
2004-12-26Enable pkgviews installation.minskim1-1/+3
2004-12-26This package needs Berkeley DB. Include bdb.buildlink3.mk.minskim1-1/+2
2004-12-26Update sylpheed-gtk2 to 1.0.0.20041224.minskim2-6/+6
Changes since 0.9.99. * The first official release. * The escaping of special characters in action commands has been modified. * The crash on deleting a remote account has been fixed. * The IMAP4 parser has been fixed for 64-bit platforms. * Users are now asked to switch to online mode when sending in offline. * The line-joining problem of auto-wrapping has been fixed. * Special characters are now properly escaped when executing action commands. * Some compiler warnings have been removed. * The Japanese manual has been updated. * Some icons have been modified, and unused icons have been removed. * The menu strings have been fixed. * The workaround for invalid CR characters on POP3 has been made. * The Japanese JPilot address book has been supported. * Back scrolling on Shift/Alt and Space key press has been enabled. * Attached text files are now canonicalized before encoded to BASE64 to conform with RFC 2045. * The optimal Content-Transfer-Encoding will be used when attaching text files. * The icons of the receive dialog have been modified. * Mozilla Firefox has become a default web browser. * The auto-expanding status bar has been fixed. * Messages won't be moved or deleted immediately at local filtering when immediate execution option is off. * 'Empty trash' has been added to the folder context menu. * 'Remove mailbox' has been removed from the folder context menu. * 'File' menu in the main menu has been reorganized. * AND/OR matching option has been added to the summary search dialog. * APOP setting became a separate option for POP3. * Icons are added to the alert dialog and filter edit dialog. * Cc is added for the parameter of templates. * The menu of composition window has been reorganized. * Gettext has been upgraded to 0.14.1. * Some minor bugs of filtering have been fixed.
2004-12-25Change permissions of installed files to match what is required bykim4-5/+25
the software to work. Run "check_perms -f" to make sure permissions are correct (it still fixes a setgid problem with "mail/mailman"). Remove mm_cfg.pyc (compiled copy of mm_cfg.py) always, so the package can be deinstalled cleanly. Closes PR pkg/24041.
2004-12-24IRIX also uses /usr/lib/sendmail. PR#28766.cjep1-2/+2
XXX Perhaps the correct thing to do is to define SENDMAIL in the defaults XXX file for each operating system in mk/defaults/
2004-12-24Bump PKGREVISION for aspell dependency update.wiz3-5/+6
2004-12-23Fix "postfix/smtp killed by signal 11" problem.kim3-3/+31
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-18/+1
pkgsrc-2004Q4 is branched.
2004-12-22As with djbdns, patch the installer to avoid setting unusualschmonz4-7/+23
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE. Reformat DESCR.
2004-12-22Add and enable postgreykim1-1/+2
2004-12-22Postgrey is a Postfix policy server implementing greylisting developedkim5-0/+133
by David Schweikert. Compared to greylist.pl included with Postfix (2.1.1), Postgrey has the following additional features: - Safer database handling: Postgrey does use the logging and transaction features of BerkeleyDB to maximize reliability. - Automatical cleaning of the database: Entries that were last seen more than a defined amount of time get removed automatically.
2004-12-22chmod directories and other filesmartti2-6/+8
2004-12-22chmod only filesmartti2-4/+4
2004-12-22Use ${SHAREMODE} instead of a-w with chmodmartti2-4/+4
2004-12-21As squirrelmail, use ${VARBASE} instead of hardcoding /var.taca1-2/+2
2004-12-21Use ${VARBASE} instead of hardcoding /varmartti1-2/+2
2004-12-21Update my email address.schmonz2-2/+2
2004-12-21With the "viruscan" option, enable Russ Nelson's patch to SMTP-rejectschmonz4-6/+36
messages with MIME attachments that match certain signatures, as well as Jeremy Kitchen's patch that causes such rejections to be logged. Bump PKGREVISION.
2004-12-21With the "althash" option, enable Iain Truskett's 2002-10-16 patchschmonz3-1/+100
to hash the on-disk subscriber database using an algorithm compatible with case-insensitive filesystems. Enabled by default on Darwin. Bump PKGREVISION.
2004-12-21Update to 0.43. From the changelog:schmonz7-19/+36
-Added per-post sender confirmation patch from Tullio Andreatta. See the documentation for ezmlm-make -y for details. -Changed all example domain names in text files to the RFC 2606 mandated example.com domain name. -Several documentation and comment fixes. Thanks Tullio Andreatta. -Added conf-sub control file, used to choose which subscriber mechanism to use. This replaces the "make std/mysql/pgsql" mechanism. Adapted from patch by Tullio Andreatta. -Got rid of the frivolous uses of /bin/sh to exec ezmlm-send. -Always reject bounce messages in ezmlm-reject. -Substitute <#r#> in (un)subscribe confirm messages with just the local part of the reply address (for web-based confirmation).
2004-12-21Update to 2.0. From the changelog:schmonz2-7/+20
- Added support for modifying the message envelope as well as the body. - If either the body or envelope output is empty, the input is reused as-is. - Export the envelope size, the message size, and the number of recipients to filters through environment variables $ENVSIZE, $MSGSIZE, and $NUMRCPTS respectively. pkgsrc changes: * As suggested by the install docs, use a temporary directory writable only by user qmaild (the user as whom qmail-qfilter typically runs). This can be changed by setting QMAIL_QFILTER_TMPDIR in mk.conf. * Find the qmail-queue binary even if QMAILDIR isn't "/var/qmail". * Add dependency on bglibs.
2004-12-21Update to 0.9.12.1xtraeme2-7/+8
Changes: - Fix memory leaks in LDAP, MySQL and PGSQL userdb/passdb - Fix hanging when parsing mails that have over 4096 bytes in one line (SMTP servers normally don't allow over 1000 bytes so it shouldn't be much of a problem) - FETCH BODYSTRUCTURE sometimes gave a wrong reply (eg. with FETCH (BODYSTRUCTURE RFC822.SIZE) if it wasn't cached) - Never return more than one INBOX in LIST even if there are such files. They don't work anyway and it just confuses clients. - mbox: Don't allow creating INBOX directory by creating/renaming mailboxes under it. They just wouldn't work. - POP3: Don't return PLAIN in SASL list. We don't support initial SASL responses, so it only breaks with most clients that try to use it. - IMAP and POP3 login processes may have sent each line in two IP packets, one with the data and another with CR+LF. Some clients didn't work because of this.
2004-12-20Update to 1.2.xtraeme3-6/+8
Changes: - XCLIENT support - Drop XCLIENT commands coming in from clients for security. - Added the sample virus_action.sh script to the distribution - Documentation fixes [Olivier Beyssac]
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant19-19/+38
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20The value of QUEUE_EXTRA can be a local user instead of an alias.schmonz1-3/+4
Clarify admonishment to the reader accordingly.
2004-12-20Update to 4.2.5. From the changelog:schmonz2-6/+6
-fix typo in getmailcore/exceptions.py that would raise a NameError exception in certain rare cases. Thanks: Gour ?.
2004-12-19Add space (between option and argument) for Irix.wiz1-2/+2
From Georg Schwarz in PR 28715.
2004-12-19s,PHP4,PHP, in COMMENT - this package doesn't specifically require PHP4jdolecek2-4/+4
2004-12-19qpopper supports reloading config files with SIGHUP, so enable thegrant1-1/+2
"reload" command.
2004-12-18Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.jlam1-2/+1
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
2004-12-18drop unneeded parensgrant1-2/+2
2004-12-18ignore inttypes.h on irix 5 as it is known to conflict withgrant1-1/+5
sys/types.h. fixes PR pkg/28632 from Georg Schwarz.
2004-12-18add IRIX support.grant1-1/+9
fixes part of PR pkg/28615 from Georg Schwarz.
2004-12-18don't pass LDFLAGS to CC. add -lcurses on Darwin. fixes build ongrant1-2/+4
Darwin.
2004-12-18add build target support for IRIX.grant1-1/+7
fixes PR pkg/28610 from Georg Schwarz.
2004-12-18make sure IDEA support is only included if USE_IDEA == yes.grant1-2/+2
fixes part of PR pkg/28542 from Georg Schwarz.
2004-12-18build fixes on irix 5:grant1-0/+12
- pass option to configure to emulate getaddrinfo() - include sys/types.h fixes PR pkg/28439 from Georg Schwarz.
2004-12-18build fixes on irix 5:grant2-2/+9
- pass option to configure to emulate getaddrinfo() - include sys/types.h fixes PR pkg/28439 from Georg Schwarz.
2004-12-18move ssl and ipv6 options to new options.mk framework (no change togrant3-7/+29
existing defaults) and while here, add QPOPPER_SPOOL_DIR to define spool directory (no change to existing default).
2004-12-18set rcvar so that the "qpopper" variable in /etc/rc.conf is honoured.grant1-1/+2
2004-12-18include bsd.prefs.mk before ?= of various pkgsrc build options so theygrant1-5/+5
are picked up from mk.conf.
2004-12-17Make this compile on -current without NI_WITHSCOPEIDkim2-1/+15
Closes PR pkg/28686
2004-12-17WRKSRC has to stay to its default value. Use BUILD_DIRS and INSTALL_DIRScube1-2/+3
for the specifics of the plugins. How did this ever work?
2004-12-17Correct set PKG_USERS with QPOPPER_USER and newly QPOPPER_GROUP.taca2-3/+4
Should be fix pkg/28687.