From: Joerg Dorchain Date: Sun, 26 Aug 2012 08:10:28 +0000 (+0200) Subject: Add TCP wrapper support X-Git-Tag: archive/raspbian/1%2.3.21.1+dfsg1-1+rpi1^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be1ca809e46ba6c75def9bbcec2cdfee7a49ffc9;p=dovecot.git Add TCP wrapper support Bug: #685850 Configuration file for TCP wrapper support. Gbp-Pq: Name tcpwrapper.patch --- diff --git a/doc/example-config/conf.d/10-tcpwrapper.conf b/doc/example-config/conf.d/10-tcpwrapper.conf new file mode 100644 index 0000000..b237d96 --- /dev/null +++ b/doc/example-config/conf.d/10-tcpwrapper.conf @@ -0,0 +1,14 @@ +# 10-tcpwrapper.conf +# +# service name for hosts.{allow|deny} are those defined as +# inet_listener in master.conf +# +#login_access_sockets = tcpwrap +# +#service tcpwrap { +# unix_listener login/tcpwrap { +# group = $default_login_user +# mode = 0600 +# user = $default_login_user +# } +#} diff --git a/doc/example-config/conf.d/Makefile.am b/doc/example-config/conf.d/Makefile.am index 1950fd5..b78c21a 100644 --- a/doc/example-config/conf.d/Makefile.am +++ b/doc/example-config/conf.d/Makefile.am @@ -18,6 +18,7 @@ example_DATA = \ 10-master.conf \ 10-metrics.conf \ 10-ssl.conf \ + 10-tcpwrapper.conf \ 15-lda.conf \ 15-mailboxes.conf \ 20-imap.conf \