From owner-freebsd-questions@freebsd.org Mon Nov 14 07:07:42 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E0B4C4059A for ; Mon, 14 Nov 2016 07:07:42 +0000 (UTC) (envelope-from fquest@paz.bz) Received: from mail.qcislands.net (mail.qcislands.net [23.235.65.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3758A1836 for ; Mon, 14 Nov 2016 07:07:41 +0000 (UTC) (envelope-from fquest@paz.bz) Received: from 254-68-235-23.qcislands.net ([23.235.68.254] helo=[192.168.1.131]) by mail.qcislands.net with esmtp (Exim 4.87) (envelope-from ) id 1c6BIF-000AC5-4c; Sun, 13 Nov 2016 23:03:03 -0800 To: "freebsd-questions@freebsd.org" From: Jim Pazarena Subject: dovecot / tcp-wrappers / FBSD 10.3 Message-ID: <2908f453-b0de-87ca-e527-5519cd96db35@paz.bz> Date: Sun, 13 Nov 2016 23:02:55 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-local_scan: locally submitted (54) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 07:07:42 -0000 Can anyone share the proper config to get wrappers working in dovecot ? The dovecot examples do not seem to work, and I thought perhaps FBSD needs slightly different configs. I've compiled with: -DHAVE_LIBWRAP which I presume is the first step. The example for dovecot.conf in uncommenting: login_access_sockets = tcpwrap merely causes a log error of "imap-login: Error: connect(tcpwrap) failed: No such file or directory" Suggestions/Direction much appreciated.