[Exim] outlook express auth fails

トップ ページ
このメッセージを削除
このメッセージに返信
著者: NOC - KP^2
日付:  
To: exim-users
題目: [Exim] outlook express auth fails
    Regular Expressions, what are those? Ok, now that I have established that
I am a newbie with these, I would like to ask for some assistance.

    The only client that I have tested thus far is outlook express 5.5 (Win2k).
Of course it's not working like it should, otherwise there would be no email
:).  I am trying to setup a fixed username and password to allow relaying
from outlook (and express) as well as netscape clients.  Most of the
following was gleaned from the book and this list.  If anyone could point
out any glaring errors, I would appreciate it, or if someone already has
this setup.....


    Like I said, alot (all) of this was copy/merged from other sources.


Here is what I have included in my configure:

host_auth_accept_relay = *

fixed_plain:
driver = plaintext
public_name = PLAIN
server_condition = ${if and {{eq{$2}{ph10}}{eq{$3}{secret}}}{yes}{no}}
server_set_id = $2

fixed_login:
  driver = plaintext
  public_name = LOGIN
  server_prompts = "Username:: : Password::"
  server_condition = \
    ${if and {{eq{$1}{ph10}}{eq{$2}{secret}}}{yes}{no}}
  server_set_id = $1


fixed_cram:
driver = cram_md5
public_name = CRAM-MD5
server_secret = ${if eq{$1}{ph10}{secret}fail}
server_set_id = $1

    And of course, the 550 relay denied error message from the rejectlog
----------------------------------------------------------------------------
--
2001-08-22 18:54:44 refused relay (host) to <XXXXX@???> from
<XXX@???> H=rr-163-52-193.XXXXX.XXXXX.net (XXXdes) [XXX.XXX.XXX.XXX]
----------------------------------------------------------------------------
--


Thanks!
Chris K.