Re: FreeBSD / dovecot 2.2.27 / libwrap

2016-12-29 Thread Larry Rosenman
that I can't help with :) Glad I could save some of it (the hair that is). On Thu, Dec 29, 2016 at 7:39 PM, Jim Pazarena wrote: > It works ! > > It was THAT easy ! > > Can you suggest how to replace the hair I pulled out ? :-) > > > > On 2016-12-29 5:27 PM, Larry Rosenman wrote: > >> login_ac

Re: FreeBSD / dovecot 2.2.27 / libwrap

2016-12-29 Thread Jim Pazarena
It works ! It was THAT easy ! Can you suggest how to replace the hair I pulled out ? :-) On 2016-12-29 5:27 PM, Larry Rosenman wrote: login_access_sockets = tcpwrap service tcpwrap { unix_listener login/tcpwrap { group = $default_login_user mode = 0600 user = $default_login

Re: FreeBSD / dovecot 2.2.27 / libwrap

2016-12-29 Thread Larry Rosenman
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 wrote: > I have compiled dovecot2 for FreeBSD with the tcpwrap option. > > A tcpw

FreeBSD / dovecot 2.2.27 / libwrap

2016-12-29 Thread Jim Pazarena
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