summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2017-11-11 08:46:16 -0400
committerDavid Bremner <bremner@debian.org>2017-11-11 08:46:16 -0400
commitddd3f417602bdd5fd55b741900f9450402c6ad02 (patch)
tree541c8e8e99eff11f58504975dc782d7ee931598b /INSTALL
Import nullmailer_2.1.orig.tar.gz
[dgit import orig nullmailer_2.1.orig.tar.gz]
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