On Tue, 24 Jan 2006, Helio Cavichiolo Jr wrote:

>
> Hi,
>
> I created a program to work with userauth (all functions: auth, add, del,=20
> edit, drop). This program stores things into a mysql table for my=20
> administrative system needs.
> It's working almost perfectly, also authenticating pop users, but smtp=20
> authentication is not calling my program.
> Does smtp authentication work with userauth?
> If yes, is there any trick to make it work?
> If no, are there plans to make it work?
> I need this working so I can use another server to relay messages using smt=
> p=20
> authentication.

Certain authentications, like CRAM-MD5 for example, has not a clear text 
password but an MD5 hash of the password plus other stuff. So you cannot 
fit the usual call-this-external-program-with-user-and-passwd model.


- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to