summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
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)
2005-07-25Use pkgsrc optimisation (CFLAGS, CXXFLAGS) = faster binary, less memory usageadam5-14/+59
2005-07-24Update thunderbird & thunderbird-gtk1 to 1.0.6taya4-12/+12
This is a security fix release. Fixed in Thunderbird 1.0.5/1.0.6 MFSA 2005-56 Code execution through shared function objects MFSA 2005-55 XHTML node spoofing MFSA 2005-52 Same origin violation: frame calling top.focus() MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo() MFSA 2005-46 XBL scripts ran even when Javascript disabled MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-41 Privilege escalation via DOM property overrides MFSA 2005-40 Missing Install object instance checks MFSA 2005-33 Javascript "lambda" replace exposes memory contents
2005-07-23Bump PKGREVISION after the resend fix.he2-3/+4
Sort PLIST.
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz30-2162/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23When the approve script processes a list bounce, remove anyhe2-1/+18
"Delivered-To:" header pointing to the list so that if postfix is involved in the message delivery, it will not think the message is looping. Idea and patch from cjs@
2005-07-22Update sylpheed-devel to 2.0rc, main changes are:chris2-6/+6
* The IMAP4rev1 code conversion was fixed so that it can handle folder names that include '+' correctly. * The correct row is selected after moving or deleting a message now when sorting is enabled. * The line-wrap of composition was modified so that it doesn't break line after '/' (slash) to protect file path etc. * The duplicated insertion when a text file is dragged onto the composition window was fixed. * The cache discrepancy problem of the draft folder was fixed. * Temporary files are now cleaned up also on startup.
2005-07-22Include patch for fetchmail 6.2.5.2 because of CAN-2005-2335.frueauf3-3/+188
For more details have a look at http://fetchmail.berlios.de/fetchmail-SA-2005-01.txt Changes listed within the NEWS file since 6.2.5: fetchmail-6.2.5.2 (Fri Jul 22 01:52 GMT 2005): * NOTE: Due to a Makefile.in bug, you may need to use GNU make. * SECURITY FIX: truncate UIDL replies, lest malicious or compromised POP3 servers overflow fetchmail's stack. Debian bug #212762. This is a remote root exploit. CVE Name: CAN-2005-2335. Thanks: Miloslav Trmac for pointing out the fix in 6.2.5.1 was buggy. Thanks: Ludwig Nussel for a much simpler fix. * Critical fix: omit blank between MAIL FROM: and <user@example.org>, as this causes mail loss with some listeners. * Fix: POP2 driver wouldn't properly check authentication failure. * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP.
2005-07-22Updated postfix to 2.2.5martti2-6/+6
Postfix 2.2.5 addresses some portability problems with LP64 platforms that broke SMTP connection caching, and makes SMTP connection caching more failure tolerant. These fixes are back-ported from the experimental (2.3) release series. The connection caching protocol has changed, so you will need to "postfix reload" after upgrading.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz9-18/+18
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Add "BEFORE: mail" to rc.d script to make this start before sendmail.tv2-2/+4
Bump PKGREVISION for this (and other prior last-minute) changes.
2005-07-21use ${LDFLAGS} instead of building our own library rpath argument togrant1-5/+5
find the BerkeleyDB library.
2005-07-21include ${LDFLAGS} in DBMLIB passed in MAKE_ENV, so the correctgrant1-2/+2
library path is passed for linking against the BerkeleyDB library.
2005-07-20bleh! committed wrong copy of this! fix!tv1-3/+5
2005-07-20one more quickfix: default socket to /var/run so Sendmail's happytv1-3/+3
2005-07-20Make pidfile name match rcvar (without dash).tv1-2/+2
2005-07-20+dk-miltertv1-1/+2
2005-07-20Add dk-milter 0.3.0, based on adrianp's dk-milter package fromtv8-0/+164
the pkgsrc-wip project. (Take ownership with adrianp's permission.) ===== The dk-milter package is an open source implementation of the DomainKeys sender authentication system proposed by Yahoo!, Inc. It consists of a library that implements the DomainKeys service, and a milter-based filter application that can plug in to the sendmail MTA to provide that service to sufficiently recent sendmail MTAs. An optional asynchronous resolver library is also provided to work around limitations of the basic BIND resolver which comes installed on most systems.
2005-07-20Add USE_MSGFMT_PLURALS=yes.kristerw1-1/+2
2005-07-20Sync to squirrelmail package; some modification to MESSAGES:taca1-4/+4
* remove trailing white space. * use www.example.com as example URL.
2005-07-20- Allow depends on ja-squirrelmail package in buildlink3.mk.taca2-6/+6
- Some modification to MESSAGES: * remove trailing white space. * use www.example.com as example URL.
2005-07-20update exim to 4.52.grant2-6/+7
summary of changes since 4.51 (general bug fixes and portability fixes ommitted for brevity, see the ChangeLog for details): Exim version 4.52 ----------------- TF/01 Added support for Client SMTP Authorization. See NewStuff for details. PH/02 Reduce the amount of output that "make" produces by default. Full output can still be requested. PH/04 Installed a modified version of Tony Finch's patch to make submission mode fix the return path as well as the Sender: header line, and to add a /name= option so that you can make the user's friendly name appear in the header line. TF/03 Added the control = fakedefer ACL modifier. TF/04 Added the ratelimit ACL condition. See NewStuff for details. Thanks to Mark Lowes for thorough testing. TK/02 Rewrote SPF support to work with libspf2 versions >1.2.0. TK/03 Merged latest SRS patch from Miles Wilton. TK/04 Added simple SPF lookup method in EXPERIMENTAL_SPF. See NewStuff for details. Thanks to Chris Webb <chris@arachsys.com> for the patch! PH/07 Added "fullpostmaster" verify option, which does a check to <postmaster> without a domain if the check to <postmaster@domain> fails. SC/01 Eximstats: added -xls and the ability to specify output files (patch written by Frank Heydlauf). SC/02 Eximstats: use FileHandles for outputing results. SC/03 Eximstats: allow any combination of xls, txt, and html output. SC/06 Eximstats: added the -include_original_destination flag TK/06 MBOX spool code: Add real "From " MBOX separator line so the .eml file is really in mbox format (even though most programs do not really care). Patch from Alex Miller. TK/07 MBOX spool code: Add X-Envelope-From: and X-Envelope-To: headers. The latter is generated from $received_to and is only set if the message has one envelope recipient. SA can use these headers, obviously out-of-the-box. Patch from Alex Miller. PH/11 Upgraded appendfile so that quotas larger than 2G are now supported. This involved changing a lot of size variables from int to off_t. It should work with maildirs and everything. PH/12 Applied Alex Kiernan's patch for the API change for the error callback function for BDB 4.3. PH/13 Changed auto_thaw such that it does not apply to bounce messages. PH/14 Imported PCRE 6.0; this was more than just a trivial operation because the sources for PCRE have been re-arranged and more files are now involved. PH/16 Applied Matthew Newton's patch to exicyclog: "If log_file_path is set in the configuration file to be ":syslog", then the script "guesses" where the logs files are, rather than using the compiled in default. In our case the guess is not the same as the compiled default, so the script suddenly stopped working when I started to use syslog. The patch checks to see if log_file_path is "". If so, it attempts to read it from exim with no configuration file to get the compiled in version, before it falls back to the previous guessing code." TK/09 Added "prvs" and "prvscheck" expansion items. These help a lot with implementing BATV in an Exim configuration. See NewStuff for the gory details. PH/18 If the "use_postmaster" option was set for a recipient callout together with the "random" option, the postmaster address was used as the MAIL FROM address for the random test, but not for the subsequent recipient test. It is now used for both. PH/19 Applied Michael Haardt's patch to update Sieve to RFC3028bis. "The patch removes a few documentation additions to RFC 3028, because the latest draft now contains them. It adds the new en;ascii-case comparator and a new error check for 8bit text in MIME parts. Comparator and require names are now matched exactly. I enabled the subaddress extension, but it is not well tested yet (read: it works for me)." PH/23 Added daemon_startup_retries and daemon_startup_sleep. PH/24 Added ${if match_ip condition. PH/28 Changed -d+all to exclude +memory, because that information is very rarely of interest, but it makes the output a lot bigger. People tend to do -d+all out of habit. PH/30 Exim's DNS code uses the original T_xxx names for DNS record times. These aren't the modern standard, and it seems that some systems' include files don't always have them. Exim was already checking for some of the newer ones like T_AAAA, and defining it itself. I've added checks for all the record types that Exim uses. TK/11 Domainkeys: Change the logic how the "testing" policy flag is retrieved from DNS. If the selector record carries the flag, it now has precedence over the domain-wide flag. SC/09 Eximstats: added the -show_rt<list> and the -show_dt<list> flags as requested by Marc Sherman. SC/10 Eximstats: added histograms for user specified patterns as requested by Marc Sherman.
2005-07-20Add and enable mailfront.schmonz1-1/+2
2005-07-20Initial import of mailfront, a package containing customizeableschmonz5-0/+128
network front-ends for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3 front-ends as well as an authentication module for IMAP. The mail delivery front-ends also contain internal address filtering features.
2005-07-19Uncontinuate lines that have become short.schmonz1-3/+2
2005-07-19Use pkg_info's -B switch, now that we're sure to have it available,schmonz1-3/+2
obviating the need for a sed expression.