• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H03-Aug-2020-2619

config/H03-Aug-2020-14,70311,394

contrib/H03-Aug-2020-2,5071,832

debian/H07-May-2022-6,4375,443

doc/H03-Aug-2020-807493

docker/etc/H03-Aug-2020-44184

jenkins/H03-Aug-2020-269191

m4/H03-Aug-2020-8,6347,773

man/H03-May-2022-744619

sql/H03-Aug-2020-5,9704,962

src/H03-May-2022-47,67933,157

systemd/H03-Aug-2020-660527

test/H03-Aug-2020-37,51434,898

test-scripts/H03-May-2022-6,4405,524

.gitignoreH A D03-Aug-2020929 5954

.travis.ymlH A D03-Aug-202078 64

AUTHORSH A D03-Aug-2020237 76

CHANGELOG.mdH A D03-Aug-20202.3 KiB5845

COPYINGH A D03-Aug-202018.3 KiB356292

ChangeLogH A D03-Aug-202016 11

DockerfileH A D03-Aug-2020721 2418

INSTALLH A D03-Aug-202011.1 KiB299220

Makefile.amH A D03-Aug-2020115 128

Makefile.inH A D03-Aug-202025.7 KiB841745

READMEH A D03-Aug-20202.7 KiB9666

README.mdH A D03-Aug-20202.7 KiB9666

THANKSH A D03-Aug-20201.7 KiB4438

UPGRADINGH A D03-Aug-20204.4 KiB147112

acinclude.m4H A D03-May-202219.1 KiB607529

aclocal.m4H A D03-Aug-202046.8 KiB1,3111,188

config.inH A D03-Aug-20203.8 KiB156108

configureH A D03-Aug-2020478.4 KiB16,68413,883

configure.acH A D03-Aug-20202.3 KiB9479

dbmail.confH A D03-Aug-202011.3 KiB46476

dbmail.cronH A D03-Aug-2020133 94

dbmail.logrotateH A D03-Aug-2020278 1513

dbmail.schemaH A D03-Aug-20202.9 KiB8568

dbmail.sysconfigH A D03-Aug-202062 32

README

