You ened the extra colons. The :: translates to a :. And the single : is a
separator, so whats up is that Outlook Express wants a prompt set of:
Username:
Password:
With server prompts = "User Name : Password", you get these prompts:
User Name
Password
Not what outlook express wants.
On Wed, 24 Oct 2001, Frank Elsner wrote:
> On Wed, 24 Oct 2001 10:10:59 +0200 "Johannes M. Posel" wrote:
> > Dear Exim users,
> >
> > I'm running Exim 3.33, which works rather fine. The only problem I
> > have is with users running Outlook Express, any version. They canot
> > authenticate to Exim, while they could to the former server, who was
> > running Postfix.
> >
> > This is what I set up in Exim, and MD5 auth works, whereas LOGIN
> > doesnt.
> >
> > fixed_plain:
> > driver = plaintext
> > public_name = PLAIN
> > server_condition = \
> > ${if and {{eq{$2}{gci}}{eq{$3}{xxxxxx}}}{yes}{no}}
> > server_set_id = $2
> >
> > fixed_login:
> > driver = plaintext
> > public_name = LOGIN
> > server_prompts = "User Name : Password"
>
> In my config the associated line reads
>
> server_prompts = "Username:: : Password::"
>
> and my users have not reported any trouble with Outlook Express so far.
>
>
> Regards _______________________________________________________________
> Frank Elsner / c/o Technische Universitaet Berlin |
> ____________/ ZRZ, Sekr. E-N 50 |
> | Einsteinufer 17 |
> |Voice: +49 30 314 23897 D-10587 Berlin |
> |SMTP : Elsner@??? Germany ________________________|
> |____________________________________________________| Und das ist auch gut so
>
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>