This is a discussion on Exim PAM Auth within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi group, i'm searching working config examples for Exim MTA with PAM. And/or good Documentation. How can i find ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi group, i'm searching working config examples for Exim MTA with PAM. And/or good Documentation. How can i find out if my exim 3.35 is compiled with pam support? How can i turn on debug info for my log-files? Thanks a lot in advance for any good link or tip to get this workin! Kind regards, Ralf ----auth part exim.conf-------------------- login: driver = plaintext public_name = LOGIN server_prompts = "Username:: : Password::" #server_condition = "${if pam{$1:$2}{1}{0}}" server_condition = ${if pam{$1:${sg{$2}{:}{::}}}{yes}{no}} server_set_id = $1 end ------------------------------------------------- --------/etc/pam.d/exim (self created)----------- auth required pam_unix_auth.so account required pam_unix_acct.so password required pam_unix_passwd.so session required pam_unix_session.so ---------------------------------------------------------- -------test------------ exim -bh 127.0.0.1 .... ehlo test 250-mx-04-obdf.smt.de Hello localhost [127.0.0.1] 250-SIZE 250-PIPELINING 250-AUTH PLAIN LOGIN 250 HELP auth login AHRlc3QAdGVzdCE= >>> login authenticator: >>> $1 = >>> $2 = test >>> $3 = test! >>> expanded string: no 535 Incorrect authentication data LOG: Authentication failed for localhost (test) [127.0.0.1]: 535 Incorrect authentication data ------------------------------------- |
| Thread Tools | |
| Display Modes | |
|
|