aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-06-17 16:46:13 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-06-17 16:46:13 +0300
commit6fa210d16195ba4448648e171bb053d3b49fa095 (patch)
tree0700b62bfd5e5716ebf6e1313ec01b4cfb0c1d3b /README
parentc3a3d811d674b7fac0355253a5bd4c481e687a83 (diff)
downloadmockmta-master.tar.gz
mockmta-master.tar.bz2
Listen on arbitrary IP address/port. Use tcp-wrappers.HEADmaster
* README: Update. * configure.ac: New option --with-tcp-wrappers * mockmta.1: Document changes. * mockmta.c (port): Replace with portstr. (sockaddr_str, address_parse): New functions. (tcpwrap_access): New function. (mta_open): Take struct addrinfo * as argument. (thr_mta_listener): Verify connection using TCP wrappers and log the peer's IP address. (main): Likewise (for inetd mode). New option -s. Use syslog if it is given. (version): Report whether libwrap is used.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index da80bc8..f3915b6 100644
--- a/README
+++ b/README
@@ -28,6 +28,17 @@ If you want mockmta to support STARTTLS command, make sure the GnuTLS
library version 3.3.0 or newer is installed on your system and is
reported correctly by pkg-config.
+The configure tool takes a number of options, most of which are described
+in the INSTALL file. Two options are specific to mockmta:
+
+ --without-gnutls
+ Do not build with the GnuTLS library, even if it is available.
+
+ --without-tcp-wrappers
+ Do not build support for TCP wrappers. The use of TCP wrappers is
+ recommended if you plan to use mockmta on IP addresses. other than
+ localhost.
+
* Usage
Mockmta can work both as an inetd-style process (default) and as a

Return to:

Send suggestions and report system problems to the System administrator.