1+-------------------------------------------------+
2               smtpscan version @VERSION@
3+-------------------------------------------------+
4
5To install :
6
7  1) Check whether you have the perl module Net::DNS installed on your
8     system :
9         # perl -MNet::DNS -e ''
10     If the module cannot be located, install it. Net::DNS is included in
11     the smtpscan distribution. To install it, just make :
12         # tar zxvf Net-DNS-0.29.tar.gz
13         # cd Net-DNS-0.29
14         # perl Makefile.PL
15         # make
16         # make install
17  2) modify variable DESTDIR in the configure script to setup the install
18     destination directory (default '/usr/local')
19  2) run configure
20  3) That's all
21
22