On Thu, 25 Nov 1999 16:56:16 +0100 (CET), Gabor Gludovatz wrote:
>I want to do smtp auth with real usernames and passwords. How can I look
>up and check the user in the password/shadow file? I compiled exim with
>pam support, I think I have to do it with pam but how? I didn't find
>anything in spec.txt.
You just have to configure PAM for exim (this should be explained in your
Linux-PAM documentation...). Just create a file /etc/pam.d/exim which should
look like this:
auth required pam_unix_auth.so
account required pam_unix_acct.so
or maybe
auth required pam_pwdb.so
account required pam_pwdb.so
bye, Christof
--
Don't hate yourself in the morning... sleep until noon!