On Wednesday 20 August 2003 18.16, Francesco wrote: > Hello, > > i have running in the same machine QMAIL/Vpopmail (with POP3 > server, too!), and Squid-Cache running on. > > Well, i would like my users to be authenticated against the POP3 > Server, using their username/password to suft the Internet. > > Is there a POP3 authenticator nearby??
I do not think there is a POP3 based authenticator published, but it quite trivial to write one. Squid sends "username <space> password <newline>" to it's authentication helpers. POP3 expects "USER <space> <username> <newline>" "PASS <space> <password> <newline>". Squid wants OK/ERR back from the helper, one per user line sent. -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
