From: Daniel E. W. <yg...@co...> - 2002-09-18 01:24:22
|
I want to make a mail server, using Unix based utilities. I want to use a MySQL database to authenticate the mail users so that they have no shell level login on the machine. I want authenticated SMTP, and for that, given the rest of it, I am told I need pam-mysql. I tried it and it gripes about not finding libraries for "-lcrypt" Is this the Unix crypt function like in the section 3 man pages ? ------ CRYPT(3) System Library Functions Manual CRYPT(3) NAME crypt, setkey, encrypt, des_setkey, des_cipher, - DES encryption SYNOPSIS #include <unistd.h> char *crypt(const char *key, const char *setting); ------- -- ------------------------------------------------------------------------ Dan White ------------------------------------------------------------------------ "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us." Calvin (Bill Watterson) |