Author: mikeDate: 2003-02-18 09:38 UTC To: exim-usersSubject: [Exim] AUTH (don't shoot me...)
Hello
I've got an Exim 3.35.
I have uncommented the auth section in config file:
plain:
driver = plaintext
public_name = PLAIN
server_condition = "${if crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
server_set_id = $1
login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = "${if crypteq{$2}{${extract{1}{:}{${lookup{$1}lsearch{/etc/exim/passwd}{$value}{*:*}}}}}{1}{0}}"
server_set_id = $1
I have created the /etc/exim/passwd file.
And... now what? What do I put in the file? It says 'crypted
passwords in the second column'. Crypted how? Columns separated with
what?
thanks!
mike