summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2010-11-13Reluctantly switch over to bundled cairo and pixman for mozilla packages,tnn1-1/+2
like other distros have recently done. Bump package revisions. Background: The cairo-1.10 update caused multiple regressions in firefox, such as flickering gif animations and crashes. Mozilla doesn't seem interested in fixing it on the stable branches: https://bugzilla.mozilla.org/show_bug.cgi?id=610107 Other references: https://bugzilla.redhat.com/show_bug.cgi?id=628331 http://bugs.gentoo.org/show_bug.cgi?id=337813 https://bugzilla.mozilla.org/show_bug.cgi?id=597174 This workaround is guaranteed to cause other problems in the long run; so we should attempt to switch back when we move to the mozilla-2.0 branch.
2010-11-13Update to thunderbird-3.1.6.tnn2-6/+6
Fixes MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
2010-11-12Update cyrus-imapd24 to 2.4.4.obache2-6/+6
Changes to the Cyrus IMAP Server since 2.4.3 * Rewrite index_upgrade to always parse the message files and re-create cyrus.cache, to avoid upgrade upgrade failures where cache errors occured. * Fixed sync_reset handling of user deletions * Fixed proc file handling of LOGIN and folder unselect * use cyrus.expunge file (if still present) to delete bogus records from a failed index upgrade (cause by bugs in earlier version) * detect version 2.5 in XFER to support use with master git branch in a murder * made pop3 expunge much more efficient * handle missing seen file in XFER
2010-11-10Changes 1.2.5:adam3-19/+22
* Fix procmail vacation rule if no dates are set * Fix filtering only unseen message if rule should filter all messages in IMAP driver Changes 1.2.4: * Correctly escape addresses in procmail driver * Fix procmail scripts when using composite headers * Support some non-standard Date: headers in Sieve vacation rules * Support composite header rules with IMAP backends * Fix unconditional debug output with Net_Sieve earlier than 1.2.0 * Add Sieve configuration to use UTF-8 encoded folder names (for Dovecot) Changes 1.2.3: * Log Sieve communication with DEBUG log level. * Fix Oracle SQL scripts. * Add Croatian translation * Add PostgreSQL-specific upgrade script * Fix procmail vacation rule * Prevent deadlock with vacation rule in maildrop driver
2010-11-10Changes 4.3.9:adam3-19/+21
* Fix error if user's account only contains an INBOX Changes 4.3.8: * SECURITY: Properly escape user input in Fetchmail configuration. * Fix updating POP3 indices when using mailbox caching * Include "anyone" user when listing users in the ACL screen * Turn DNS prefetching off when displaying untrusted message content Changes 4.3.7: * Fix spellcheck-on-send when using fckeditor and no errors exist * Fix authenticate API call and synchronization when using realms * Optimize folder tree initialization * Add command line fetchmail script * Workaround broken PHP number formatting with some locales
2010-11-10Added Order and Allowadam1-1/+3
2010-11-10Changes 5.4.3:adam6-41/+41
* gpglib/configure.in: Use "gpg2" if "gpg" is not found. * sqwebmail.spec.in: Use gnugp2 as a requirement if gnupg is not installed. Replace vixie-cron with cronie as a listed req.
2010-11-10Changes 0.65.2:adam4-14/+20
This is a bug-fix release.
2010-11-10Changes 2.5.2:adam2-6/+6
* maildrop/maildropex.sgml: Fix formatting problem with man page stylesheet.
2010-11-10Patches correctedadam4-17/+17
2010-11-10more fixes for digestspz3-21/+113
2010-11-10Some ABI incompatibilites was introduced at Ruby/GLib2 0.90.3.obache1-1/+2
(macro changes, need to recompile package using it) Bump BUILDLINK_ABI_DEPENDS and bump PKGREVISION of two packages using it (other packages depending on Ruby/GLib2 are part of Ruby/Gnome2 and already depending on the version).
2010-11-09Argh, missed the fact that adam imported the sieve plugin as a separateghen5-59/+33
dovecot2-pigonhole package. Back out the changes related to this.
2010-11-09Update to Dovecot 2.0.7.ghen3-15/+16
* master: default_process_limit wasn't actually used anywhere, rather the default was unlimited. Now that it is enforced, you might notice that the default limit is too low and you need to increase it. Dovecot logs a warning when this happens. * mail-log plugin: Log mailbox name as virtual name rather than physical name (e.g. namespace prefix is included in the name) + doveadm dump: Added imapzlib type to uncompress IMAP's COMPRESS DEFLATE I/O traffic (e.g. from rawlog). - IMAP: Fixed LIST-STATUS when listing subscriptions with subscriptions=no namespaces. - IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent. - quota: Don't count virtual mailboxes in quota - doveadm expunge didn't always actually do the physical expunging - Fixed some index reading optimizations introduced by v2.0.5. - LMTP proxying fixes
2010-11-09Merge ommitted stuff from mail/dovecot package, most importantly theghen7-72/+160
dovecot-sieve option (managesieve support is now included with sieve). Create additional "dovenull" user for login processes. Add MESSAGE with upgrade notes. Grab maintainership. Major changes since 1.2: * Dovecot uses two system users for internal purposes now by default: dovenull and dovecot. You need to create the dovenull user or change default_login_user setting. * Global ACLs are now looked up using namespace prefixes. For example if you previously had INBOX. namespace prefix and a global ACL for "INBOX.Sent", it's now looked up from "INBOX.Sent" file instead of "Sent" as before. * Maildir: File permissions are no longer based on dovecot-shared file, but the mailbox directory. + Redesigned master process. It's now more modular and there is less code running as root. + Configuration supports now per-local/remote ip/network settings. + dsync utility does a two-way mailbox synchronization. + LMTP server and proxying. + Added mdbox (multi-dbox) mail storage backend. + doveadm utility can be used to do all kinds of administration functions. Old dovecotpw and *view utilities now exist in its subcommands. + imap and pop3 processes can now handle multiple connections. + IMAP: COMPRESS=DEFLATE is supported by imap_zlib plugin + director service helps NFS installations to redirect users always to same server to avoid corruption
2010-11-09Need to quote MAILDROP_TRUSTED_USERS (it's a list), or failed to configure.obache1-2/+2
2010-11-09Update cyrus-imapd24 to 2.4.3.obache4-10/+9
Changes to the Cyrus IMAP Server since 2.4.2 * Many fixes to replication edge case handling * Added missing flags to reconstruct * Replicate DELETED.user folders in sync_client -u (matches XFER behaviour now) * Make sync_client only connect after forking in rolling mode. Fixes two things - ssl crashes due to shared resource conflicts, and also means master will start up even if the replica is not contactable * Fixed crash on cyr_expire and ipurge annotation based expiry * Many XFER fixes for compatibility across versions: * allowing XFER in from delayed_expunge mailboxes * allowing XFER back all the way to Cyrus 2.2.12. This was accomplished by adding logic that can generate backwards-compatible older version indexes, and version detection from the imapd banner. * correctly fixing seen information for sub-mailboxes on XFER in * Multi-target replication. Strictly this is a new feature - there was a broken implementation in 2.4.0, which is how this snuck in to the bugfix release. It's not super-well documented yet, but it works by creating a separate log file for each destination "channel", and then running one sync_client process per channel, so replication can fall behind on one without affecting replication to the other. * Fixed some crashes and errors which occured when upgrading and opening corrupted mailboxes * Modified AFS ptloader configure options to allow building on more modern systems
2010-11-09add List-Id:, Mail-Reply-To: and Mail-Followup-To: headersspz3-10/+35
fix copying of majordomo.cf bump pkgrev
2010-11-09fix error in digest I introducedspz3-6/+6
2010-11-08* Fix resolver on NetBSD when Exim is linked with pthreads (e.g. when usingadam4-8/+100
sqlite). * Pass LDFLAGS for linking (useful with different SDKs on Mac OS X).
2010-11-08Updated documentation to Exim 4.72adam3-9/+9
2010-11-07Update mail/mutt-devel to 1.5.21tonio10-104/+38
1.5.21 (2010-09-15): + $mail_check_recent controls whether all unread mail or only new mail since the last mailbox visit will be reported as new + %D format expando for $folder_format ! $thorough_search defaults to yes + imap-logout-all closes all open IMAP connections ! header/body cache paths are always UTF-8 + $wrap_headers to control outgoing message's header length + all text/* parts can be displayed inline without mailcap + send-hooks now run in batch mode; previously only send2-hooks ran.
2010-11-07MASTER_SITES fixadam1-2/+2
2010-11-05Changes 5.4.2:adam2-6/+6
* mailfilter.c (clrfields): Added the "noquote" option to the filter screen that sets the donotquote autoreply option. * rfc822/rfc822.c (rfc822_print_common_nameaddr): Prevent segfault if address decode fails. * Fix make check failure when libidn is not available. * Rebuilt man pages with updated stylesheets.
2010-11-05Changes 0.84:adam2-7/+6
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes. * gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd. * cone/cursesmessage.C: Strip off trailing CRs from original message that's being replied or forwarded (shown as trailing ?s on every line in the reply). * tcpd/configure.in: Check if explicit linking with libgpg-error is required.
2010-11-05Changes 4.8.1:adam3-13/+13
This is a bugfix release.
2010-11-05Changes 2.5.1:adam3-17/+17
This is a bugfix release.
2010-11-05Changes 0.65.1:adam7-35/+34
This is a bugfix release.
2010-11-05Added mail/dovecot2[-pigeonholeadam1-1/+3
2010-11-05This package is part of the Pigeonhole project (http://pigeonhole.dovecot.org).adam5-0/+131
It adds support for the Sieve language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the Dovecot Secure IMAP Server. The Sieve language is used to specify how e-mail needs to be processed. By writing Sieve scripts, users can customize how messages are delivered, e.g. whether they are forwarded or stored in special folders. Unwanted messages can be discarded or rejected, and, when the user is not available, the Sieve interpreter can send an automated reply. Above all, the Sieve language is meant to be simple, extensible and system independent. And, unlike most other mail filtering script languages, it does not allow users to execute arbitrary programs. This is particularly useful to prevent virtual users from having full access to the mail store. The intention of the language is to make it impossible for users to do anything more complex (and dangerous) than write simple mail filters. Using the ManageSieve protocol, users can upload their Sieve scripts remotely, without needing direct filesystem access through FTP or SCP. Additionally, aManageSieve server always makes sure that uploaded scripts are valid, preventing compile failures at mail delivery. This package provides Sieve support as a plugin to Dovecot's Local Delivery Agent (LDA) and Dovecot's LMTP service. The ManageSieve protocol is provided is an additional service, next to Dovecot's own POP3 and IMAP services.
2010-11-05Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems,adam17-0/+1073
written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.
2010-11-04add and enable sendmail-qtooljnemeth1-1/+2
2010-11-02one change to PKG_SYSCONFDIR too few, fixedspz1-7/+7
2010-10-30make the wrapper use getpwnam to determine uid and gid of the majordomo userspz9-39/+215
adjust the Makefile to fit package beautification and lint shutup (like eg comments for some patches)
2010-10-30+ cyrus-imapd24obache1-1/+2
2010-10-30Import cyrus-imapd-2.4.2 as mail/cyrus-imapd24.obache27-0/+975
IMAP (Internet Message Access Protocol) is an Internet standards-track protocol for accessing messages (mail, bboards, news, etc). The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on "sealed" servers, where normal users are not permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through the IMAP, POP3, or KPOP protocols.
2010-10-30Fixes paths for html file.obache1-3/+3
2010-10-30No need to buildlink with bdb here, it is handled in options.mk.obache1-2/+1
2010-10-29bring up the package to current pkgsrc standards, especially DESTDIRspz5-100/+187
and paths being used. MAJORDOMO_HOMEDIR moves from /home/majordom to $VARBASE/majordomo, unless overridden by the package builder MAJORDOMO_CF is now ${PREFIX}/etc/majordomo/majordomo.cf
2010-10-28Note that this is also used by mail/sendmail-qtool/Makefilebouyer1-1/+2
2010-10-28This package install the sendmail-qtool perl script (from the sendmailbouyer3-0/+33
distribution), which can move or delete entries in mail queue in a safe manner.
2010-10-28Revert previous, this patch is already in 0.96.4.bouyer3-35/+2
2010-10-28backport 2 fixes from the git repository. Without it, clamav wouldbouyer3-2/+35
fail to parse some PDF files. Bump PKGREVISION.
2010-10-28* add missing dependency on ruby-mail.obache1-2/+4
* add "mail" to CATEGORIES Bump PKGREVISION.
2010-10-27+dccgdt1-1/+2
2010-10-27Import dcc-1.3.123 as mail/dcc from wip/dcc.gdt11-0/+531
The Distributed Checksum Clearinghouses or DCC is an anti-spam content filter that runs on a variety of operating systems. As of the middle of 2007, it involves millions of users, more than six hundred thousand client computer systems, and more than 250 servers collecting and counting checksums related to more than 300 million mail messages on week days. The counts can be used by SMTP servers and mail user agents to detect and reject or filter spam or unsolicited bulk mail. DCC servers exchange or "flood" common checksums. The checksums include values that are constant across common variations in bulk messages, including "personalizations".
2010-10-26Changes 0.96.4:adam2-6/+6
* This is a bugfix release recommended for all users.
2010-10-25Update to akonadi 1.4.0markd3-8/+11
1.4.0 31-July-2010 --------------------------------------------- - Add change notification for collection subscription state changes. - Enable filesystem payload store by default. - Fix unicode folder name encoding regression. 1.3.90 04-July-2010 --------------------------------------------- - Reset RIDs on inter-resource moves. - Optimize disk space usage with internal MySQL. - Improve error reporting of the Akonadi remote debugging server. - Fix moving collections into the collection root. - Report PostgreSQL database errors in english independent of locale settings. - Fix unicode collection name encoding. - Optimize cache pruning with filesystem payload store. - Fix automatic migration between database and filesystem payload store. 1.3.85 09-June-2010 --------------------------------------------- - Avoid unneeded full resource sync when using sync-on-demand cache policies. - Fix crash when using D-Bus session bus in a secondary thread. - Reduce emission of unneccessary change notifications. - Fix empty filename use in fs backend. 1.3.80 27-May-2010 --------------------------------------------- - Fix unicode collection name encoding. - Support HRID-based FETCH commands. - Fix Nepomuk-based persistent searches when Nepomuk was not running during Akonadi startup. - Fix compilation on Windows CE. - Optimize item retrieval queries. - Support modification of existing persistent searches. - Support different query languages for persistent searches. - Fix PostgreSQL shutdown. - Add initial support for Sqlite. - Fix premature command abortion. - Fix parsing of cascaded lists. - Support for mysql_update_db. - Support for mysql_install_db. - Improved protocol tracing for akonadiconsole. - Support MySQL backend on Maemo. - Allow RID changes only to the owning resource. - Add Akonadi remote debugging server. - Add support for marking chaced payloads as invalid. - Add support for remove revision property. - Fix MySQL connection loss after 8 hours of inactivity. - Fix D-Bus race on server startup. - Fix internal MySQL on Windows. - Fix config and data file location on Windows. - Fix PostgreSQL startup when using internal server. - Refactor database configuration abstraction.
2010-10-25Fixes DESTDIR installation.obache1-2/+2
2010-10-22update to 2.4.20drochner2-6/+6
changges: minor fixes and cleanup