FreeBSD / dovecot 2.2.27 / libwrap
I have compiled dovecot2 for FreeBSD with the tcpwrap option.
A tcpwrap binary gets built and resides in the FreeBSD directory /usr/local/libexec/dovecot
an examination of the compiled options (using the FreeBSD pkg install dovecot2) confirms: LIBWRAP : on
yet, when I adjust dovecot.conf with: login_access_sockets = tcpwrap
I get the following logged error message:
20161229 17:02:49 imap-login: Error: connect(tcpwrap) failed: No such file or directory
Is there any way to turn up some super logging so that I can find just what dovecot feels is the failure ?
Or, does anyone have an idea how to figure this out? What little hair I have is rapidly getting pulled out in frustration!
Thank you.
-- Jim Pazarena dovecot@paz.bz
login_access_sockets = tcpwrap
service tcpwrap { unix_listener login/tcpwrap { group = $default_login_user mode = 0600 user = $default_login_user } }
On Thu, Dec 29, 2016 at 7:21 PM, Jim Pazarena dovecot@paz.bz wrote:
I have compiled dovecot2 for FreeBSD with the tcpwrap option.
A tcpwrap binary gets built and resides in the FreeBSD directory /usr/local/libexec/dovecot
an examination of the compiled options (using the FreeBSD pkg install dovecot2) confirms: LIBWRAP : on
yet, when I adjust dovecot.conf with: login_access_sockets = tcpwrap
I get the following logged error message:
20161229 17:02:49 imap-login: Error: connect(tcpwrap) failed: No such file or directory
Is there any way to turn up some super logging so that I can find just what dovecot feels is the failure ?
Or, does anyone have an idea how to figure this out? What little hair I have is rapidly getting pulled out in frustration!
Thank you.
-- Jim Pazarena dovecot@paz.bz
-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larryrtx@gmail.com US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281
participants (2)
-
Jim Pazarena
-
Larry Rosenman