On Mon, 14 Aug 2006, Philip Hazel wrote: > On Mon, 14 Aug 2006, Christer Jonson wrote: > > > The client authenticator looks like this: > > fixed_login: > > driver = plaintext > > public_name = LOGIN > > client_send = : '[EMAIL PROTECTED]' : 'secretpw' > > I know nothing about Windows, but you probably need > > client_send = [EMAIL PROTECTED] : secretpw > > That is, TWO strings, not three, and no quotes.
No, the first colon is correct, so that the username is sent as a response to the first challenge, not as an initial response. (See the fixed_login client example in the spec.) Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## 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/
