summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorilja <ilja@7b491191-dbf0-0310-aff6-d879d4d69008>2004-12-03 14:34:10 +0000
committerilja <ilja@7b491191-dbf0-0310-aff6-d879d4d69008>2004-12-03 14:34:10 +0000
commit1c0b9c7c6b55bc09b6eb077c42874cc2ae855e97 (patch)
treea3f062100980e52a1d939febc77b1bc9cb0de70c /README
parent140689879114e2c9b057f6bbdaba735c3f5acba4 (diff)
2004-12-03 Ilja Booij <ilja@ic-s.nl>
* lib/iniparser-2.14: directory added. Added Makefile.am in lib/ lib/iniparser-2.14 and lib/iniparser-2.14/src to include it in the build process. * config.c: changed ReadConfig() to config_read() and GetConfigValue() to config_get_value(). These functions now use the code in the iniparser library to do their job, which simplifies parsing of the ini-file a *lot*. * dbmail.h: changed prototypes for config_read() (was ReadConfig()) and config_get_value() (was GetConfigValue()). * forward.c, imapd.c, lmtpd.c, main.c, maintenance.c, pipe.c, pop3d.c, rfcmsg.c, sievecmd.c, timsieved.c, user.c, auth/authldap.c, sort/sort.c: changed calls to config_read() and config_get_value(). * auth/authsql.c(auth_get_deliver_from_alias): fixed a return value (-1 was returned instead of NULL). * README: updated * AUTHORS: updated git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1494 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 3eaa2004..f4b9f08e 100644
--- a/README
+++ b/README
@@ -11,9 +11,9 @@ Read the INSTALL file for installation of DBMail.
Read the EXTRAS file about extra features of DBMail.
-Why is it usefull?
+Why is it useful?
==================
-Well, for me it's usefull because a number of reasons.
+Well, for me it's useful because a number of reasons.
- it enables me to create mailboxes without the need of systemusers.
- mail is more effeciently stored and therefore it can
be inserted an retrieved much faster dan any regular system
@@ -64,7 +64,6 @@ Check the INSTALL file.
Future
======
-- shared folders in imap
- more database drivers
- GUI's
@@ -77,6 +76,9 @@ The + is that i would like to know how stuff is working out. So
If you have DBMail running and you have like 1002919183 users,
i would want to know (to bragg about it ;).
+We use the iniparser library for parsing the dbmail.conf file.
+This library is included in the DBMail source tree. The license
+for iniparser is located at lib/iniparser-2.14/LICENSE.
The rest of the licence is described below:
-------------------------------------------