diff options
| author | Matt Rude | 2012-02-19 11:21:51 (CST) |
|---|---|---|
| committer | Matt Rude | 2012-02-19 11:21:51 (CST) |
| commit | 953c8dd799a2d9668a25bc837ee1e8109ed7c0d2 (patch) | |
| tree | 6fb2ab611bd4e01fe5031fbf6c4c1a5fba357afa | |
| parent | 953e721a6bf4ea29f4932518dfcff90a0ddafd1f (diff) | |
| download | postfixliteadmin-master.zip postfixliteadmin-master.tar.gz postfixliteadmin-master.tar.bz2 | |
| -rw-r--r-- | README.md (renamed from README) | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,13 +1,17 @@ -PostfixLiteAdmin is a small project built to allow an administrator to manage a Postfix, SQLite email server threw a simple web interface. This project is similer to the PostfixAdmin (http://postfixadmin.sourceforge.net/) but allows for SQLite support. +**PostfixLiteAdmin** is a small project built to allow an administrator to manage a Postfix, SQLite email server threw a simple web interface. This project is similer to the PostfixAdmin (http://postfixadmin.sourceforge.net/) but allows for SQLite support. Currently PostfixLiteAdmin is an alpha state and is not recommended for production use. -REQUIREMENTS +Requirements +------------ + * Postfix (2.0+) with SQLite compiled in (http://postfix.org/) * SQLite version 3+ (http://sqlite.org/) * PHP version 5+ (http://php.net/) * IMAP server with SQLite support (optional) -LICENSE +License +------- + PostfixLiteAdmin is free software; you may redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation (http://www.fsf.org/). |
