summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2007-01-06Update to 0.02. From the changelog:schmonz2-6/+6
* Status messages and error messages now include IP address and process ID.
2007-01-05Update to dovecot-1.0rc16. From the release announcement mail:ghen3-20/+23
If you've had problems with getting errors about index files sometimes being corrupted, please try if this release fixes it. If you've reported any bugs that this release hasn't fixed, please report them again so I know they still didn't get fixed and that I didn't forget them. * IMAP: When trying to fetch an already expunged message, Dovecot used to just disconnect client. Now it instead replies with dummy NIL data. * Priority numbers in plugin names have changed. If you're installing from source, you should delete the existing plugin files before installing the new ones, otherwise you'll get errors. * Maildir: We're using rename() to move files from tmp/ to new/ now. See http://wiki.dovecot.org/MailboxFormat/Maildir -> "Issues with the specification" for reasoning why this is safe. This makes saving mails faster, and also makes Dovecot usable with Mac OS X's HFS+ (after you also set dotlock_use_excl=yes, see below). + Added dotlock_use_excl setting. If enabled, dotlocks are created directly using O_EXCL flag, instead of by creating a temporary file which is hardlinked. O_EXCL is faster, but may not work with NFS. + If Dovecot crashes with Linux or Solaris, it'll log a "Raw backtrace". It's worse than gdb's backtrace, but better than nothing. + Added maildir_copy_preserve_filename=yes setting. + Added a lazy-expunge plugin to allow users to unexpunge their mails. + maildir quota: Added ignore setting to maildir quota, which allows ignoring quota in Trash mailbox. + dict quota: If dictionary doesn't yet contain the quota, calculate it by going through all the mails in all the mailboxes. + login_log_format_elements: Added %a=local port and %b=remote port + Added -i and -o options to rawlog to restrict logging only to input or output. - Doing a STATUS command for a selected mailbox (not a recommended IMAP client behavior) caused Dovecot to sync the mailbox silently. This could have lost eg. EXPUNGE events from clients, causing them to use wrong sequence numbers. - deliver was treating boolean settings set to "no" as if they were "yes" (they were supposed to be commented out for "no") - Running "dovecot" with -a or -n option while Dovecot was running deleted all authentication sockets, which caused all the future logins to fail. - maildir: RENAME and DELETE didn't touch control directory if it was different from maildir or index dir. - We treated internal userdb lookup errors as "user unknown" errors. In such situations this caused deliver to think the user didn't exist and the mail get bounced. - pam: Setting cache_key crashed - shared maildir: dovecot-keywords file's mode wasn't taken from dovecot-shared file. - dovecotpw wasn't working with PowerPC
2007-01-04Update to 4.6.7. From the changelog:schmonz2-6/+6
-better handling for some fatal violations of POP/IMAP protocols. -formatting cleanups.
2007-01-03+courier-analogadrianp1-1/+2
2007-01-03This is an optional package, the Courier log analyzer. Courier-analog generatesadrianp4-0/+29
log summaries for incoming and outgoing SMTP connections, and IMAP and POP3 activity. courier-analog can generate output in text or HTML format.
2007-01-02Update cue to 20061225.obache2-6/+6
Patch provided by ISIHARA Takanori in PR 35335. Changes are undocumented.
2007-01-02Replace rc.d dependency on "mysqld" by "pgsql" if pgsql option is selected.ghen1-1/+6
2006-12-29Fix rpath for Solaris 10 and 11 so that pkg libraries are found. As permarkd4-3/+29
existing patches for earlier Solaris versions. Bump PKGREVISION.
2006-12-29Add and enable greetdelay.schmonz1-1/+2
2006-12-29To atone for closing a couple PRs, import a leafy new little package.schmonz4-0/+35
greetdelay introduces a small delay before an SMTP greeting. It can also optionally enforce RFC 2821's recommendation that SMTP clients not send any commands before receiving the greeting message. With a delay of 30s it has done me a world of good.
2006-12-29Update to nb12 (is this a record?). From the respective patch changelogs:schmonz3-20/+22
* Update qregex patch (PR pkg/34760) to 20060423: - qregex adds the matched regex pattern to its log entries if the LOGREGEX environment variable is set. * Update realrcptto patch to 20061210: - Logging uses substdio_puts() and substdio_flush() instead of substdio_putsflush(). This makes log entries less likely to be interleaved. Thanks to Matthew Dempsky for finding this. - For QMAILRRTENYALL, use error code 554 after DATA, not 550. Thanks to ... sorry, I lost track of who found this. - Log stat() errors for .qmail files. Thanks to Chris Bensend for suggesting this. * Update tls-smtpauth combined patch to 20060105. TLS changes: - bug: qmail-remote loops on malformed server response (B. Shupp, A. Meltzer) - no STARTTLS advertised when control/servercert.pem absent (Jason Haar) - control/notlshosts (Albert Weichselbraun) - control/tlshosts/exhaustivelist - scripts honor conf-users (Sven Verdoolaege) - strerror declaration in tls.c compile problem (Renato Botelho, Bill Shupp) - chown uid.gid deprecated, should be uid:gid (Bill Shupp) SMTP AUTH changes: - includes the evaluation of the 'Auth' and the 'Size' parameter in the 'Mail From:' command. - uses DJB functions to copy FDs. - corrects some minor mistakes displaying the 'Auth' userid. - uses keyword "ESMTPA" in Received header in case of authentication to comply with RFC 3848. pkgsrc changes: * Note SPECIAL_PERMS on qmail-queue binary (from dsainty@).
2006-12-29This package is incompatible with mail/qmail, as it does not followschmonz2-2/+10
symlinks properly. Add a MESSAGE to this effect, addressing PR pkg/30904. Bump PKGREVISION.
2006-12-29Update to 0.444, a bugfix release, and quell pkglint. From the changelog:schmonz3-14/+15
- Fixed text files to not overwrite the "text/top" and "text/bottom" files unconditionally. Also rewrote places where the filename was duplicated in the tags. - (Un)subscribe requests initiated and confirmed by a moderator are now marked in the Log as "+mod" or "-mod". This is accomplished by the addition of another pair of subscribe/unsubscribe confirmation commands ("rc.cookie" and "wc.cookie") to ezmlm-manage to differentiate between moderated (un)subscribe requests and (un)subscribe requests iniated and confirmed by a moderator.
2006-12-28Update to 2.3.0:xtraeme3-8/+10
2.3.0 provides the new printing function and new mail notification by the tray icon. 2.3.0 also includes various usability improvements. In Win32 version, the included GTK+ library has been updated to the latest 2.10.6, and it introduces the improvements of usability and bugfixes.
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-2/+2
packages which have it active by default.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg2-2/+8
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-26Remove any *.orig files (e.g., tmda-ofmipd.orig) before installationschmonz1-1/+4
to prevent their being erroneously installed. Found by bulk build. No change to PLIST, hence no PKGREVISION bump.
2006-12-22Fix spelling of saslauthd option in PKG_SUGGESTED_OPTIONS.joerg1-2/+2
From Peter Avalos.
2006-12-21Oops, some files had been installed with mode 600. Take 644 instead.rillig1-2/+2
2006-12-21Fixed the file permissions of the installed files, which makes therillig1-21/+19
package usable for unprivileged builds. PKGREVISION++
2006-12-20Update thunderbird and thunderbird-gtk1 to 1.5.0.9. Fixed in this version:ghen2-6/+6
MFSA 2006-74 Mail header processing heap overflows MFSA 2006-73 Mozilla SVG Processing Remote Code Execution MFSA 2006-72 XSS by setting img.src to javascript: URI MFSA 2006-71 LiveConnect crash finalizing JS objects MFSA 2006-70 Privilege escallation using watch point MFSA 2006-68 Crashes with evidence of memory corruption (rv:1.8.0.9/1.8.1.1) For more info, see http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.9.html
2006-12-20Fix authfile thinko in tmda-ofmipd. From TMDA SVN revision 2133,schmonz3-2/+17
via bug report and patch from Nathan Arthur. Bump PKGREVISION.
2006-12-16added support for IRIX 5schwarz4-28/+58
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg3-6/+6
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15DESTDIR support.joerg1-5/+5
2006-12-13Update to 4.6.6. From the changelog:schmonz2-6/+6
- add ignore_stderr option to MDA_external destination. Thanks: Daniel Burrows. - documentation cleanups.
2006-12-13Updated mail/postfix-current to 2.4-20061210martti2-9/+9
Too many changes to list here, see the HISTORY file for details.
2006-12-13Updated mail/postfix to 2.3.5martti2-6/+6
- On Redhat Linux, a Postfix daemon could lock up while logging a warning from a signal handler before exiting. This is remedied by a low-cost re-entrancy guard for signal handlers that never return. - Message headers longer than 65535 broke the Milter protocol. To make matters worse the cleanup server could then dereference a null pointer. When Milter support is enabled, the length of each message header is now limited to 60000. - Several fixes to improve worst-case behavior of the (new) queue manager with multi-recipient mail. The queue manager now reads new recipients earlier from the queue file, instead of becoming starved while waiting for the slowest in-memory recipients to complete; and it now reads recipients in smaller chunks to avoid spending too much time not talking to delivery agents. - With remote SMTP server tarpit delays larger than the Postfix SMTP client's smtp_rset_timeout (default: 20s), the client would get out of sync with the server while reusing a connection. The symptoms were "recipient rejected .. in reply to DATA". - On FreeBSD 6.2, some Postfix daemon processes would complain once with "Error 0" after "postfix reload" and then recover. This warning is now logged only when the problem persists.
2006-12-11Update to 0.88.7:xtraeme2-8/+7
This version improves scanning of mail and tar files.
2006-12-11Use official upstream patch for CVE-2006-5297 and CVE-2006-5298 securitysalo3-26/+88
issues from mutt GIT repo. Bump PKGREVISION.
2006-12-11Use official upstream patch for CVE-2006-5297 and CVE-2006-5298 securitysalo3-26/+88
issues from mutt GIT repo. Bump PKGREVISION. ok <tron>
2006-12-10Fix PLIST and don't install unwanted files when option backend databaseobache2-3/+4
is pgsql, close PR 34230.
2006-12-10Remove duplicate virtualusers option.xtraeme1-6/+6
2006-12-07Fix man page installation.joerg1-2/+2
2006-12-07Update to 2.3.0beta6:xtraeme2-6/+6
* 2.3.0beta6 (development) * The new printing function was implemented. - Each page is now rendered by Cairo. - The native print dialog is used. - Page number is printed for each page. - The option "Use external program for printing" was added. - The printing of MIME part was implemented. * Cc: was added to the header view. * The option "Inherit recipients on reply to self messages" was added. * Pilot-link (libpisock) 0.12 was supported. * The window position and the layout of the 'Add Address' dialog was modified. * The default directory of the file selection dialog was changed (in Win32, 'My Documents' is used. In Unix, the home directory is used). * The UI is now updated periodically on manual filtering. * The new mail notification on the tray icon is reset when any message is read now. * The encoding setting of the message view in new window is enabled also on reply. * Win32: The bug that the window was sometimes not displayed at the top when the tray icon was clicked was fixed. * Win32: The issue that the progress dialog was not updated while sending large messages was fixed.
2006-12-07Correct wrong usage of PKGMANDIR.taca1-2/+2
2006-12-07Oops, revert previous change; wrong usage of PKGMANDIR.taca1-2/+2
2006-12-06Needs perl. Bump revision.joerg1-2/+4
2006-12-06Needs msgfmt.joerg1-2/+2
2006-12-06Use PKGMANDIR.taca1-2/+2
2006-12-06Update ja-squirrelmail to 1.4.9a.taca4-21/+25
pkgsrc change: * separate ja-patch into ja-patch and lite-patch. ChangLog: Version 1.4.9a - 3 December 2006 -------------------------------- - Security: Multiple IE cross site scripting issues related to the widely acceptation of the word expression and url by IE. - Security: Removing @import when sanitizing html mail. Version 1.4.9 - 2 December 2006 ------------------------------- - Drop obsolete script plugins/make_archive.pl. - Fixed Google translate form in translate plugin. Added new language pairs. - Added XMAGICTRASH extension tests in configtest utility. Removed code that handled 'inbox.trash' as special folder in courier (#1354393). - Allowed moving folders to trash in courier. - Fix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_get_message (#1543573). - Provide View Unsafe Images link on viewing a text/html attachment. - Fix variable typo in folders_create.php (#1545316). - Added Courier IMAP OUTBOX check to configtest utility. - If mailbox name starts with slash or contains ../, error message is generated. Safety check for insecure default UW IMAP setup (#1557078). - Ignore message copy errors when messages are deleted. Allows to delete messages when quota is exceeded (#614887, #646386, #1446026). - Fixed unintended literal fetching (#1562271). - Added global file based address book listing controls. Added line length configuration option for local_file address book backend (#1181561). Added address book data integrity checks in local_file address book backend. Fixed eregi and object notices in local_file and database address book backends. Added additional address book field support. - Fixed variable corruption in configtest utility. - Checked if configuration file is readable in configuration utility (#1568355). - Special mailboxes marked in special_mailbox hook are no longer listed in folder delete, rename and subscription options. - Translate plugin: prevent PHP notice when viewing empty message. - Add CEST and MEST (non-standard) timezone codes for +0200. - Add <label> to From field in message list. - Add support for parsing SpamAssassin's X-Spam-Status header (#1589520). - Fix in bodystructure parser code related to strings ending with an escape character. - Added "attachment */*" hook - Added third parameter $logout_link to logout_error hook that allows plugin control over login page URI displayed on login error page. - Security: close cross site scripting vulnerability in draft, compose and mailto functionality [CVE-2006-6142]. - Security: work around an issue in Internet Explorer that would guess the mime type of a file based on contents, not Content-Type header.
2006-12-05And also add src/tools/dspam_logrotate to REPLACE_PERL.obache1-2/+3
Bump PKGREVISION.
2006-12-04Update squirrelmail to 1.4.9a.obache4-16/+16
ChangLog: Version 1.4.9a - 3 December 2006 -------------------------------- - Security: Multiple IE cross site scripting issues related to the widely acceptation of the word expression and url by IE. - Security: Removing @import when sanitizing html mail. Version 1.4.9 - 2 December 2006 ------------------------------- - Drop obsolete script plugins/make_archive.pl. - Fixed Google translate form in translate plugin. Added new language pairs. - Added XMAGICTRASH extension tests in configtest utility. Removed code that handled 'inbox.trash' as special folder in courier (#1354393). - Allowed moving folders to trash in courier. - Fix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_get_message (#1543573). - Provide View Unsafe Images link on viewing a text/html attachment. - Fix variable typo in folders_create.php (#1545316). - Added Courier IMAP OUTBOX check to configtest utility. - If mailbox name starts with slash or contains ../, error message is generated. Safety check for insecure default UW IMAP setup (#1557078). - Ignore message copy errors when messages are deleted. Allows to delete messages when quota is exceeded (#614887, #646386, #1446026). - Fixed unintended literal fetching (#1562271). - Added global file based address book listing controls. Added line length configuration option for local_file address book backend (#1181561). Added address book data integrity checks in local_file address book backend. Fixed eregi and object notices in local_file and database address book backends. Added additional address book field support. - Fixed variable corruption in configtest utility. - Checked if configuration file is readable in configuration utility (#1568355). - Special mailboxes marked in special_mailbox hook are no longer listed in folder delete, rename and subscription options. - Translate plugin: prevent PHP notice when viewing empty message. - Add CEST and MEST (non-standard) timezone codes for +0200. - Add <label> to From field in message list. - Add support for parsing SpamAssassin's X-Spam-Status header (#1589520). - Fix in bodystructure parser code related to strings ending with an escape character. - Added "attachment */*" hook - Added third parameter $logout_link to logout_error hook that allows plugin control over login page URI displayed on login error page. - Security: close cross site scripting vulnerability in draft, compose and mailto functionality [CVE-2006-6142]. - Security: work around an issue in Internet Explorer that would guess the mime type of a file based on contents, not Content-Type header.
2006-12-04Add src/tools/dspam_train.in to REPLACE_PERL, pointed out in PR 35180,obache1-3/+3
and also remove inexistent tools. Bump PKGREVISION.
2006-12-01Needs pkg-config.joerg1-2/+2
2006-12-01Move pkg-config to Makefile.common.joerg2-4/+4
2006-12-01Replace use of timezone (on BSDs traditionally a function, not ajoerg3-3/+43
variable) with the portable equivalent. Bump revision.
2006-12-01Fix an off by one error in the address parser, introduced by our patch.martin3-12/+9
Found by Ond?ej T?ma (sorry for the missing chars) and analyzed by Lasse Hillerøe Petersen.
2006-11-27update to 1.8.2drochner3-9/+7
changes: -bugfixes -translation updates
2006-11-22Fix mispellings. From PR #35093.reed1-2/+2