»About
»Credits
»Users Documentation
»Devel Documentation
»Installation Recipes
»Access TLA
»Browse TLA
»Download PigeonDeliver
»Courier
»Database Structure
»Debugging services
»Writing services
»Installation Reference
»IMAP and POP3 with PigeonDeliver
»Mail storage and mail formats
»Installation with Postfix
»Mailing List
»Chatting on IRC
»Other Contacts
SourceForge.net Logo
 HOME

PigeonDeliver Snapshots

This page contains the latest cvs-snapshots of PigeonDeliver, versions of PigeonDeliver that still need some testing before being released. Remember, 0.1.x and 0.3.x versions are always under development!

| Next || Last |
PigeonDeliver0.1.8 GPG Public Key
pigeondeliver-0.1.8.tar.gz
   Source tarball (documentation included)
any
 MD5: c768dd17cee0e273a71a66bb9cf6b735
 SHA1: ee805a6b24e0ea4500bd6bb33ab81b10fffb045f
 PGP (GPG) Signature: pigeondeliver-0.1.8.tar.gz.asc

pigeondeliver-0.1.8
   Browse Sources on-line
any

Update: Bug fixing and hunting has started :)

Changes in current version:

  • 2006/04/26 15:17:19

    configure, configure.ac - updated automatically by release scripts, in order to prepare a snapshot.

    (ccontavalli)

  • 2006/04/26 14:26:25

    examples/ldiff/account-add-test@pluto.it-mailVacation.ldiff - added a couple more example files.

    (ccontavalli)

  • 2006/04/26 14:26:25

    examples/ldiff/account-chg-test@pluto.it-mailStore-disable.ldiff - same thing as above. * examples/ldiff/domain-chg-pluto.it-mailAntivirus-disable.ldiff - same thing as above.

    (ccontavalli)

  • 2006/04/26 14:26:25

    lib/dscm-postfix-sapi0/dscm-postfix-sapi0/dscm-inject.h - optimized to avoid scanning output buffers multiple times.

    (ccontavalli)

  • 2006/04/26 14:26:25

    lib/dscm-postfix-sapi0/send.c - same thing as above. * lib/dscm-postfix-sapi0/dscm-postfix-io.h - same thing as above. * lib/dscm-postfix-sapi0/inject.c - same thing as above.

    (ccontavalli)

  • 2006/04/26 14:26:25

    lib/dscm-postfix-sapi0/dscm-postfix-io.c - modifid to avoid scanning the buffer multiple times, and corrected a few bugs.

    (ccontavalli)

  • 2006/04/26 14:26:25

    examples/slapd/pd-check-ldap.sh - modified to use bdb 4.2 by default.

    (ccontavalli)

  • 2006/04/26 14:26:25

    lib/dscm-datatree0/dscm-login.c - it should now handle domain names alone correctly.

    (ccontavalli)

  • 2006/04/1 12:24:48

    lib/dscm-postfix-ipc0/master.c - removed warning regarding key not being set. This is way too verbose on a standard installation. Will add it back as soon as some module will support categories and output filtering.

    (ccontavalli)

  • 2006/04/1 12:24:48

    services/mailForward/mailForward.c - improved to have much better handling of mail addresses in the to: field.

    (ccontavalli)

  • 2006/04/1 12:24:48

    services/mailStore/creator/concurrent/store.c - was not detecting errors correctly under some conditions.

    (ccontavalli)

  • 2006/04/1 12:24:48

    services/mailStore/mailStore.c - wrong call to datatree_session_import went unnoticed. Why the hell the compiler didn't issue any warning? need to investigate this ...

    (ccontavalli)

  • 2006/04/1 12:24:48

    utils/dscm-dict/dscm-dict.c - was being a bit too verbose, due to a couple missing if(msg-verbose).

    (ccontavalli)

  • 2006/03/29 22:10:28

    examples/configure/configure.debug.linux.postfix.lib - now, it compiles everything necessary even to the IMAP and POP3 server. Removed libefence.

    (ccontavalli)

  • 2006/03/29 22:10:28

    services/mailStore/mda/distributed/dscm-distributed.c - corrected a couple errouneous assertions. * services/mailStore/server/provider/courier-pop3d/dscm-courier-pop3d.c - same thing as above. * services/mailStore/server/provider/courier-imapd/dscm-courier-imapd.c - same thing as above.

    (ccontavalli)

  • 2006/03/29 22:10:28

    lib/dscm-courier0/dscm-courier.c - now includes limits.h, and prints a nice warning in case PIPE_BUF is undefined.

    (ccontavalli)

  • 2006/03/29 22:10:28

    lib/dscm0/dscm0/dscm.h - do not define DSCM_GLOBAL_FLAGS_ELEMENTS, which is defined in dscm-flags.h.

    (ccontavalli)

  • 2006/03/29 22:10:28

    services/mailStore/allocator/first/configure.m4 - depend on dscm-sapi0. * services/mailStore/mda/distributed/configure.m4 - same thing as above.

    (ccontavalli)

  • 2006/03/29 22:10:28

    services/mailStore/server/provider/login-pop3/dscm-pop3-chatter.c - missinterpreting an if, which was supposed to be if(error == value), instead of if(value), where value is a constant :)

    (ccontavalli)

  • 2006/03/29 22:10:28

    services/mailStore/server/provider/login-pop3/dscm-pop3-login.c - do not free attributes if no attributes have been allocated. * services/mailStore/server/provider/login-imap/dscm-imap-login.c - same thing as above.

    (ccontavalli)

  • 2006/03/29 22:10:28

    configure - generated ex-novo.

    (ccontavalli)

  • 2006/03/29 22:10:28

    utils/dscm-dict/dscm-dict.c - changed a couple strcmp in strncmp.

    (ccontavalli)

  • 2006/03/28 11:21:09

    utils/dscm-dict.c - improved some error messages.

    (ccontavalli)

  • 2006/03/28 11:21:09

    utils/dscm-dict.c - corrected attrib[1] in attrib[0], and added a couple checks on the relayHost. Now, an empty field is treated correctly.

    (ccontavalli)

  • 2006/03/25 13:52:32

    lib/dscm0/dscm0/dscm-config.h - added function dscm_config_isfetched, to know if a value was really fetched from the configuration file.

    (ccontavalli)

  • 2006/03/25 13:52:32

    utils/dscm-dict/dscm-dict.c - modified to include support for transport maps. Still needs a bit of testing.

    (ccontavalli)

  • 2006/03/25 12:07:59

    configure - generated ex-novo.

    (ccontavalli)

  • 2006/03/25 12:07:59

    configure.ac - modified, to check if at least a custom has been specified. There's a small bug somewhere, that prevents configure from detecting that libdscmdatatree0 is also required.

    (ccontavalli)

  • 2006/03/25 12:07:59

    utils/dscm-dict/dscm-dict.c - modified to include relay support.

    (ccontavalli)

  • 2006/03/25 12:07:59

    services/mailStore/server/provider/README - a bit more theory about imap/pop3 providers.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/server/courier.trash - removed obsolete folder. * services/mailStore/server/dovecot.trash - same thing as above.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/allocator/first - added allocator which always return the first choices, as asked by requester.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/allocator/smart.todo - added a couple todo points. * services/mailStore/mda/remote/srvcfg.todo - same thing as above.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/server/adapter - created infrastructure for first adapters.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/server/connector - created infrastructure for first connectors and mail connectors.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/server/provider/reliable.todo - created infrastructure for reliable data handling in IMAP and POP3 protocols.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/server/provider/remote - creating infrastructure for reliable remote storage of emails.

    (ccontavalli)

  • 2006/03/23 16:28:54

    utils/dscm-alived - starting to work on the ailve module.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/server/provider/proxy/ - is becoming the distributed agent.

    (ccontavalli)

  • 2006/03/23 16:28:54

    examples/ldiff/base-add-pippo.it-dscm.ldiff - added one more example file.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/mailStore0/dscm-module-allocator.h - added a new module kind, used when there are choices to be made.

    (ccontavalli)

  • 2006/03/23 16:28:54

    {arch}/=tagging-method - modified to ignore ID files and a couple other directories.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/mda/dscmtree/dscm-dscmtree.c - modified to define the backup servers to be used.

    (ccontavalli)

  • 2006/03/23 16:28:54

    lib/dscm0/dscm-walk-null.c - modified to export the walk_null symbol.

    (ccontavalli)

  • 2006/03/23 16:28:54

    TODO - added a couple points.

    (ccontavalli)

  • 2006/03/23 16:28:54

    examples/ldiff/base-add-pippo.it-admin.ldiff - removed structural attributes. * examples/ldiff/base-add-pippo.it-root.ldiff - same as above. * examples/ldiff/domain-add-pluto.it-root.ldiff - same as above. * lib/dscm-io1/dscm-io1/ - now compiles cleanly.

    (ccontavalli)

  • 2006/03/23 16:28:54

    lib/dscm0/dscm0/dscm-walk.h - added symbols exported from dscm-walk-null.c.

    (ccontavalli)

  • 2006/03/23 16:28:54

    lib/dscm-io1/hdlr/stack.c - completed.

    (ccontavalli)

  • 2006/03/23 16:28:54

    lib/dscm-sapi0/dscm-sapi0/dscm-sapi.h - modified

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/server/provider/distributed/dscm-proxy.c - modified

    (ccontavalli)

  • 2006/03/23 16:28:54

    doc/recipes/postfix/postfix.xml - added a new section about sasl.

    (ccontavalli)

  • 2006/03/23 16:28:54

    configure - generated ex-novo.

    (ccontavalli)

  • 2006/03/23 16:28:54

    lib/dscm-utils0/dscm-str.c - completed the icmp functions. They now correctly ignore the system locale.

    (ccontavalli)

  • 2006/03/23 16:28:54

    services/mailStore/mailStore.c - added a couple global symbols.

    (ccontavalli)

  • 2006/03/23 16:28:54

    utils/dscm-dict/dscm-dict.c - modified to use the relay flag. * lib/dscm0/dscm0/dscm-flags.h - same as above. * lib/dscm0/dscm-flags.c - same as above.

    (ccontavalli)

  • 2006/03/12 20:47:56

    patches/spamassassin/pyzor-3.0.2.diff - added patch to fix bug of spamassassin when using pyzor.

    (ccontavalli)

  • 2006/03/12 20:47:56

    services/mailStore/mda/remote/postfix - first attempts at porting the postfix support to the new DSCM sapi.

    (ccontavalli)

  • 2006/03/12 20:47:56

    services/mailStore/mda/remote/smtp.todo - added to remember to create the remote smtp handler.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/dscm-io1/dscm-read.h - replaced by dscm-ctx.h.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/dscm-io1/dscm-stack.h - added, to support centralized stacking of modules.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/dscm-stack.c - common stacking routines to handle modules.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/hdlr/fd.c - started port to new dscm-io1. Still doesn't compile cleanly.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/hdlr/fd.h - same as above.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/IDEAS - updated.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/dscm-io1/dscm-hdlrs.h - modified to conform to new API.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/dscm-read.c - same as above. * lib/dscm-io1/dscm-io1/dscm-io.h - same as above. * lib/dscm-io1/writer/list.c - same as above. * lib/dscm-io1/dscm-write.c - same as above. * lib/dscm-io1/writer/numbers.c - same as above. * lib/dscm-io1/reader/numbers.c - same as above. * lib/dscm-io1/reader/word.c - same as above. * lib/dscm-io1/writer/counters.c - same as above. * lib/dscm-io1/dscm-open.c - same as above. * lib/dscm-io1/reader/string.c - same as above. * lib/dscm-io1/writer/fd.c - same as above. * lib/dscm-io1/reader/allowed.c - same as above. * lib/dscm-io1/dscm-io1/dscm-writer.h - same as above. * lib/dscm-io1/dscm-control.c - same as above. * lib/dscm-io1/dscm-io1/dscm-file.h - same as above. * lib/dscm-io1/dscm-io1/dscm-reader.h - same as above. * lib/dscm-io1/dscm-io1/dscm-types.h - same as above. * lib/dscm-io1/dscm-print.c - same as above. * lib/dscm-io1/dscm-io1/dscm-hdlr.h - same as above. * lib/dscm-io1/writer/string.c - same as above.

    (ccontavalli)

  • 2006/03/12 20:47:56

    doc/libdscmio0/api/api.xml - added a few notes.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/hdlr/stack.c - completed support. It now compiles cleanly and without troubles.

    (ccontavalli)

  • 2006/03/12 20:47:56

    lib/dscm-io1/dscm-io1/dscm-ctx.h - added new primitives to handle contexts. Reading and writing independent.

    (ccontavalli)

  • 2006/03/6 13:22:05

    lib/dscm-io1 - first attempt to the next generation libdscm-io library.

    (ccontavalli)

  • 2006/03/6 13:22:05

    lib/dscm-utils0/dscm-mcache.c - added support for cacheing and recicling memory allocs in a centralized way.

    (ccontavalli)

  • 2006/03/6 13:22:05

    services/mailStore/server/provider/proxy/ - started working on IMAP/POP3 server proxy.

    (ccontavalli)

  • 2006/03/6 13:22:05

    lib/dscm-io0/dscm-io0/dscm-buffer.h - just modified a couple comments here and there.

    (ccontavalli)

  • 2006/02/26 18:01:02

    doc/mailstore - added documentation about the mail storage mechanism of PigeonDeliver.

    (ccontavalli)

  • 2006/02/26 18:01:02

    doc/recipes/imappop - added documentation about using IMAP/POP3 services with PigeonDeliver.

    (ccontavalli)

  • 2006/02/26 18:01:02

    services/mailStore/creator/simple/configure.m4 - written simple creator, was in the TODO list. Should be mostly useless, but, hey, ...

    (ccontavalli)

  • 2006/02/26 18:01:02

    services/mailStore/creator/simple/store.c - as above.

    (ccontavalli)

  • 2006/02/26 18:01:02

    TODO - updated to include a couple more points.

    (ccontavalli)

  • 2006/02/26 18:01:02

    examples/configure/configure.debug.linux.postfix.lib - updated to cleanly compile even with recent changes.

    (ccontavalli)

  • 2006/02/26 18:01:02

    doc/recipes/postfix/postfix.xml - a couple corrections.

    (ccontavalli)

  • 2006/02/26 18:01:02

    configure - generated ex-novo, to include the simple creator.

    (ccontavalli)

| Next || Last |
»PigeonAir Home
»PigeonReader
»PigeonAdmin
»Postfix
»Courier
»OpenLDAP
»Masobit Corporation

PigeonDeliver  0.1.8
   
PigeonDeliver  0.1.7
   
PigeonDeliver  0.1.6
   
PigeonDeliver  0.1.5
   
PigeonDeliver  0.1.4