Author: Luca Bertoncello Date: To: Exim-Users ML Subject: [exim] Using crypted Password for authentication
Hi, all!
I currently use a DB with the user's password without encryption to
authenticate the users with Exim.
I'd like to encrypt these passwords, but I don't know how can I write my
authenticators...
Actually I wrote something like this:
# PLAIN-Authentifizierung
fixed_plain:
driver = plaintext
public_name = PLAIN
server_condition = ${lookup mysql{SELECT passwd FROM account WHERE
accountname='$2' AND virtual = 'f'} {${if eq{$value}{$3}{yes}{no}}}{no}}
server_set_id = $2