Re: exchange server and javamail
Re: exchange server and javamail
- Subject: Re: exchange server and javamail
- From: Theodore Petrosky <email@hidden>
- Date: Wed, 17 Apr 2013 06:33:32 -0700 (PDT)
so I telneted in:
TedMBP:~ asacksadmin$ telnet email.com 25
Trying 10.1.2.225...
Connected to email.com.
Escape character is '^]'.
220 EXCHANGE.internal Microsoft ESMTP MAIL Service ready at Wed, 17 Apr 2013 08:31:18 -0400
EHLO
250-EXCHANGE.internal Hello [10.1.12.93]
250-SIZE 10485760
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-AUTH LOGIN
250-8BITMIME
250-BINARYMIME
250 CHUNKING
so this is saying LOGIN but it is not taking my credentials
also the server has a valid certificate.
here are the errors:
DEBUG SMTP: Found extension "SIZE", arg "104857600"
DEBUG SMTP: Found extension "PIPELINING", arg ""
DEBUG SMTP: Found extension "DSN", arg ""
DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
DEBUG SMTP: Found extension "STARTTLS", arg ""
DEBUG SMTP: Found extension "AUTH", arg ""
DEBUG SMTP: Found extension "8BITMIME", arg ""
DEBUG SMTP: Found extension "BINARYMIME", arg ""
DEBUG SMTP: Found extension "CHUNKING", arg ""
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 PLAIN not supported by server
DEBUG SMTP: mechanism DIGEST-MD5 not supported by server
DEBUG SMTP: mechanism NTLM not supported by server
Apr 17 09:08:55 ASPOColorGridD2W[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 mechansims supported by both server and client
i am getting really lost!!!!
--- On Wed, 4/17/13, Þór Sigurðsson <email@hidden> wrote:
> From: Þór Sigurðsson <email@hidden>
> Subject: Re: exchange server and javamail
> To: "Theodore Petrosky" <email@hidden>
> Cc: "WebObjects Development" <email@hidden>
> Date: Wednesday, April 17, 2013, 4:10 AM
>
> 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 Microsoft ESMTP MAIL Service
> ready at Wed, 17 Apr 2013 08:03:00 +0000
> * EHLO
> - 250-mail.yourdomain.tld Hello
> [aaa.bbb.ccc.yyy]
>
> <-- your IP address
> - 250-SIZE <-- capability
> - 250-AUTH NTLM <--
> Authentication capability - THIS IS WHAT YOU'RE LOOKING FOR
> .
> .
> .
> - 250 XSHADOW
> * quit
> - 221 2.0.0 Service closing transmission channel
> - Connection closed by foreign host
> - yourmachine:~ you$
>
> Now.. modify your config to try only those that are
> enabled.
>
> Remember that if it has "250-STARTTLS" (you configured it
> for encryption) you must have a certificate on your server
> with valid credentials, _or_ you if you have a self-signed
> cert, you must import the CA into your certificate
> keychain.
>
> /Þór
>
> On 16.4.2013, at 15: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 mechanisms: LOGIN PLAIN DIGEST-MD5
> NTLM
> > DEBUG SMTP: mechanism LOGIN not supported by server
> > DEBUG SMTP: mechanism PLAIN not supported by server
> > DEBUG SMTP: mechanism DIGEST-MD5 not supported by
> server
> > DEBUG SMTP: mechanism NTLM not supported by server
> > _______________________________________________
> > Do not post admin requests to the list. They will be
> ignored.
> > Webobjects-dev mailing list (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> >
> > This email sent to email@hidden
>
>
> ________________________________
>
> Fyrirvari á tölvupósti / e-mail disclaimer
> http://us.is/fyrirvari
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden