Mirko,

here you have mine:



begin authenticators

fixed_plain:
  driver = plaintext
  public_name = PLAIN
  client_send = ^LOGIN^PASS

fixed_login:
  driver = plaintext
  public_name = LOGIN
  server_prompts = "Username:: : Password::"
  client_send = : LOGIN : PASS

fixed_cram:
  driver = cram_md5
  public_name = CRAM-MD5
  client_name = LOGIN
  client_secret = PASS





Mirko Gräfen wrote:
Hi @all,

i´m looking for the right syntax of the server condition for plain
authenticator.
Until now i authenticated with cram-md5 and user/password in a flat text
file.
The only problem is that outlook xp can´t understand cram-md5. Or does
anyone knows how?
Because of this i have to authenticate against the passwd. But i can´t get
it working.
Where´s my fault?

lookup_plain:
       driver = plaintext
       public_name = PLAIN
       server_condition = ${lookup{$2}passwd{/etc/passwd}{${if
eq{$value}{$3}{yes}{no}}}{no}}
       server_set_id = $2

Thx.


Mirko


        

        
                
___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de



--
## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to