summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-12-16patch-ab was removed from distinfo during lastwiz1-12/+0
update, so remove it from file system too (hi grant!).
2004-12-16Set USE_BUILDLINK3. Might fix SunOS build.wiz1-1/+3
2004-12-16expose hidden dependency on tcp_wrappers. fixes build on Solaris.grant1-2/+3
bump PKGREVISION for dependency change.
2004-12-15- Utilize bsd.pkg.install.mk framework.taca9-84/+107
- Add fallback sendmail path, should fix some buld build problem. - Add -x option which enable XTND command support to yatd(8). Bump PKGREVISION.
2004-12-14Update thunderbird & thunderbird-gtk2 to 1.0taya4-10/+11
Here are some of the new features to look for in Thunderbird: * Adaptive Junk Mail Controls * RSS Integration * Saved Search Folders Saved Search Folders display messages based on previously set search criteria. For example, instead of filtering messages into a new folder, you can create a Saved Search Folder that lists all the messages received from a certain person over the past 30 days, even if those messages are stored in different folders and subfolders. * Global Inbox Support POP3 users can now combine all of their POP3 accounts into a single global inbox under local folders. * Message Grouping You can now group messages in a folder by attributes such as date, sender, priority or a custom label. For instance, a folder grouped by date will group messages from today, yesterday, last week, etc. into self-contained groups in the message list pane. (View > Sort By > Grouped By Sort) * Privacy Protection In order to help protect your privacy, Thunderbird now automatically blocks remote image requests in emails from senders you don't know. * Comprehensive Mail Migration from other Mail Clients Switching to Thunderbird has never been easier since Thunderbird can now migrate all of your email data including settings, mail folders and address book data from common mail applications such as the Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.
2004-12-14Apply patches for the configure script to detect OpenSSL without usingxtraeme4-13/+2040
the pkgconfig file, otherwise it's not able to do SMTP-AUTH, same patch was sent to the tech-pkg@ mailing list some weeks ago. While here convert this package to use bsd.options.mk, available options are: ldap jpilot inet6. Bump PKGREVISION.