Displaying 1 result from an estimated 1 matches for "authtest_passdb".
2009 Dec 02
3
Light "bug" in authtest, sockets path
Hi to all!
I?ve changed position to client auth socket to enable postfix authentication. The socket is now created in /var/spool/postfix/private/auth.
authtest do not catch up the change. Reading source I?ve seen that path to auth sockets is written explicitly in function authtest_passdb in util/authtest.c to:
if (auth_socket_path == NULL)
auth_socket_path = PKG_RUNDIR"/auth-client?;
I know I can launch authtest specifing path to socket, but I think it would be better if authtest would parse dovecot.conf and find out where sockets are. I?ve tried to code it by my...