summaryrefslogtreecommitdiff
path: root/INSTALL
blob: ff2d9284a1d162023ca5926f5b599e09a1836523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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