summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..ff2d928
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,20 @@
+To build and install nullmailer, run:
+
+ sh autogen.sh
+ ./configure
+ make
+ sudo make install install-root
+
+(Running autogen.sh is optional for release packages)
+
+To enable SSL/TLS support, add "--enable-tls" to the configure command
+line above.
+
+The default installation expects that a user and group "nullmail" have
+already been set up. The install steps will create all appropriate
+configuration and queue directories, and change their ownership as needed.
+
+You may set the installation directory and other parameters by options
+to ./configure. To see them, run:
+
+ ./configure --help