summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-08-20Update to 1.00. From the changelog:schmonz10-64/+93
- Fixed problem with multiple arguments to protocol modules. Thanks Sascha Silbe. - Fixed extraneous spaces in SMTP sender. - Made permissions on queued files more strict. - Handle the "-bs" flag in the sendmail wrapper by dieing when we see it. - Fixed the address parser handling domain names with trailing periods. - Fixed bug in header parsing that would cause the last header line to be repeated if there was no body. - Fixed bug in handling headers containing CR+LF line endings. pkgsrc changes: * Replace @exec and @unexec in PLIST with bsd.pkginstall.mk incantations * sort PLIST * Honor VARBASE in manpages and rc.d script * Enable logging in rc.d script * Allow rc.d script to start nullmailer without rc.subr * Take MAINTAINER.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam7-31/+31
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19add pam as a supported option.grant2-3/+14
bump PKGREVISION since this is a change from the previous behaviour, where PAM support was autodetected. it must now be explicitly enabled via PKG_OPTIONS.dovecot.
2005-08-19Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option availableschmonz5-16/+7
in all packages using djbware.mk. For now, keep the same default, avoiding PKGREVISION bumps.
2005-08-19Whitespace.schmonz9-18/+9
2005-08-19pkgdiff is our friend; regen patch-ac with pkgdiff so it appliesgrant2-7/+6
cleanly.
2005-08-17Update to version 2.6.15. Changes from 2.6.11 (last pkgsrc version):jwise2-8/+7
2005/07/27 (2.6.15) * Removed debugging statement introduced during v2.6.14 development which caused the filename of each message to be printed to stderr when processing MH-style folders. * Fixed META.yml for CPAN: YAML is picky about tab characters, and there was a couple of tab characters causing CPAN's YAML parser to abort with an error. ============================================================================ 2005/07/23 (2.6.14) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 2641 Additional Callbacks 3225 CHARSETCONVERTERS not reset across multi-archive process 11759 email address exposed in subject line ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * New resources: PRINTXCOMMENTS Print <!--X-...--> comments in generated pages. * Added "Performance Tips" document: Provides configuration tips to improve the execution performance of mhonarc. ============================================================================ 2005/07/06 (2.6.13) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 12314 linebreak not utf-8 aware ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * mha-preview example script changes: - If preview data not available for message, the empty string is used. Before, undef was returned to mhonarc, causing warning messages and $X-MSG-PREVIEW$ to show up on index pages. - Beefed up preview text extraction to skip past quoted text. Someday, mha-preview functionality will be intrinisic to mhonarc. ============================================================================ 2005/06/08 (2.6.12) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 11761 spammode causes broken mailto: links in message body 13316 No warning generated when RCFILE set to non-existent file 13317 POSIX::setlocale() not invoked with LANG resource setting ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * New resources: MIMEINCS Content-types to allow. * Beefed up filtering of UTF-8 messages: "Malformed UTF-8 ..." warnings are now suppressed with such sequences being converted to U+FFFD (&#xFFFD;), which should normally cause an HTML viewer to render a question-mark-like glyph. Earlier version passed malformed utf-8 sequences through. No bug/security problems have been reported against this, but it was a bad practice that has now been corrected. * The return value for $mhonarc::CBMessageBodyRead and $mhonarc::CBRawMessageBodyRead is no longer N/A. If the return value evaluates to false, the current message will be excluded from the archive and further processing. A true value must be returned if the message is to not be excluded.
2005-08-16Changes 1.4.4:adam2-6/+6
- Support for the sendmail -F option (accepted but ignored). - Removed the OpenSSL exception note from the license information.
2005-08-15Update to 2.1. From the changelog:schmonz2-7/+7
- Fixed a bug triggered by a filter modifying the envelope data and changing its length. Thanks Dale Woolridge.
2005-08-15Make this compile with gcc-4.x.rh2-3/+21
2005-08-14Update to postfix-2.3-20050726christos6-20/+45
2005-08-12Update to 4.63. Complete changelog is available here:tv3-57/+11
http://www.washington.edu/pine/changes/4.62-to-4.63.html Specific notable user-visible changes: * When cancelling a message being composed the commands are now "^C" followed by "_C_onfirm" instead of "^C" followed by "_Y_es". "^C" "Yes" was close to "^X" "Yes", the command used to send a message. The change is there to prevent inadvertent cancellations. The old behavior may be restored by setting the feature Compose-Cancel-Confirm-Uses-Yes. * Field for comments added to Rules. Warning: Don't use this field until all of the Pines that you run are version 4.63 or higher, since it will cause the Rule to be ignored in previous versions.
2005-08-12Update to imap-uw-2004e (downwards ABI compatible; shlib teeny version bumped).tv4-33/+37
Changes (note that relnotes say -2004d, but it is indeed -2004e): ===== imap-2004d is a maintenance release, released concurrently with Pine 4.63, and consists primarily of bugfixes There is now a workaround for RedHat breaking flock(). However, since RedHat has said that they don't support flock(), there is no guarantee that they won't break it in the future. So you may want to consider some other Linux distribution or BSD instead. See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123415 for the gruesome details. There are no user-visible functional enhancements in this version. ===== OTHER CHANGE: Multiple newsrc and MSA support needed by Pine 4.63.
2005-08-11Update mail/courier-imap to 4.0.4. Changes from version 4.0.1 include:jlam8-38/+38
* imap: Implemented account groups, administrator group. * imapd.c: New OUTBOX_MULTIPLE_SEND option. * imap: add LOGGEROPTS and SSLLOGGEROPTS configuration settings which are passed to courierlogger to set the application name for syslog. * tcpd/tcpd.c: Added --accesslocal option. * smap: SMAP EXPUNGE >100 msg ranges was broken. * PROXY_HOSTNAME: new setting in imap and pop3 config file overrides gethostname() when checking if a proxy connection is required. * msgbodystructure.c (msgbodystructure): Fix MSGBODYSTRUCTURE response for a corrupted content-type of "text".
2005-08-11Update mail/sqwebmail to 5.0.4. Changes from version 5.0.1 include:jlam8-63/+35
* sqwebmail: Implemented account groups, administrator group. * sqwebmaild.dist.in (LOGGEROPTS): Added LOGGEROPTS setting. * gpglib/gpg.c: gnupg returns non-zero exit even if succesfully unencrypted, when just the signature is bad. * sv-make_timezonelist.pl: Added /usr/share/lib/zoneinfo to the search list.
2005-08-11Update mail/maildrop to 1.8.1. Changes from version 1.8.0 include:jlam2-8/+8
* Exit with TEMPFAIL if temporary error indication from authlib. * More descriptive error messages when permissions check fails. * Documentation fixes.
2005-08-11Updated mail/courier-maildir to the utilities from the courier-0.51.0jlam3-15/+16
distribution. Changes include teaching courier-maildiracl about account groups and the administrator group for IMAP ACLs, which are understood by courier-imap>=4.0.4 and sqwebmail>=5.0.4.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam9-27/+18
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10Update sylpheed-devel to 2.1.0. Changes are:chris2-7/+7
* Win32 platform (MinGW) was supported. * Many portability fixes were made.
2005-08-10Install the man pages back into ${PREFIX}/man/man1 so that they canjlam2-13/+13
be found without any special configuration for man. While here, hard code all of the paths for the install script to insulate ourselves against future changes in perl. Bump the PKGREVISION to 2.
2005-08-09Make necessary package list change after update of Perl to 5.8.7.tron2-7/+7
Bump package revision.
2005-08-08Fix package configuration so that the Perl modules are installed intojlam8-6/+62
the "vendor" directories. Bump the PKGREVISION.
2005-08-08Update to 3.4.9xtraeme2-6/+6
Changes: BUGFIX: File descriptor leaks when connection to delivery host fails BUGFIX: Decoding NUL characters causes message truncation BUGFIX: Many files not written to group directory when using managed groups BUGFIX: Some LDAs/MTAs truncate message when single dots not properly quoted BUGFIX: 7BIT encoding contains 8BIT characters BUGFIX: Messages to multiple local recipients may fail to decode completely
2005-08-08Update to 1.5.xtraeme2-6/+6
Changes: - Handle condition of server refusing data transfers more gracefully. - Less chatty when setting timeouts fail - Drop privileges after binding to port. Allows listening on ports < 1024 - Ported to Solaris - Fix problem with binding to certain 'long' addresses
2005-08-06The r2e shell script now has a versioned filename. No user-visible change.schmonz2-9/+16
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam29-58/+58
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06Added mail/etpan-0.6.1xtraeme1-1/+2
2005-08-06Initial import of etpan-0.6.1 from pkgsrc-wip.xtraeme6-0/+113
etPan is a mail client that is based on libEtPan! Features: * IMAP4rev1 / POP3 / NNTP / mbox / mh / maildir * virtual folder tree * multiple folder views and message views * smart multi-threading * PGP signing and encryption (using GnuPG as external command) * S/MIME signing and encryption (using OpenSSL as external command) * SPAM process (using bogofilter as external command) * user interface for configuration edition
2005-08-05* Fix run-time linker flags for libetpan-config and libetpan.xtraeme5-3/+42
* Add pthread.bl3.mk into the buildlink file.
2005-08-05Update to 0.38.xtraeme4-13/+28
* release 0.37 - Deadwing * fixed SSL * IMAP improvements * SASL * windows port * fixed IMAP implementation (for sylpheed) * release 0.36 - Silver Drop * memory leak * fixed maildir support * release 0.35 - Dimebag Darrell * minor bugfixes. * release 0.34 - edge * general - support for debian systems mbox - ability to disable thread-safe support
2005-08-04Changes 1.4.3:adam2-6/+6
- Automatic envelope-from addresses are only generated when auto_from is enabled with the new auto_from command or --auto-from option. This allow empty envelope from addresses to be set with the from command or --from option.
2005-08-04options.mk needs to be included before Makefile.common, sincewiz1-4/+4
Makefile.common checks PKG_OPTIONS; however, options.mk needs bsd.prefs.mk for an OPSYS test; and bsd.prefs.mk defines FILESDIR if it isn't defined yet. So we have to override FILESDIR unconditionally (and similarly for a few other variables) to make libmilter812 pick up the correct values. Should fix libmilter812 bulk build problem.
2005-08-03Update to rss2email 2.55 (fixed datetime parsing). While here,schmonz3-18/+18
update to html2text 2.23 (fix for Python 2.1).
2005-08-03Use package options framework to (de)active Kerberos support.tron1-14/+15
2005-08-02Rename the option hcache to mutt-hcache, since it is only relevant to the ↵tonio1-3/+3
mutt package
2005-08-02* update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis)tonio6-75/+44
Main changelog entries are a function "rename-mailbox", better imap handling (do not lose flags when uploading to an imap mailbox), and integration of header cache patch. Added option "hcache" to enable header cache (adds a dependancy to db4) Approved by wiz@
2005-08-01Add optional IPv6 support. Bump package revision because of this change.tron3-9/+30
2005-08-01Adapt for socketmap -> sendmail-socketmap.wiz1-3/+3
2005-08-01Rename socketmap option to sendmail-socketmap.wiz2-7/+9
2005-08-01Convert to options framework.wiz5-45/+100
2005-07-31use ${LDFLAGS} in AUXLIBS so chosen libraries for various options cangrant1-2/+2
be found at runtime.
2005-07-31use ${LDFLAGS} in AUXLIBS so the chosen libdb can be found at runtime.grant2-4/+4
fixes build on Solaris.
2005-07-31- no need to include bsd.prefs.mkgrant1-7/+4
- fix indentation of for loop, and explicit undef not required
2005-07-29Update sylpheed to 2.0.0.chris3-11/+13
Changes since 1.0 are: * New features o The feature for junk mail control has been added. o Filter rules can be applied to sent messages now. o Any commands can be executed when new messages arrive. o The move of folders has been enabled. * Display o The anti-aliased font display has been enabled. o Icons can be displayed with alpha-blending (translucence) now. o Attached images can be displayed as inline now. o The summary view (message list) now displays its rows with alternating row colors. o The icons and logo has been renewed. o The window icon is displayed now. * User interface o The file selection dialog has been improved. o URL links can be opened by single click now. o Right-click menu can be available on the message view now. o The order of the buttons now complies with GNOME HIG. o The folder view now automatically scrolls on drag'n'drop. o The columns of the summary view became reorderable by drag'n'drop. * Internal changes o The GUI toolkit has been switched from GTK1.2 to GTK2. o The internal encoding is always UTF-8 despite of the current locale, and the multilingual display is now possible. * Other improvements o The auto line-wrapping now supports proper line-breaking. o The algorithm of the thread display has been improved. o The PLAIN authentication is supported on SMTP AUTH now. o The read/write of the summary cache has been optimized. o Encryption is enabled by default now when replying to PGP-encrypted messages. o The displayed file size of attachments became more accurate. o The handling of header strings with broken encoding has been improved.
2005-07-28Use ldap option instead of openldap (consistency).wiz1-3/+5
Add PKG_OPTIONS_LEGACY_OPTS line for openldap.
2005-07-27bump BUILDLINK_RECOMMENDED to 0.86.2, for security issue described ingrant1-2/+2
http://secunia.com/advisories/16180/
2005-07-26Move the steps to create the demime script and man page into ajlam1-4/+3
"do-build" step for clarity.
2005-07-26Use the "pod2man" tool to build man pages. This fixes brokennessjlam1-4/+2
introduced after the perl5/buildlink3.mk file was no longer included by the package Makefile, but we still referenced BUILDLINK_PREFIX.perl to locate the pod2man script. Noted by Matthias Drochner.
2005-07-26Update to spamd-20050726.peter2-6/+6
Changes: * Compilation problems on i386 fixed. * -Werror disabled.
2005-07-26update clamav to 0.86.2.grant2-6/+6
changes since 0.86.1: V 0.86.2 * Fixes backported from CVS: - configure.in: disable support for URLs downloading with libcurl (--with-libcurl) by default (tk) - libclamav/others.c: cli_rmdirs: fix possible infinite loop (tk) Patch by Mark Pizzolato <clamav-devel*subscriptions.pizzolato.net> - libclamav/mspack: Some cab archives were not properly decompressed (tk) Problem reported by Diego d'Ambra <diego*clamav.net> - libclamav/pe.c: cli_peheader: Sync entry point calculation with cli_scanpe (tk) Problem reported by Christoph Cordes <ccordes*clamav.net> - configure.in: fix compilation error when curl is installed in a non-standard location (tk) Reported by Serge van den Boom <svdb*stack.nl> - configure.in: Add support for DragonFly (tk) Thanks to Joerg Sonnenberger <joerg*britannica.bec.de> - clamscan/clamscan.c: Verify arguments passed to --max-dir-recursion and --max-ratio (tk) Problem reported by Jo Mills <Jonathan.Mills*frequentis.com> - libclamav/fsg.c: Fix possible integer overflow (acab) Reported by Alex Wheeler. - libclamav/mbox.c: Fix name clash with glibc library (njh) Reported by Brian Bruns <bruns at 2mbit.com> - libclamav/others.c: Check for 0 byte allocations in cli_(m|c|re)alloc (tk) - libclamav/chmunpack.c: Fix possible malloc overflow (trog) Reported by Alex Wheeler. - libclamav/tnef.c: Fix possible crash if the length field is 0 or negative in headers (njh) Reported by Alex Wheeler (alexbling at gmail.com) - clamav-milter: Honour LogClean. Only syslog once when storing email in quarantine (reported by Panagiotis Christias, christias at gmail.com). Log database reloads to the LogFile (njh) - clamav-milter: Changed the default child_timeout to 5 minutes. Keep a copy of the trie root in privdata. Removed trylock/unlock code in clamfi_abort (njh)