Download List

프로젝트 설명

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-09-20 16:55
0.15

이 릴리스의 수정은 0.14 %에서 부러진 IMAP를 IDLE 확장. 쓰레드가 제대로 종료되지 문제가 해결되었습니다.
Tags: Minor bugfixes
This release fixes the IMAP IDLE extension, which
was broken in 0.14. An issue with threads not
terminating properly was resolved.

2007-09-03 23:00
0.14

이 버전의 수정 프로그램은 똥개와 함께 작업을 방해했다 동안 메일 수신을 무한 루프로 이어질 수있는 데몬에 버그 몇 가지. 또한, 참조, 그리고 많은 데이터베이스에 쿼리를 단순화하는 단일 '받는 사람'표와 숨은 참조 주소를 세 개의 데이터베이스 테이블을 대체합니다.
Tags: Minor bugfixes
This version fixes a couple of bugs in the daemons that had prevented operation with mutt and could lead to infinite loops while receiving mail. It also replaces the three database tables for to, cc, and bcc addresses with a single 'recipients' table, which simplifies many database queries.

2007-02-15 02:52
0.13

더 나은 지원을 위해 다중 사용자 환경 설정보기 지금은 할 때 사용자가 IMAP 서버 로그, 단지 사용자의 메시지에 대한 데이터베이스를 축소 만들어집니다. 쿼리를 누른 다음 사서함 이러한 견해의 관점에서 작성됩니다.
Tags: Minor feature enhancements
To better support multi-user environments, a set of views is now created when a user logs in to the IMAP server, narrowing the database to just that user's messages. The mailbox queries are then written in terms of these views.

2007-01-30 16:32
0.12

이 버전은 메시지 본문의 색인 tsearch2들이 접수를 추가합니다. 그런 다음 그룹에 메시지를 그들이 "아래에 새 사서함을 생성하여 포함하는 키워드를 기반으로 수 / 키워드". 새 사서함 이름을 tsearch2 쿼리 표현식 메시지가 일치해야한다.
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.

2007-01-10 21:14
0.11

이 릴리스와 "블랙홀"스팸 사서함을 메일링리스트를 지원하는 작업을 프레임 워크를 사용합니다. 임의로 할당된 안티 - 스팸 메일 주소를 지금 기록을 다시 후속 메시지를 동일한받는 데 사용되는. 아시아 '진짜 이름이 지금 그렇게 그들은 자동으로 제공 될 수있습니다 조성 완료 메시지가 기록됩니다. 내부, 새 데이터베이스 인터페이스있습니다 약간의 성능을 향상시킵니다.
Tags: Major feature enhancements
This release uses the actions framework to support
mailing lists and
"black hole" spam mailboxes. Randomly-allocated
anti-spam addresses are
now recorded and re-used in subsequent messages to
the same recipient.
Correspondents' real names are now recorded so
that they can be offered
for auto-completion in message composition.
Internally, a new database
interface may slightly improve performance.

Project Resources