Re: exchange server and javamail solved

2013-04-19 Thread Theodore Petrosky
, Þór Sigurðsson wrote: > From: Þór Sigurðsson > Subject: Re: exchange server and javamail > To: "Theodore Petrosky" > Cc: "WebObjects Development" > Date: Wednesday, April 17, 2013, 4:10 AM > > Step 1: Find out authentication method ( lines starting wit

Re: exchange server and javamail

2013-04-17 Thread Theodore Petrosky
[51635] ERROR er.javamail.ERMailSender Page: er.modern.look.pages.ERMODInspectPage - Configuration: EditProject - Unable to connect to SMTP Transport. MessagingException: No authentication mechansims supported by both server and client AuthenticationFailedException: No authentication mechansim

Re: exchange server and javamail

2013-04-17 Thread Þór Sigurðsson
Step 1: Find out authentication method ( lines starting with "-" are from the system, "*" contains your input ) : * yourmachine:~ you$ telnet mail.yourdomain.tld 25 - Trying aaa.bbb.ccc.ddd... - Connected to mail.yourdomain.tld. - Escape character is '^]'. - 220 mail.yourdomain.tld Micros

Re: exchange server and javamail

2013-04-16 Thread Karl Gretton
What port are you using and what security? Karl On 16 Apr 2013, at 08:36, Theodore Petrosky wrote: > does anyone have experience with ERJavaMail and exchange server? I can not > seem to get my app to talk to the exchange server. > > DEBUG SMTP: Attempt to authenticate > DEBUG SMTP: check mech

Re: exchange server and javamail

2013-04-16 Thread Chuck Hill
MS sometimes uses odd mechanisms and changes them. You will need to figure out which version of Exchange it is and then what authentication mechanisms it wants. Chuck On 2013-04-16, at 8:36 AM, Theodore Petrosky wrote: > does anyone have experience with ERJavaMail and exchange server? I can

exchange server and javamail

2013-04-16 Thread Theodore Petrosky
does anyone have experience with ERJavaMail and exchange server? I can not seem to get my app to talk to the exchange server. DEBUG SMTP: Attempt to authenticate DEBUG SMTP: check mechanisms: LOGIN PLAIN DIGEST-MD5 NTLM DEBUG SMTP: mechanism LOGIN not supported by server DEBUG SMTP: mechanism PL