Displaying 1 result from an estimated 1 matches for "nsict".
Did you mean:
nsect
2003 Nov 04
1
pop3-login process leakage
...sdb = smb
passwd8 is just userdb-passwd.c with a trivial tweak to
truncate presented user names to eight characters.
smb is an shim that delegates authentication to smbclient, to
check passwords against NT domain controllers.
I've placed the source code for these two modules in:
http://www.nsict.org/~clive/misc/dovecot-2003-11-04/
...along with my dovecot.conf, and a file that illustrates the
growth in the number of pop3-login processes over time.
So far as I'm aware, those modules are loaded by the dovecot-auth
process, not the pop3-login processes, and are therefore unlikely
to be t...