Hi, i got an addendum. Libwrap use is actually documented in the wiki at http://wiki2.dovecot.org/LoginProcess (group = $default_login_user does not work)
I complied dovecot successfully by just adding --with-libwrap to
the configure options.
However, a config file like the one below, with some comments
would probably help
# 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
}
}
This is in works-for-me state now ;-)
Bye,
Joerg
signature.asc
Description: Digital signature

