summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-01-11Install fetchnews.8 as cyrus-fetchnews.8 to avoid a conflict with leafnode.kim2-6/+6
2005-01-10Update to 4.3.0. From the changelog:schmonz2-6/+6
-add BrokenUIDLPOP3Retriever class to support servers that do not implement the UIDL command, or which fail to uniquely identify messages using it.
2005-01-10Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will setadrianp4-13/+9
inet6. Move to calling all such flags 'inet6'.
2005-01-10-sendmail811adrianp1-2/+1
2005-01-10Removal of sendmail 8.11.x branch from pkgsrc. We already have theadrianp23-646/+0
8.12.x and 8.13.x branches in pkgsrc.
2005-01-10Update to 0.433. Changes from 0.432nb1:schmonz5-48/+5
-Fixed the Japanese language code from "jp" to "ja" as per ISO 639.
2005-01-09A config file and some rc.d scripts might help. Bump PKGREVISION.schmonz6-5/+131
2005-01-09Add and enable dbmail.schmonz1-1/+2
2005-01-09Initial import of dbmail-2.0.1.schmonz5-0/+105
Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. Currently MySQL and PostgreSQL can be used as database backends. DBMail is made up of several components. A normal MTA (Postfix, SendMail, QMail, Exim) is used for accepting messages. The MTA hands the messages over to dbmail-smtp, using a pipe interface, or dbmail-lmtpd, using LMTP (Local Mail Transport Protocol). These programs take care of delivering the message into the database. Messages can be retreived from the database using dbmail-pop3d, using the POP3 protocol, and dbmail-imapd, using the IMAP4Rev1 protocol. The whole email is stored in the database. That includes attachments. The DBMail programs do not have to touch the filesystem to retreive or insert emails. User information is also stored in the database, so users do not need an account on the machines DBMail is running on.
2005-01-09Update to 1.0.12. From the changelog:schmonz11-61/+86
* Apparently "mutex" is already claimed by a system header on Solaris. * File locking on Linux (probably other operating systems) is pretty dumb when lots of processes are trying to lock a single file for serialisation: all of the processes are woken each time that the file is unlocked. Most of the process will simply loop inside the kernel and attempt to lock again. Presumably this approach makes nonblocking locks and EINTR easier to do, but it does mean that you can get occasional load average spikes. Add MUTEX_SEMAPHORE to implement System V semaphore based lock, which does not have this problem in Linux. Warning: System V semaphores are a finite resource, and they are not released automatically. See: prayer-sem-prune. * Quotas now reported in MBytes rather than KBytes. * Add download links for text/html and text/plain attachments * Fix bug with body->type TYPEMESSAGE: c-client API very poorly documented :( * Strip out common HTML entity encodings that might be used in HREFs with text/html attachments. * Fix mydb_db3.c to work with DB4. * Integrate into Tony's funky packaging system for Hermes and PPSW. * Add interface to automatic spam folder pruning utility that I wrote for Cyrus (controlled through special Sieve files). * Fix uploads where mailboxes contain NUL characters (translate to space?) * Assorted minor bugfixes * Fix nasty /redirect bug that I managed to introduce by switching from url_encode to canon_encode to work around bug in Opera. Missing a url_encode: infinite loop from dumb UAs :(. Otherwise identical to 1.0.9. * Few minor bug fixes, covered in CVS history. pkgsrc changes: * Rename the source rc.d script in the default RCD_SCRIPTS style. * Respect ${VARBASE}. * Avoid the DB_VERB_CHKPOINT flag with latest db4 (where it's been removed). * Patch from jdc@ for 64-bit big-endian hosts. XXX rc.d script doesn't stop all the prayer slaves
2005-01-08Update to 0.99.13. From the changelog:schmonz8-54/+49
* GNUTLS support hasn't been working for a while, so it's not even tried to be used anymore unless explicitly wanted. + Added CRAM-MD5 authentication mechanism. Patch by Joshua Goodall + Added SMD5 and LDAP-MD5 password schemes and changed MD5 scheme to use LDAP-MD5 if the password isn't in MD5crypt format. Patch by Joshua Goodall + Workaround for some POP3 client bugs: if message doesn't contain the "end of headers" empty line, add it automatically. + vpopmail supports now all password schemes, most importantly MD5crypt works now without support from libc's crypt() - SQL and LDAP authentication was broken - SEARCH UNKEYWORD wasn't working pkgsrc changes: * Disable GNU TLS support for the time being. * Move the workaround for the gcc2 sparc64 ICE into hacks.mk. * Format DESCR.
2005-01-08Move -fno-builtin-log hack from Makefile to hacks.mk.schmonz2-7/+9
2005-01-08This can work fine with normal tk -- it does not need tk83perry1-2/+2
2005-01-08Move gcc specific options to configure script; address to pkg PR/28900.taca6-21/+61
And care for sendmail path for IRIX though IRIX has never tested yatsvrs to work. Bump PKGREVISION.
2005-01-08Incorporate patches from Bruce Guenter to fix ezmlm-send argumentschmonz6-5/+48
construction in ezmlm-confirm, ezmlm-store, and ezmlm-moderate. Will be in the next release. Bump PKGREVISION.
2005-01-05Update to 3.2.4.xtraeme2-5/+5
Changes: BUGFIX: MIME boundaries using broken RFC are misread BUGFIX: Tools will not build when CFLAGS is provided BUGFIX: DSPAM misreads lines after -- as headers and fails to decode them BUGFIX: DSPAM misreads lines after -- and adds colons to them Enhancements: PostgreSQL Storage Driver Some minor fixes have been made to the PostgreSQL storage driver which may affect performance.
2005-01-04Portability fix from Georg Schwarz in PR 28818;wiz3-2/+20
do not define USE_REGEXP on Irix.
2005-01-04Set USE_BUILDLINK3.wiz1-1/+3
2005-01-04Add missing #include <sys/socket.h> (for AF_INET) to make this compile.rh2-1/+14
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz2-4/+4
2005-01-03Update to 4.2.6. From the changelog:schmonz2-5/+5
-add new error message and documentation for POP3 servers that cannot uniquely identify messages in a mailbox. Thanks: Thomas Schwinge.
2005-01-03Update to 0.432. From the changelog:schmonz2-5/+5
-Un-fixed the Swedish and Danish translation names, as they should match ISO 639 language codes, not ISO 3166 country codes.
2005-01-02Remove inet6 from PKG_DEFAULT_OPTIONS as this can cause the packageadrianp1-2/+2
to build in IPv6 support on systems where USE_INET6 has been set to NO. This addresses PR #28708 opened by georg.schwarz (at) freenet.de
2005-01-01apply patch from Jason Lingohr to add "buffy-size" option.grant1-2/+9
fixes PR pkg/28814.
2004-12-31Add and enable mailgraphkim1-1/+2
2004-12-31Add mailgraph 1.10kim5-0/+98
Mailgraph is a very simple mail statistics RRDtool frontend for Postfix and Sendmail that produces daily, weekly, monthly and yearly graphs of received/sent and bounced/rejected mail.
2004-12-29Update to 0.431. From the changelog:schmonz5-28/+14
-Make ezmlm-idx obey $QMAILQUEUE. -Added missing ezmlm-confirm.0 target. -Auto-generate all version strings from the VERSION file. -Fixed up the broken Swedish translation. Thanks Mads E. Eilertsen. -Fixed naming of translations to match their ISO 3166 country codes: sv => se (Sweden) and da => dk (Denmark) -Internal reorganization of ezmlm-test -Internal reorganization of email header generation.
2004-12-29Update to anomy-sanitizer 1.69:kim3-6/+8
Added zip_policy.pl from Advosys (http://advosys.ca/) to the contrib/ directory, after being invited to do so by Derrick Webber of Advosys. Added sanitizer.procmail ruleset to contrib/, illustrating how to implement a quarantine and add custom headers to infected e-mails. Fixed priority bug in filename detection code, which would in some cases give higher priority to Content-IDs than it gave to the MIME filename attributes. Made the file-name/MIME-type sanity checks configurable (default on) via. the feat_sane_names variable. Set to 0 to disable. Added support for scripts which want to pass the name of a detected infection using the a line "Anomy-FileScan-VirusName: blah" like. This makes the following new variables available to the file replacement tempalte: %VIRUSNAME - Propogated from Anomy-FileScan-VirusName %SUMMARY - Propogated from Anomy-FileScan-Summary %DESCRIPTION - Propogated from Anomy-FileScan-Description This corrects problems, implements and expands on suggestions (posted here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235352) by Derrick Hudson (dman at dman13.dyndns.org).
2004-12-29Move "User-settable rc.conf variables and their default values"schmonz5-42/+45
section above the inclusion of rc.subr, and express the default assignments more succinctly (from Todd Vierling). Bump version.
2004-12-29Use VARBASE.minskim3-6/+6
2004-12-29Use VARBASE.minskim1-2/+2
2004-12-29- Update to 1.13adrianp2-7/+6
- [Ville Skyttä] and [Austing Ziegler] updated the type list to IANA registry dated 2004-04-09. Many changes to clean-up the list, trying to find a good balance between IANA's rules and common practice.
2004-12-29- Update to 0.90adrianp2-8/+8
- Fix description of the package - Add a requirement of perl >= 5.6.0 Improvements: - Geography::Countries is not required, but optional so [Nick Ing-Simmons] has installed too much. - Cleaned the docs on many spots. - new methods User::Identity::Collection::itemType() User::Identity::Collection::removeRole() - new methods User::Identity::Item::removeCollection() - METHODS section Initiation renamed to "Constructors"
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-3/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update to 2.0.3:jmmv4-46/+8
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Addressbook #67656 - almost the same email address are considrered identical (Siva) #69079 - Data repeated after save with bad date format (Siva) #66854 - Some strings are missed to translation (Rodney) * Calendar #47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney) #68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP) #67403 - wrong alarm time displayed (Rodrigo) #68077 - appointment dialog re-size (Rodrigo) * Mail #69533 - Unable to subscribe to the alt hierarchy (Michael) #69776 - Signed Mail with attachments displays everything with multipart/boundaries stuff (Michael) #69615 - delete certificate after viewing smime message (Michael) #69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael) #69982 - During Newsgroup list refresh, it crashes (Michael) #69446 - Mail shown as attachment if some headers are upper case (S. Caglar Onur) #68556 - NNTP with SSL won't work, even with stunnel (Michael) #69145 - toplevel message/rfc822 parts are broken for IMAP (Michael) #69241 - base64 attachement holding PGP block (Jeff) #67895 - nntp support not asking for password (Michael) #67898 - Use of symbolic port-names is not guaranteed to work everywhere (Michael) #69851 - remember password check doesn't stick (Michael) #69623 - Moving a message from an IMAP INBOX to an IMAP folder caused crash (Radek) #69339 - postscript and some other attachments not visable (Michael) #69579 - vFolders#UNMATCHED generates errors (Michael) #68958 - current message forgotten in vfolders (Michael) #68974 - Wizard doesn't store smtp auth settings (Michael) #67496 - html email not rendered in preview pane (Michael) #67014 - Checking supported auth types doesn't work with new SSL certificate (Michael) #68006 - Evo crashed after viewing previously-sent email and copying URL from it (Michael) #68787 - Crash when migrating 1.4 data to 2.0.2 (Michael) #67622 - SMTP auth usernames containing % character fail (Jeff) Other bugs * Mail - fix pthread_key_delete args (Julio M. Merino Vidal) * Calendar - leak fixes (Chen) - sensitize menu items in list view properly (JP) - redraw display when 24hr time setting changes (JP) Updated translations: - nl (Vincent van Adrighem) - pt (Duarte Loreto) - hu (Laszlo Dvornik) - ca (Jordi Mallach) - fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet) - sv (Christian Rose) - de (Hendrik Brandt) - id (Mohammad DAMT) - es (Francisco Javier F. Serrador) - da (Martin Willemoes Hansen) - ko (Changwoo Ryu) - zh_CN (Funda Wang) - ms (Hasbullah Bin Pit) - hu (Laszlo Dvornik) - cs (Miloslav Trmac) - ru (Leonid Kanter) - bg (Vladimir Petkov) - sq (Laurent Dhima) - en_GB (David Lodge) - pl (Artur Flinta) - sr (Danilo Segan) - sr@Latn (Danilo Segan) - en_CA (Adam Weinberger) - pt_BR (Raphael Higino) - nn (Åsmund Skjæveland)
2004-12-28Update to 1.0.3:jmmv8-158/+61
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): * Calendar #59904 - Speed up calendar queries (Rodrigo) #69624 - make changes in evo corresponding to soap schema changes (Siva) Other bugs * Address Book - prevent e_book_commit_contact from crashing on multiple calls (Diego Gonzalez) - prevent file backend from crashing if uid of vcard is NULL (Diego Gonzalez) * Calendar - fix libical build for automake 1.9 (Rodney) - fix putenv usage for portability (Julio M. Merino Vidal) Updated Translations: - sv (Christian Rose)
2004-12-28Apply NI_WITHSCOPEID patch only if the inet6 option is enabled.kim3-5/+7
Closes PR pkg/28756
2004-12-28Added pfqueue-0.1.4xtraeme1-1/+2
2004-12-28Initial import of pfqueue-0.1.4.xtraeme4-0/+40
pfqueue is an effort to give postqueue/mailq/postsuper a console (ncurses) interface: it won't add any particular functionality to those provided with postfix itself, but will hopefully make them to use. It's a real-time queue scanner, that show per-queue lists of existing messages; the messages can be deleted, put on hold or released Just for example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding you deferred queue
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed31-44/+62
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-28Moved PKGREVISION definition from common Makefile to thereed3-4/+5
package-specific Makefile (as mentioned on tech-pkg).
2004-12-26Enable pkgviews installation.minskim1-1/+3
2004-12-26This package needs Berkeley DB. Include bdb.buildlink3.mk.minskim1-1/+2
2004-12-26Update sylpheed-gtk2 to 1.0.0.20041224.minskim2-6/+6
Changes since 0.9.99. * The first official release. * The escaping of special characters in action commands has been modified. * The crash on deleting a remote account has been fixed. * The IMAP4 parser has been fixed for 64-bit platforms. * Users are now asked to switch to online mode when sending in offline. * The line-joining problem of auto-wrapping has been fixed. * Special characters are now properly escaped when executing action commands. * Some compiler warnings have been removed. * The Japanese manual has been updated. * Some icons have been modified, and unused icons have been removed. * The menu strings have been fixed. * The workaround for invalid CR characters on POP3 has been made. * The Japanese JPilot address book has been supported. * Back scrolling on Shift/Alt and Space key press has been enabled. * Attached text files are now canonicalized before encoded to BASE64 to conform with RFC 2045. * The optimal Content-Transfer-Encoding will be used when attaching text files. * The icons of the receive dialog have been modified. * Mozilla Firefox has become a default web browser. * The auto-expanding status bar has been fixed. * Messages won't be moved or deleted immediately at local filtering when immediate execution option is off. * 'Empty trash' has been added to the folder context menu. * 'Remove mailbox' has been removed from the folder context menu. * 'File' menu in the main menu has been reorganized. * AND/OR matching option has been added to the summary search dialog. * APOP setting became a separate option for POP3. * Icons are added to the alert dialog and filter edit dialog. * Cc is added for the parameter of templates. * The menu of composition window has been reorganized. * Gettext has been upgraded to 0.14.1. * Some minor bugs of filtering have been fixed.
2004-12-25Change permissions of installed files to match what is required bykim4-5/+25
the software to work. Run "check_perms -f" to make sure permissions are correct (it still fixes a setgid problem with "mail/mailman"). Remove mm_cfg.pyc (compiled copy of mm_cfg.py) always, so the package can be deinstalled cleanly. Closes PR pkg/24041.
2004-12-24IRIX also uses /usr/lib/sendmail. PR#28766.cjep1-2/+2
XXX Perhaps the correct thing to do is to define SENDMAIL in the defaults XXX file for each operating system in mk/defaults/
2004-12-24Bump PKGREVISION for aspell dependency update.wiz3-5/+6
2004-12-23Fix "postfix/smtp killed by signal 11" problem.kim3-3/+31
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-18/+1
pkgsrc-2004Q4 is branched.
2004-12-22As with djbdns, patch the installer to avoid setting unusualschmonz4-7/+23
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE. Reformat DESCR.