]> git.ipfire.org Git - people/ms/dma.git/commitdiff
README: elaborate, use markdown
authorSimon Schubert <2@0x2c.org>
Tue, 15 Nov 2011 22:59:59 +0000 (23:59 +0100)
committerSimon Schubert <2@0x2c.org>
Tue, 15 Nov 2011 22:59:59 +0000 (23:59 +0100)
README [deleted file]
README.markdown [new file with mode: 0644]

diff --git a/README b/README
deleted file mode 100644 (file)
index 24646d2..0000000
--- a/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Installation
-============
-
-chown root:mail /usr/libexec/dma
-chmod 2555 /usr/libexec/dma
-mkdir /var/spool/dma
-chown root:mail /var/spool/dma
-chmod 2775 /var/spool/dma
-chown root:mail /var/mail
-chmod 2775 /var/mail
-chgrp mail /var/mail/*
-chmod 620 /var/mail/*
diff --git a/README.markdown b/README.markdown
new file mode 100644 (file)
index 0000000..ef6a795
--- /dev/null
@@ -0,0 +1,30 @@
+dma -- DragonFly Mail Agent
+===========================
+
+dma is a small Mail Transport Agent (MTA), designed for home and
+office use.  It accepts mails from locally installed Mail User Agents (MUA)
+and delivers the mails either locally or to a remote destination.
+Remote delivery includes several features like TLS/SSL support and
+SMTP authentication.
+
+dma is not intended as a replacement for real, big MTAs like sendmail(8)
+or postfix(1).  Consequently, dma does not listen on port 25 for
+incoming connections.
+
+
+Building
+--------
+
+       make
+
+
+Installation
+------------
+
+       make install sendmail-link mailq-link install-spool-dirs
+
+
+Contact
+-------
+
+Simon Schubert <2@0x2c.org>