1
2[![Build Status](https://travis-ci.org/dbmail/dbmail.svg?branch=master)](https://travis-ci.org/dbmail/dbmail)
3
4>
5>   (c) 2014-2019 Paul J Stevens, The Netherlands, support@nfg.nl
6>
7>   (c) 2004-2014 NFG Net Facilities Group BV, The Netherlands, support@nfg.nl
8>
9>   (c) 2000-2005 IC&S, The Netherlands
10>
11
12What is it?
13===========
14
15DBMail is a collection of programs that enables email to be stored in and
16retrieved from a database.
17
18Read the INSTALL file for installation of DBMail.
19
20Why is it useful?
21==================
22
23- it enables you to create mailboxes without the need of systemusers.
24
25- Email is more effeciently stored and therefore it can be inserted an retrieved much faster dan any
26  regular system (DBMail is currently able to retrieve aprox. 250 mail messages per second)
27
28- It's scalable. You can run the dbmail programs on different servers talking to the same
29  database(cluster). LDAP integration allows you to integrate with existing authentication
30  backends, such as ActiveDirectory.
31
32- There's no need to maintain system users or write access to the filesystem. All this
33  is done through the database.
34
35
36Who created it?
37===============
38
39DBMail was originally created by IC&S in the Netherlands.
40
41Around 2003, Paul Stevens at NFG also joined the development team, initially to provide debian
42packaging, later to take over development of the 2.1 release. Aaron Stone also deserves special
43thanks for initiating the LDAP driver, maintaining the delivery chain and of course sieve support.
44
45DBMail is now a community effort to create a fast, effecient and scalable database driven
46mailingsystem. Both IC&S and NFG are fully behind opensource and the GPL. Therefore DBMail has the
47GPL licence.
48
49Paul provides commercial support for this product. For more information about this you can send an
50email to support@nfg.nl.
51
52How do i install it?
53====================
54
55Check the different README files and the wiki pages on dbmail.org for detailed
56information and howtos.
57
58Future
59======
60
61Check the website for further DBMail plans.
62
63What kind of licence is DBMail?
64===============================
65
66DBMail uses the GPL version 2 licence.
67
68It's included in the COPYING file.
69
70
71Installation Procedure
72======================
73
74Dependencies
75------------
76
77* Database: MySQL 5.0 or better, PostgreSQL 8.3+, Sqlite3, Oracle
78* Glib: (>= 2.16.0)
79* GMime: (>= 2.6.20)
80* OpenSSL
81* libmhash
82* libzdb (http://www.tildeslash.com/libzdb/)
83* libevent: (>= 2.0.21)
84* Optional: libsieve (>= 2.2.1) (https://github.com/sodabrew/libsieve)
85* Optional: jemalloc
86
87Installing
88----------
89* Download DBMail package
90* Install dependencies (some provided from your linux distribution and some (libzdb and/or libsieve) need to be compiled
91* ./configure
92* make
93* make install
94
95-------------------------------------------
96

README.md

1
2[![Build Status](https://travis-ci.org/dbmail/dbmail.svg?branch=master)](https://travis-ci.org/dbmail/dbmail)
3
4>
5>   (c) 2014-2019 Paul J Stevens, The Netherlands, support@nfg.nl
6>
7>   (c) 2004-2014 NFG Net Facilities Group BV, The Netherlands, support@nfg.nl
8>
9>   (c) 2000-2005 IC&S, The Netherlands
10>
11
12What is it?
13===========
14
15DBMail is a collection of programs that enables email to be stored in and
16retrieved from a database.
17
18Read the INSTALL file for installation of DBMail.
19
20Why is it useful?
21==================
22
23- it enables you to create mailboxes without the need of systemusers.
24
25- Email is more effeciently stored and therefore it can be inserted an retrieved much faster dan any
26  regular system (DBMail is currently able to retrieve aprox. 250 mail messages per second)
27
28- It's scalable. You can run the dbmail programs on different servers talking to the same
29  database(cluster). LDAP integration allows you to integrate with existing authentication
30  backends, such as ActiveDirectory.
31
32- There's no need to maintain system users or write access to the filesystem. All this
33  is done through the database.
34
35
36Who created it?
37===============
38
39DBMail was originally created by IC&S in the Netherlands.
40
41Around 2003, Paul Stevens at NFG also joined the development team, initially to provide debian
42packaging, later to take over development of the 2.1 release. Aaron Stone also deserves special
43thanks for initiating the LDAP driver, maintaining the delivery chain and of course sieve support.
44
45DBMail is now a community effort to create a fast, effecient and scalable database driven
46mailingsystem. Both IC&S and NFG are fully behind opensource and the GPL. Therefore DBMail has the
47GPL licence.
48
49Paul provides commercial support for this product. For more information about this you can send an
50email to support@nfg.nl.
51
52How do i install it?
53====================
54
55Check the different README files and the wiki pages on dbmail.org for detailed
56information and howtos.
57
58Future
59======
60
61Check the website for further DBMail plans.
62
63What kind of licence is DBMail?
64===============================
65
66DBMail uses the GPL version 2 licence.
67
68It's included in the COPYING file.
69
70
71Installation Procedure
72======================
73
74Dependencies
75------------
76
77* Database: MySQL 5.0 or better, PostgreSQL 8.3+, Sqlite3, Oracle
78* Glib: (>= 2.16.0)
79* GMime: (>= 2.6.20)
80* OpenSSL
81* libmhash
82* libzdb (http://www.tildeslash.com/libzdb/)
83* libevent: (>= 2.0.21)
84* Optional: libsieve (>= 2.2.1) (https://github.com/sodabrew/libsieve)
85* Optional: jemalloc
86
87Installing
88----------
89* Download DBMail package
90* Install dependencies (some provided from your linux distribution and some (libzdb and/or libsieve) need to be compiled
91* ./configure
92* make
93* make install
94
95-------------------------------------------
96