summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-06-17Fix substitution error... "user" instead of "owner".jlam4-8/+8
2006-06-17Modify the Courier services rc.d scripts so that:jlam15-54/+156
(1) they are more likely to do the right thing if the user sets rc_fast_and_loose; and (2) they pre-create any necessary directories prior to start the respective services. Also, fix the path to the courierwebadmin binary in SPECIAL_PERMS for the courier-mta package. Bump the PKGREVISION.
2006-06-16Modify (finally!) to use pkginstall framework. Bump PKGREVISION to 2.jlam5-147/+44
2006-06-16Remove some extraneous lines from the MESSAGE.jlam1-5/+1
2006-06-16Formatting nits for DESCR file.jlam1-6/+6
2006-06-16Needs pkg-config.joerg1-2/+2
2006-06-16Move mail/imp4 to mail/impadrianp7-704/+0
2006-06-16Add options.mk missed during the package moveadrianp1-0/+27
2006-06-16The old mail/imp4 package is now mail/impadrianp6-184/+331
The 3.x tree has been retired from pkgsrc
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam1-3/+3
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15Add code to allow multiple -s options, so it can try several mail relays.martin2-7/+109
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam6-14/+18
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15Fixed spelling.heinz1-1/+1
2006-06-15Remove USE_LANGUAGES; it is unneeded. (All libtoolized programs look fortv1-5/+2
C++ and Fortran by default, but doing so does not bomb configure or build, so there's no harm in the pkgsrc warnings.) Because this changes the dependencies on systems using pkgsrc-supplied gcc, bump PKGREVISION. <sigh>
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-14Relax SPAMD_TIMEOUT from 120 to 240 secs to reduce spamd timeouts onabs3-3/+17
slower machines, as suggested by Andreas Hallmann in PR33654. Update pkg to exim-4.54nb3
2006-06-14Reflect last change in the manual page.tron2-1/+24
2006-06-14Change logging facility from LOG_DAEMON to LOG_MAIL. This program istron1-2/+2
mail related after all. The logging message also contains confidential information like sender, recipient and subject which shouldn't go to a public readable logfile. Bump package revision because of this fix.
2006-06-14Change logging facility from LOG_DAEMON to LOG_MAIL. This program istron2-5/+15
mail related after all. The logging message also contains confidential information like sender, recipient and subject which shouldn't go to a public readable logfile. Bump package revision because of this fix.
2006-06-14Bump PKGREVISION.adrianp12-6/+322
A malformed MIME structure with many parts can cause sendmail to crash while trying to send a mail due to a stack overflow, e.g., if the stack size is limited (ulimit -s). This happens because the recursion of the function mime8to7() was not restricted. The function is called for MIME 8 to 7 bit conversion and also to enforce MaxMimeHeaderLength. To work around this problem, recursive calls are limited to a depth of MAXMIMENESTING (20); message content after this limit is treated as opaque and is not checked further.
2006-06-14Add a buildlink dependency on openssl to couriertcpd, which needs thejlam2-8/+8
SSL libraries to build couriertls, which encapsulates the logic for handling SSL connections for Courier services. Drop the dependency on openssl from both courier-imap and courier-mta, which only need the "openssl" tool instead. Bump the PKGREVISIONs for all three packages due to the changed dependencies. Problem noted by Ondrej Tuma in private email.
2006-06-14Update to 2.1.8 release. Changes from 2.1.8rc1:tv2-7/+6
- Brad Knowles' mailman daily status report script updated to 0.0.16.
2006-06-13MAINTAINERSHIP change.adrianp1-2/+2
2006-06-13Update dovecot to 1.0 beta9. From the release notes:ghen6-59/+53
Fixes a lot of bugs. The next release will be the first "release candidate" instead of a beta. * PAM: Don't call pam_setcred() unless setcred=yes PAM passdb argument was given. * Moved around settings in dovecot-example.conf to be in more logical groups. + Local delivery agent (deliver binary) works again. + LDAP: Added support for SASL binding. Patch by Geert Jansen + ssl_verify_client_cert: Check CRLs. If auth_verbose=yes, log invalid sent certificates. If verbose_ssl=yes, log even the valid certificates. When using the username from the certificate, use CommonName. Based on patch by HenkJan Wolthuis + PAM: Set PAM_TTY which is needed by some PAM plugins + dovecot --exec-mail ext <binary path> can now be used to start binaries which want dovecot.conf to be read, for example the convert-tool. - Expunging needed to be done twice if client used STORE +FLAGS.SILENT command to set the \Deleted flags - Added sql_escape_string() to lib-sql API and use it instead of normal \-escaping. - ACL plugin fixes - DIGEST-MD5: Trying to use subsequent authentication crashed dovecot-auth. - Fetching BODY when BODYSTRUCTURE was already cached caused the reply to be broken in some cases - Lots of fixes for index file handling - dbox fixes and changes - mbox syncing broke if some extraneous/broken headers were removed (eg. extra X-IMAPbase headers in mails) - Running Dovecot from inetd work now properly with POP3 - Quota plugin fixes for calculating the quota correctly
2006-06-13Add a hint to not check mailq in /etc/daily.martin1-1/+3
2006-06-12Add option "mutt-compressed-mbox", which includes the compressedjoerg2-3/+16
folders patch. It adds hooks for open, close and append to handle compressed or encrypted mboxes. Disabled by default.
2006-06-11Update to 1.6.2:wiz6-37/+21
Changelog: Evolution-Data-Server 1.6.2, 2006-05-29 ---------------------------------------- Bug fixes since 1.6.2 : http://go-evolution.org/Evo2.6.2#Evolution-Data-Server And on that page: From Evolution (There is currently no text in this page)
2006-06-10Update to 2.2.6.xtraeme2-8/+6
Changes 2.2.6: * The 8-bit literal (literal8) in IMAP4 response was supported. * The missing timeout handling was added for SMTP. * The failure of URI security check when they have leading space was fixed. Changes 2.2.5: * The character corruption and crash bug when using Japanese half-width kana on sending messages was fixed. * The execution failure when using the accessibility module was fixed. * The bug that new/unread count becoming negative value was fixed. * The bug that bold face was disabled in the folder selection dialog with GLib 2.10 and Pango 1.12 was fixed. * The incorrect progressbar display when expired messages exist was fixed.
2006-06-10Use xpcom code for linux on amd64, similar to the earlier fix for firefox,ghen2-4/+4
from PR pkg/33181.
2006-06-09Update mail/courier-mta to 0.53.2. Changes from version 0.53.1 include:jlam7-34/+39
* [SECURITY] Fix bug in encoding of usernames that contain '='. This fixes the security advisories noted here: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2659 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368834 http://secunia.com/advisories/20519/ * Implemented "Purge" option for mail filters. * Invoke Courier filters in alphabetical order, and uses 050 exit code to accept a message without running the remaining filters, which gets converted to a 250 ESMTP code. * Fix improper parsing of ident/pfix tokens in SPF. * New command line tool "aliaslookup" to look up mail aliases. * Added support for the koi8-u character set.
2006-06-09Update mail/courier-imap to 4.1.1. Changes from version 4.1.0 include:jlam6-39/+28
* Fix quota calculations on 32 bit platforms with 64 bit off_t.
2006-06-09Update mail/sqwebmail to 5.1.2. Changes from version 5.1.1 include:jlam5-18/+20
* Fix monthly rotation of sent folder on multilingual systems. * Miscellaneous small i18n fixes. * New "any message" webmail filter option. * Improve the "message limit exceeded" error message. * New checkbox on the login form enables/disables soft timeout. * Create an invisible frame at login time that reloads at timeoutsoft/2 intervals, thus keeping the session alive * Fix bug where overriding TIMEOUTSOFT via environment variables may cause calendar session to timeout prematurely
2006-06-09Update mail/courier-maildir to track code from courier-0.53.2. Nojlam3-10/+7
changes from code in version 0.53.1.
2006-06-09Add missing end-quote in rc scripts. Patches fromreed3-5/+6
Mark Cullen via pkgsrc-users list. Fixes "Syntax error: Unterminated quoted string". Also bump PKGREVISION.
2006-06-09USE_TOOLS+=flexminskim2-3/+4
2006-06-09Fixed pkglint warnings. Mainly removed the "@" before the installrillig1-20/+23
commands and replaced $$ with $$$$, because it was meant to be the pid of the shell.
2006-06-08Fix names of installed manual pages. The PLIST expects that the pagesjlam4-27/+7
are named *.[1-9], so force the pkgsrc installation of sendmail to always install the manual pages with those names on all platforms. This fixes the problem noted in: http://mail-index.netbsd.org/pkgsrc-users/2006/06/07/0007.html
2006-06-07Updated to version 0.17.heinz2-8/+10
Pkgsrc changes: - The module is now available on CPAN, so changed MASTER_SITES accordingly. - Changed HOMEPAGE to CPAN site because Jason Long's web site seems to be down occasionally. - Added Crypt::OpenSSL::Bignum as a requirement (listed in Makefile.PL) because Mail::DKIM uses objects of that type (returned by Crypt::OpenSSL::RSA::get_key_parameters). - New requirement: security/p5-Digest-SHA Relevant changes since version 0.14: ==================================== * implemented signing and verifying of a SHA-256 digest * various new tests and a few bug fixes
2006-06-07Add some additional headers introduced with ff1504/tb1504/sm102. Not worthghen2-2/+8
bumping PKGREVISION for.
2006-06-07Prefer PATH_MAX over MAXPATHLEN.joerg5-16/+73
Use a better boundary check, which doesn't depend on PATH_MAX >> NAME_MAX. Both changes are from DragonFly and have been reported upstream. Install only man pages, not the catpages. The installation was inconsistent before. Bump revision. OK from tv@.
2006-06-07Uses C++.joerg1-1/+2
2006-06-06Add sendmail and smmsp startup files for -current usersadrianp5-25/+115
Make pkglint happy Pass MAINTAINERship to tv@ Bump PKGREVISION
2006-06-06Pass MAINTAINERship to tv@.adrianp1-1/+2
2006-06-06Change permissions of the config file to 640 (ok with xtraeme). Bumpghen1-3/+3
PKGREVISION again.
2006-06-06- Advertize GLD_USER and GLD_GROUP as being configurable (add to BUILD_DEFS).ghen1-3/+5
- Fix the default USER and GROUP substitution in the config file. - Bump PKGREVISION for this.
2006-06-06Use BSD_INSTALL_* to set permission correctly.minskim5-23/+23
2006-06-06Include pam.buildlink3.mk to enable PAM on platforms without nativeminskim1-2/+3
PAM. Bump PKGREVISION.
2006-06-05Updated to version 3.1.3.heinz3-21/+7
Pkgsrc changes: - patch-bb for no longer necessary (integrated upstream). Changes since version 3.1.2: ============================ - bug 4926: given a certain set of parameters to spamd and a specially formatted input message, users could cause spamd to execute arbitrary commands as the spamd user - bug 4932: the userstate dir and userprefs file would not be created under certain conditions.
2006-06-05Update to 3.6.7:xtraeme4-24/+9
3.6.7 is a maintenance release BUGFIX: Using UIDInSignature, wrong UID is written to message when using groups BUGFIX: PostgreSQL driver does not reconnect on failure in daemon mode BUGFIX: X-DSPAM-Probability sometimes misreported when multiple algorithms used BUGFIX: Agent segfaults when DeliveryHost or ClientHost not specified, --client BUGFIX: Agent segfaults on some systems when syslog is used BUGFIX: Agent segfaults when dlopen() to storage library fails BUGFIX: Infinite loop created when deleting preference, not using extensions BUGFIX: ATX (agent context) does not hold enough bits for 'flags' variable 3.6.6 is a maintenance release MAINT: Phased out deprecated Berkeley DB drivers MAINT: Phased out legacy tools (dspam_corpus, dspam_genaliases) BUGFIX: When using logfile, write errors result in segfault BUGFIX: Compiler warnings with sqlite_drv and sqlite3_drv BUGFIX: MySQLUIDInSignature causes segfault on retrain BUGFIX: trainPristine preference "off" does not override default
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg3-6/+6
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.