Download List

Descripción del Proyecto

Decimail Server is a mail server supporting IMAP
and SMTP that uses a PostgreSQL database to store
messages. Mailboxes are defined using SQL queries,
allowing complex client-independent automatic
message filtering and categorisation. For example
you can partition your messages chronologically,
by correspondent, and by mailing list at the same
time, with each message appearing in several
mailboxes. You can also use PostgreSQL's text indexing
extension for fast keyword searching. Decimail also features anti-spam processing of outgoing messages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-30 16:32 Back to release list
0.12

Esta versión añade tsearch2 indexación de cuerpos de los mensajes que se reciban. A continuación, puede agrupar los mensajes basados en palabras claves que contienen mediante la creación de nuevos buzones de correo en "/ palabras clave". El nombre del nuevo buzón de correo debe ser una expresión tsearch2 consulta que los mensajes deben coincidir.
Tags: Major feature enhancements
This version adds tsearch2 indexing of message
bodies as they are received. You can then group
messages based on keywords that they contain by
creating new mailboxes under "/Keywords". The new
mailbox name should be a tsearch2 query expression
that the messages must match.

Project Resources