Re: Outlook wont work with secure Password

2003-01-10 Thread Ken Murchison


David Brandt wrote:
 
  
   Hi,
   i have big problems getting outlook working with Secure password
 (dunno
   how its called in english) turned on.
   The only Problem is that outlook sends AUTH \r\n instead of AUTH\r\n
   (note the space).
   The Cyrus POP3 then says Syntax error.
   Any help?
 
  The AUTH command expects the SASL mechanism to follow the AUTH command,
  ie AUTH NTLM\r\n
 
  Check RFC 1734.  In any case if you're trying to use the checkbox in
  Outlook that I think you are, you'll have to have the user's passord in
  /etc/sasldb.
 
 Hey, its outlook ;)
 
 If there wouldn be a space at the end the popd would echo all mechs it
 knows.
 Outlook tries to do this, i dont know why.
 
 AUTH
 +OK List of supported mechanisms follows
 NTLM
 DIGEST-MD5
 CRAM-MD5
 .

Even though Outlook is using the OLD way of SASL mechanism discovery AND
doing it incorrectly, here is a patch:

http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/pop3d.c.diff?r1=1.130r2=1.131

-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp



Re: Outlook wont work with secure Password

2003-01-10 Thread David Brandt
Okay now, I capitulate, no chance to get against Outlooks straight
incompatibility... NO WAY
It works now, basicly, BUT outlooks asks each time I start outlook for the
User/Password/Domain, then i give him User/Password EXACTLY as it is in the
properties and it works until i restart outlook... Thats to much for me.


 thanks anyway =)

   -
David 'esi' Brandt - wakka.de staff
[EMAIL PROTECTED] - irc://irc.wakka.de/#wakka - icq:13272332
http://www.wakka.de Get your wheep



- Original Message -
From: Ken Murchison [EMAIL PROTECTED]
To: David Brandt [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, January 10, 2003 10:58 PM
Subject: Re: Outlook wont work with secure Password




 David Brandt wrote:
 
   
Hi,
i have big problems getting outlook working with Secure password
  (dunno
how its called in english) turned on.
The only Problem is that outlook sends AUTH \r\n instead of
AUTH\r\n
(note the space).
The Cyrus POP3 then says Syntax error.
Any help?
  
   The AUTH command expects the SASL mechanism to follow the AUTH
command,
   ie AUTH NTLM\r\n
  
   Check RFC 1734.  In any case if you're trying to use the checkbox in
   Outlook that I think you are, you'll have to have the user's passord
in
   /etc/sasldb.
 
  Hey, its outlook ;)
 
  If there wouldn be a space at the end the popd would echo all mechs it
  knows.
  Outlook tries to do this, i dont know why.
 
  AUTH
  +OK List of supported mechanisms follows
  NTLM
  DIGEST-MD5
  CRAM-MD5
  .

 Even though Outlook is using the OLD way of SASL mechanism discovery AND
 doing it incorrectly, here is a patch:


http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/pop3d.c.dif
f?r1=1.130r2=1.131

 --
 Kenneth Murchison Oceana Matrix Ltd.
 Software Engineer 21 Princeton Place
 716-662-8973 x26  Orchard Park, NY 14127
 --PGP Public Key--http://www.oceana.com/~ken/ksm.pgp





Re: Outlook wont work with secure Password

2003-01-10 Thread Ken Murchison


David Brandt wrote:
 
 Okay now, I capitulate, no chance to get against Outlooks straight
 incompatibility... NO WAY
 It works now, basicly, BUT outlooks asks each time I start outlook for the
 User/Password/Domain, then i give him User/Password EXACTLY as it is in the
 properties and it works until i restart outlook... Thats to much for me.


I tested the fix with Outlook Express using NTLM and it worked fine.



 - Original Message -
 From: Ken Murchison [EMAIL PROTECTED]
 To: David Brandt [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, January 10, 2003 10:58 PM
 Subject: Re: Outlook wont work with secure Password
 
 
 
  David Brandt wrote:
  

 Hi,
 i have big problems getting outlook working with Secure password
   (dunno
 how its called in english) turned on.
 The only Problem is that outlook sends AUTH \r\n instead of
 AUTH\r\n
 (note the space).
 The Cyrus POP3 then says Syntax error.
 Any help?
   
The AUTH command expects the SASL mechanism to follow the AUTH
 command,
ie AUTH NTLM\r\n
   
Check RFC 1734.  In any case if you're trying to use the checkbox in
Outlook that I think you are, you'll have to have the user's passord
 in
/etc/sasldb.
  
   Hey, its outlook ;)
  
   If there wouldn be a space at the end the popd would echo all mechs it
   knows.
   Outlook tries to do this, i dont know why.
  
   AUTH
   +OK List of supported mechanisms follows
   NTLM
   DIGEST-MD5
   CRAM-MD5
   .
 
  Even though Outlook is using the OLD way of SASL mechanism discovery AND
  doing it incorrectly, here is a patch:
 
 
 http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/pop3d.c.dif
 f?r1=1.130r2=1.131
 
  --
  Kenneth Murchison Oceana Matrix Ltd.
  Software Engineer 21 Princeton Place
  716-662-8973 x26  Orchard Park, NY 14127
  --PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
 

-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp



Outlook wont work with secure Password

2003-01-09 Thread David Brandt
Hi,
i have big problems getting outlook working with Secure password (dunno
how its called in english) turned on.
The only Problem is that outlook sends AUTH \r\n instead of AUTH\r\n
(note the space).
The Cyrus POP3 then says Syntax error.
Any help?

 thanx

   -
David 'esi' Brandt - wakka.de staff
[EMAIL PROTECTED] - irc://irc.wakka.de/#wakka - icq:13272332
http://www.wakka.de Get your wheep







Re: Outlook wont work with secure Password

2003-01-09 Thread Ken Murchison


David Brandt wrote:
 
 Hi,
 i have big problems getting outlook working with Secure password (dunno
 how its called in english) turned on.
 The only Problem is that outlook sends AUTH \r\n instead of AUTH\r\n
 (note the space).
 The Cyrus POP3 then says Syntax error.
 Any help?

The AUTH command expects the SASL mechanism to follow the AUTH command,
ie AUTH NTLM\r\n

Check RFC 1734.  In any case if you're trying to use the checkbox in
Outlook that I think you are, you'll have to have the user's passord in
/etc/sasldb.

-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp