summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2007-03-04Update MASTER_SITES/HOMEPAGE -- mostly disappeared.wiz1-3/+3
From Sergey Svishchev in private mail.
2007-03-03Add an option `fancythreads' to add Eduardo Chappa's `fancy threading' UIjwise2-4/+14
patches to pine. Bump PKGREVISION.
2007-03-02Give this away to pkgsrc-users. I don't have a use for this anymore, so Itv1-2/+2
haven't really been paying attention to its status upstream. <sigh>
2007-03-02Update thunderbird and thunderbird-gtk1 to 1.5.0.10. Fixed in this version:ghen8-56/+23
MFSA 2007-06 Mozilla Network Security Services (NSS) SSLv2 buffer overflow MFSA 2007-01 Crashes with evidence of memory corruption (rv:1.8.0.10/1.8.1.2) For more info, see http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.10.html
2007-03-02if SSL is enabled we need to tell configure where to find it, or itgrant2-3/+5
is silently built without SSL. bump PKGREVISION since SSL is enabled by default.
2007-03-02fix build on Solaris with sunpro.grant2-1/+15
2007-03-02enable p5-Mail-Serner and p5-Mail-Sender-Easyabs1-1/+3
2007-03-02Import mail/p5-Mail-Sender-Easy-0.0.5 into pkgsrcabs4-0/+45
Mail::Sender's one problem is its a bit cumbersome to use, with so many options and things to open, close, the whole thing, parts, multiparts etc etc., and several ways to check for successs. Its hard to remember what needs done at what point with what data to do what you want and then which way you check what data based on what was done to see if it worked or not. This module's aim is to make all of that ``Easy'' It does so by providing a single function (and method) to send mail based on an (IMHO) easier to work with hashref and returns true or false on success or failer and sets $@ to any errors. The EXAMPLE section shows an ``email or die'' that will send an email using SMTP Auth on port 26 with text and html parts, the html part has a smiley gif embedded inline and a PDF attached and a high priority flag and read and delivery receipt requests. It will take you seconds to customize it to send that to yourself (and its ``Easy'' to understand what its going on without having to understand the intracacies of SMTP and MIME messages.
2007-03-02Import mail/p5-Mail-Sender-0.8.13 into pkgsrcabs4-0/+30
Mail::Sender provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket. It can handle attachments.
2007-03-01Use variables instead of interactively asking the user to provide values.wiz2-45/+27
Some pkglint cleanup while here.
2007-03-01Update to dovecot-1.0rc25.ghen2-6/+6
* If time moves backwards, Dovecot kills itself instead of giving random problems. + Added --with-headers configure option to install .h files. Binary package builders could use this to create some dovecot-dev package to make compiling plugins easier. - PLAIN authentication: Don't crash dovecot-auth with invalid input. - IMAP APPEND: Don't crash if saving fails - IMAP LIST: If prefix.INBOX has children and we're listing under prefix.%, don't drop the prefix. - mbox: Broken X-UID headers still weren't handled correctly. - mail-log plugin: Fixed deleted/undeleted logging.
2007-03-01Up too late last night. Dovecot's imap-login exports IP, so we canschmonz1-5/+2
simply re-export it as TCPREMOTEIP, et voila. No change in behavior.
2007-02-28Disable --enable-experimental by default, because it does not workxtraeme2-31/+37
correctly with sparc64. Make it an option: clamav-experimental. Move all options into the options.mk file.
2007-02-28Update mhonarc to version 2.6.16.jwise2-8/+7
Changes are fixes to following bugs only: * in urlize change %X to %02X * MIMEFILTERS settings not retained in database * qprint.pl should be able to handle a soft line break at the end of the string * HTML mail does not get its charset converted
2007-02-28Add and enable relay-ctrl.schmonz1-1/+2
2007-02-28Initial import of relay-ctrl 3.1.1.schmonz7-0/+141
This set of programs controls access to relaying for users that authenticate using either POP3 using the qmail-popup/qmail-pop3d or pop3front servers, or IMAP using Courier IMAP or Dovecot.
2007-02-27Improve interface to tofmipd rc.d script, akin to that of qmail-run.schmonz2-5/+22
Now one sets the host and port in rc.conf with tofmipd_tcp{host,port} (default "localhost:8025") and manages logging with tofmipd_log (default: "YES", to syslog) and friends. tofmipd_flags is still useful for authentication and miscellaneous other options. Bump PKGREVISION.
2007-02-26Fix HTTP MASTER_SITES.schmonz1-2/+2
2007-02-26Update to 1.1.11. From the changelog:schmonz4-42/+268
* The snapshot of the wiki documentation is now included within the main tmda-1.1.x.tgz tarball in the 'doc' directory rather than in a separate tmda-1.1.x-doc.tgz tarball. * New feature courtesy of Vitor Espindola. A new configuration variable, TIMEOUT_UNITS, to give users the ability to customize the timeout unit value strings in the templates instead of using the English defaults of "years", "months", "weeks", "days", "hours", "minutes", and "seconds". For more information, see http://wiki.tmda.net/ConfigurationVariables#TIMEOUT_UNITS * Virtual domain improvements to tmda-pending courtesy of Lloyd Zusman. A '--vhost-script' command-line option has been added to match tmda-ofmipd and tmda-filter. Also two new options have been added, '--vhost-user' and '--vhost-domain'. See the tmda-pending --help output for more information, or for greater detail, see http://article.gmane.org/gmane.mail.spam.tmda.devel/6584 * An alternative "simpler" example of how to use TLS with tmda-ofmipd via stunnel has been added. See the contrib/ofmipd-stunnel-daemons/ directory. * A bug that broke tmda-filter's '-e' command-line option has been fixed.
2007-02-24Update to 1.5000:wiz2-7/+7
Version 1.5000: Thu Jan 11 2007 - The Cache and Grep implementations now detect when changes have occurred to the file being parsed, and automatically invalidate their cache values and revert to the Perl implementation. NOTE: This works well for appending to the mailbox, but undefined behavior occurs if modifications are made to the mailbox at locations earlier than the current position. (Thanks to Armin Obersteiner <armin@xos.net> for the feature suggestion.) - Changed the reset test so that it doesn't create output with inconsistent line endings in the case of a dos mailbox. - Fixed a bug where occasionally the reading of the next email will go into an infinite loop when reading from standard input. (Thanks to <hpeberhard@users.sourceforge.net> for the bug report and sample input.) - read_next_email now returns undef on end of file. (Thanks to Lucas Nussbaum <lucas@lucas-nussbaum.net> for first reporting the bug. Thanks to Stephen Gran <sgran@debian.org>, Frank Lichtenheld <djpig@debian.org>, Steinar H. Gunderson <sgunderson@bigfoot.com>, Christian Hammers <ch@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>, and Joey Hess <joeyh@debian.org> for their efforts to fix or work around the bug. Finally, thanks to Tassilo von Parseval <Tassilo.von.Parseval@rwth-aachen.de> for (mis)using the module in an intuitive way that prompted the solution.) - Simplified code by removing end_of_file attribute of parser objects.
2007-02-23Update to dovecot-1.0rc24.ghen2-6/+6
* Dovecot now fails to load plugins that were compiled for different Dovecot version, unless version_ignore=yes is set. This needs to be explicitly set in plugins, so out-of-tree plugins won't have this check by default. - pop3_lock_session=yes could cause deadlocks, and with maildir the uidlist lock could have been overridden after 2 minutes causing problems - PAM wasted CPU by calling a timeout function 1000x too often - Trash plugin was more or less broken with multiple namespaces and with multiple trash mailboxes
2007-02-22Remove elmo-shimbun, as it is not in the module list. Bump revision.joerg2-5/+3
2007-02-22pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz36-94/+94
Patch provided by Sergey Svishchev in private mail.
2007-02-22Update MASTER_SITES and HOMEPAGE. Mark as not for Linux,wiz1-4/+7
since the code assumes fpos_t is an integral type. From Sergey Svishchev.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz3-7/+7
From Sergey Svishchev in private mail.
2007-02-21Update to 0.20:wiz2-9/+9
- Updated for new clamav release 0.90
2007-02-21Update to dovecot-1.0rc23. From the release announcement mail:ghen4-29/+26
Documentation is probably the only important thing left before v1.0. * deliver doesn't ever exit with Dovecot's internal exit codes anymore. All its internal exit codes are changed to EX_TEMPFAIL. * mbox: X-Delivery-ID header is now dropped when saving mails. * mbox: If pop3_uidl_format=%m, we generate a unique X-Delivery-ID header when saving mails to make sure the UIDL is unique. + PAM: blocking=yes in args uses an alternative way to do PAM checks. Try it if you're having problems with PAM. + userdb passwd: blocking=yes in args makes the userdb lookups be done in auth worker processes. Set it if you're doing remote NSS lookups (eg. nss_ldap problems are fixed by this). + If PAM child process hasn't responded in two minutes, send KILL signal to it (only with blocking=no) - IMAP: APPEND ate all CPU while waiting for more data from the client (broken in rc22) - mbox: Broken X-UID headers assert-crashed sometimes - mbox: When saving a message to an empty mbox file it got an UID which immediately got incremented. - mbox: Fixed some wrong "uid-last unexpectedly lost" errors. - auth cache: In some situations we crashed if passdb had extra_fields. - auth cache: Special extra_fields weren't saved to auth cache. For example allow_nets restrictions were ignored for cached entries. - A lot of initial login processes could cause auth socket errors in log file at startup, if dovecot-auth started slowly. Now the login processes are started only after dovecot-auth has finished initializing itself. - imap/pop3 proxy: Don't crash if the remote server disconnects before we're logged in. - deliver: Don't bother trying to save the mail twice into the default mailbox (eg. if it's over quota). - mmap_disable=yes + non-Linux was really slow with large dovecot.index.cache files - MySQL couldn't be used as a masterdb - Trash plugin was more or less broken - imap/pop3 couldn't load plugins if they chrooted - imap/pop3-login process could crash in some conditions - checkpassword-reply crashed if USER/HOME wasn't set
2007-02-21Update to 4.7.2. From the changelog:schmonz2-6/+6
-add ignore_stderr option to filters, copying same from MDA_external destination. Thanks: Vittorio Beggi.
2007-02-20Add an option to use dovecot for SASL.joerg2-4/+13
2007-02-20Teach emacs22{,nox11}.uebayasi1-2/+2
2007-02-20devel/semi isn't happy after misc/bbdb installed.obache1-2/+2
(noted in head of semi's Makefile)
2007-02-19added elmo-shimbun.el{,c} to PLISTjnemeth2-3/+5
2007-02-19Update ruby-actionmailer to 1.3.2.minskim2-9/+9
Changes: * Deprecate server_settings renaming it to smtp_settings, add sendmail_settings to allow you to override the arguments to and location of the sendmail executab le. [Koz]
2007-02-17Enable the option readdir_r, clamav will use it if it's available andxtraeme1-1/+2
if it was enabled correctly in autoconf.
2007-02-16Update bogofilter to 1.0.3.obache5-14/+22
Patch provided by Kimura Fuyuki in PR 35595. And regen patch-aa. 1.0.3 2006-07-10 * Released 1.0.3 to provide the bogotune bugfixes to a wider audience. 2006-07-09 * Work around GNU make 3.81 incompatibility in doc/Makefile* (it does not work properly with "}\" at the line ends, but wants "} \" instead). 2006-06-02 * "make rpm" changes: - document use with gpg-agent (see Makefile.am) - build static RPMs (these won't fail) before shared RPMs 2006-05-29 * #include cleanups in common.h, system.h and C files. 2006-04-28 * Updated copyright dates. 2006-04-13 * Included additional config file options in bogofilter's --help message. 2006-03-27 * Corrected option parsing in bogotune to support -n ham1 ham2 -s spam1 spam2 as suggested by bogotune -h; broken since 0.93.2. 2006-03-26 * Corrected problem with bogotune's -D option (thanks to Jason Smith). * Corrected man page description of bogotune's -n and -s options. 2006-03-17 * Fixed bf_compact's test for transactional environment. 2006-03-12 * 1.0.2 Promoted to "Stable" status 1.0.2 2006-03-03 2006-02-19 * Added vm-bogofilter.el for using bogofilter with VM, an Emacs mail tool (thanks to Björn Knutsson). * Added FAQ question "How do I use bogofilter with VM (an Emacs mail tool)?" (thanks to Pimpon). 2006-02-14 * SleepyCat has been acquired by Oracle, who are now providing Berkeley DB. Since most of the references are to actual strings in the programs or addresses that remain unchanged, this will only gradually show in the bogofilter sources and documentation. 2006-02-06 * Flush output after writing spam header line and/or message body. * When database is near to maximum allowed size, allow reading it and disallow writing to it. 2006-01-30 * Fix formatting of Rtable output when in the message header, this keeps verbose passthrough modes RFC-822/2822 compliant. 2006-01-29 * The configure script, when checking Berkeley DB capabilities, now checks for logging and transactional subsystems rather than the locking subsystem that was abandoned before 1.0.0. This appears a suitable workaround for configure lockups on OpenBSD 3.7 macppc with db 4.2 or 4.3. 2006-01-28 * Only print Berkeley DB file size message once per run. 2006-01-21 * 1.0.1 Promoted to "Stable" status 2006-01-02 * Fixed --input-file and --output-file command line options. 2006-01-01 * Added CVE-2005 identifiers for defects described in doc/bogofilter-SA-2005-01 1.0.1 2006-01-01 * New names for binary rpms: bogofilter-db42 - requires shared library for DB-4.2.52 bogofilter-db42-static - statically linked with DB-4.2.52 bogofilter-sqlite3 - requires shared library for SQLite3-3.2.8 bogofilter-sqlite3-static - statically linked with SQLite3-3.2.8 2005-12-30 * The configure help texts have been revised, the IEEE checks for trio have been simplified (they are no longer nested) and configure.ac has been updated to quiet autoconf -Wobsolete warnings. The README file now reflects the new requirements. 2005-12-29 * For maintainers: Add install-staticdblibs.sh, a script to fetch and build static & lean BerkeleyDB 4.2.52.4 and SQLite 3.2.8 libraries. Modify some parts of the RPM building so that the binary RPMs are built without external dependencies beyond glibc 2.2. This may render "make rpm" unusable on non-Linux platforms, but you should still be able to "rpmbuild -tb" from the source .tar.gz file. 2005-12-27 * Add '-O' option to direct bogoutil output to a file. * Fix building of binary rpms with SQLite support. * Include SQLite binary rpm as standard part of "make rpm" 2005-12-26 * Split NEWS file into files NEWS and NEWS.0 for new (version 1.0 and after) and old (version 0.x.y) info 2005-12-25 * Capitalize variables in bogofilter.spec.in to please RH9's RPM 4.2 implementation. 2005-12-18 * Fix bad return code in db_loop() in datastore_sqlite.c (reported by Sami Farin). 2005-12-17 * XML documentation cleanups (thanks to Nicholas Kaiser). 2005-12-06 * bogofilter.cf.example was updated to reflect the proper default of db_log_autoremove=yes. It previously claimed the default were "off". 1.0.0 2005-11-30 2005-11-28 * Minor FAQ updates and correctons. * Abort if ar(1) is not available during build. 2005-11-19 * bogofilter supports BerkeleyDB 4.4.16. doc/README.db and INSTALL have been updated accordingly.
2007-02-16Update mail/offlineimap to 4.0.16tonio2-10/+11
Added dependency on python curse libraries, do that it does not fail at runtime Changelog contains many bugfixes, and: * Support IPv6 with SSL. * improve performance with large folders. * new homepage * sync INTERNALDATEs. * Fixed a bug that could cause OfflineIMAP to crash when copying a message from a remote server that didn't have an INTERNALDATE.
2007-02-16Update to 0.90:xtraeme8-95/+41
The 0.9x series introduces lots of improvements in terms of detection rate and performance, like support for many new packers and decryptors, RAR3 and SIS archives, and a new phishing signatures format that proves to be very effective.
2007-02-15Updated to version 3.1.8.heinz2-10/+11
Pkgsrc changes: - some cleanup of the Makefile to shut up a few pkglint notes and warnings (USE_TOOLS, SUBST_CLASSES). Changes since version 3.1.7: ============================ 3.1.8 is a major bug-fix release, including a potential DoS. The major highlights are: - bug 5318: fix for CVE-2007-0451: possible DoS due to incredibly long URIs found in the message content. - bug 5240: disable perl module usage in update channels unless --allowplugins is specified - bug 5288: files with names starting/ending in whitespace weren't usable - bug 5056: remove Text::Wrap related code due to upstream issues - bug 5145: update spamassassin and sa-learn to better deal with STDIN - bug 5140 and 5179: improvements and bug fixes related to DomainKeys and DKIM support - several updates for Received header parsing - several documentation updates and random taint-variable related issues
2007-02-15Updated to version 0.22.heinz2-8/+9
This version (from 0.19 and up) also recognises DomainKeys signatures in addition to DKIM signatures. Pkgsrc changes: - Converted the paths of script files to be skipped during "check-interpreter" phase from absolute to relative paths, otherwise it wouldn't work anymore. Changes since version 0.18: =========================== Version 0.22 - released 2007-01-19 * fixes a couple very minor bugs * some cosmetic changes to error messages Version 0.21 - released 2006-11-29 * fixes two bugs, see ChangeLog for details Version 0.20 - released 2006-10-24 * now supports verifying multiple signatures (the result returned is based on the "best" available signature) * now supports adding multiple signatures in one pass (to use this, you need to create a "signer policy"; see scripts/dkimsign.pl for an example) * now supports signing/verifying signatures for the older DomainKeys standard * now implements Internet Draft draft-ietf-dkim-base-05, including: * support for the version (v=) tag * eliminated "control character detected in message" error message Version 0.19 - released 2006-06-15 * now supports earlier versions of Perl (5.6.1 and up).
2007-02-15Modular Xorg support.joerg3-7/+9
2007-02-15Update to 2.4.0beta4.xtraeme2-6/+6
2.4.0beta4: # The address book was improved. * Copy and paste of persons in the address book was enabled. * The menu sensitivity of the address book became accurate. * When deleting addresses from a group, they are just removed from the group (not from person) now. * 'Lookup' button is disabled if LDAP search is not available. # The checking of remote folders doesn't abort with non-fatal errors now except for network failure. # The problem that the width of the folder view was not saved when the main window was maximized was fixed. # The coloring of message number columns in the folder view was enabled. 2.4.0beta3: # The toolbar customization dialog was improved. # 'Not junk' and 'Search' button were added to the main toolbar. # The 'Send' button is disabled when no queued messages exist. # Junk mails are filtered when incorporating from local spool even if 'Filter on incorporation' is disabled. # The 'Get' button of the main toolbar was fixed. # Several bugs of the search dialog were fixed.
2007-02-15Fix typos in commented out variable names.tron1-3/+3
Problems reported by Heron Gallegos on "pkgsrc-users" mailing list.
2007-02-15Updated mail/postfix-current to 2.4-20070214martti3-8/+8
New development snapshot, lots of changes, see the HISTORY file for details...
2007-02-15Updated mail/postfix to 2.3.7martti2-6/+6
- postmap support for NIS maps was broken with Postfix 2.3. - Workaround to avoid breaking digital signatures for malformed MIME attachments. - Incorrect handling of ![address] forms in match lists. such as mynetworks, inet_interfaces etc.
2007-02-08Put rule file updates in ${VARBASE}/spamassassin instead of ${VARBASE}. Bumpghen1-2/+3
PKGREVISION.
2007-02-08Cosmetic only:schmonz3-6/+5
* SUBST_FILES is already relative to ${WRKSRC}. * s/@PREFIX@/@LOCALBASE@/ when running programs from other packages.
2007-02-07Update to dovecot-1.0rc22. From the release announcement mail:ghen4-40/+6
Found another bad bug in rc19 changes. Wonder why my imaptest catched the bug only in CVS HEAD but not in branch_1_0 even though both had it. Anyway, now the imaptest runs nicely for both, and I'm again optimistic that the bug count is low enough for v1.0 to be released soon :) + pop3: Commit the transaction even if client didn't QUIT so cached data gets saved. - Fixed another indexing bug in rc19 and later which caused transactions to be skipped in some situations, causing all kinds of problems. - mail_log_max_lines_per_sec was a bit broken and caused crashes with dovecot -a - BSD filesystem quota was counted wrong. Patch by Manuel Bouyer - LIST: If namespace has a prefix and inbox=no, don't list prefix.inbox if it happens to exist when listing for %. Our patch-ah has been applied upstream and patch-ak was from dovecot CVS.
2007-02-06Modular Xorg support.joerg3-6/+8
2007-02-06Modular Xorg support.joerg2-6/+5