[BSD] SASL+Exim auth

Fehér János aries at mindworks.hu
2004. Feb. 24., K, 18:40:01 CET


Sziasztok!

ASMTP-t szeretnék Cyrus SASL 2.1.x -el, Exim 4.30-al. Az
authenticators directorba ez van benne:

plain:
driver = plaintext
public_name = PLAIN
server_condition = ${if saslauthd{{$2}{$3}}{1}{0}}
server_set_id = $2

login:
driver = plaintext
public_name = LOGIN
server_prompts = "Username:: : Password::"
server_condition = ${if saslauthd{{$1}{$2}}{1}{0}}
server_set_id = $1

login_cram:
driver = cram_md5
public_name = CRAM-MD5
server_secret = ${if saslauthd{{$1}{$2}}{1}{0}}
server_set_id = $1

A saslauthd ilyeneket ír:
saslauthd[256]: do_request      : NULL password received

Az exim logjában pedig ez van:

535 Incorrect authentication data (set_id=xxxxxx)

Mi lehet a gond?

--
 _____  _  ____  ___  _____  ___  ___       _____  .
| | | :|_||  | ||   :| | | ||   ||   ||   ||   __: | Fehér János
| | | || ||    ||   || | | |:   :| --:|---':__   | | -----------------
| ___ ||_||_|__|:___|:_____:|___||   ||   ||_____| | ` vezető fejlesztő
info at mindworks.hu - www.mindworks.hu -  networking : ` ügyvezető



További információk a(z) BSD levelezőlistáról