Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
-add BrokenUIDLPOP3Retriever class to support servers that do not implement
the UIDL command, or which fail to uniquely identify messages using it.
|
|
inet6.
Move to calling all such flags 'inet6'.
|
|
|
|
8.12.x and 8.13.x branches in pkgsrc.
|
|
-Fixed the Japanese language code from "jp" to "ja" as per ISO 639.
|
|
|
|
|
|
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.
|
|
* 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
|
|
* 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.
|
|
|
|
|
|
And care for sendmail path for IRIX though IRIX has never tested
yatsvrs to work.
Bump PKGREVISION.
|
|
construction in ezmlm-confirm, ezmlm-store, and ezmlm-moderate.
Will be in the next release.
Bump PKGREVISION.
|
|
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.
|
|
do not define USE_REGEXP on Irix.
|
|
|
|
|
|
|
|
-add new error message and documentation for POP3 servers that cannot
uniquely identify messages in a mailbox. Thanks: Thomas Schwinge.
|
|
-Un-fixed the Swedish and Danish translation names, as they should match
ISO 639 language codes, not ISO 3166 country codes.
|
|
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
|
|
fixes PR pkg/28814.
|
|
|
|
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.
|
|
-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.
|
|
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).
|
|
section above the inclusion of rc.subr, and express the default
assignments more succinctly (from Todd Vierling). Bump version.
|
|
|
|
|
|
- [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.
|
|
- 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"
|
|
Some BUILDLINK_RECOMMENDED bumps done also.
(If I missed any, please let me know -- and let me know a good
way to automate this.)
|
|
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)
|
|
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)
|
|
Closes PR pkg/28756
|
|
|
|
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
|
|
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).
|
|
package-specific Makefile (as mentioned on tech-pkg).
|
|
|
|
|
|
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.
|
|
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.
|
|
XXX Perhaps the correct thing to do is to define SENDMAIL in the defaults
XXX file for each operating system in mk/defaults/
|
|
|
|
|
|
pkgsrc-2004Q4 is branched.
|
|
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE.
Reformat DESCR.
|