summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorMatt Rude2012-02-19 11:21:51 (CST)
committer Matt Rude2012-02-19 11:21:51 (CST)
commit953c8dd799a2d9668a25bc837ee1e8109ed7c0d2 (patch)
tree6fb2ab611bd4e01fe5031fbf6c4c1a5fba357afa
parent953e721a6bf4ea29f4932518dfcff90a0ddafd1f (diff)
downloadpostfixliteadmin-master.zip
postfixliteadmin-master.tar.gz
postfixliteadmin-master.tar.bz2
Changing the README file to markdown formatHEADmaster
-rw-r--r--README.md (renamed from README)10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README.md
index 21c4761..184ea0c 100644
--- a/README
+++ b/README.md
@@ -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/).