-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting with UPN to shared mailbox #35
Comments
Hi @kevinm90 , Thanks for raising the issue. I don't actually have any experience with Exchange Server 2016, so I can't help with that. Also, you've skipped some steps when creating the new issue:
Thanks, let me know how you go. Kind regards, |
Hi Nick,
the complete config looks like this: folder=Inbox mail.imaps.port=993 So, yes it matches the example for Exchange 2013 (also it works with my personal mailbox)
Yes, with Outlook 2016 it is working perfectly (I configured a manual imap-connection and didn't use the automatic exchange-config-option)
Yes, I also tried another service-user and another shared mailbox. Do I have to escape or encode a character in the username. e.g. the @-sign or the backslash? Regards |
Hi @kevinm90 , Unfortunately I haven't found a solution, and don't have access to a Exchange Server 2016 instance to reproduce the issue. I'll leave this issue open, in the hopes that someone else will be able to help resolve the problem. Kind regards, |
#45 - perhaps this issue will be resolved by implementing EWS2.0 API? |
@kevinm90 what exactly you mean by domain \mailboxname |
@sumit-global I mean the name/ID of the shared mailbox. |
Hi everyone,
I am having issues connecting to a shared mailbox on Exchange Server 2016.
In outlook I can connect via serviceaccount@domain/mailboxname as username (which is the universal principal name approach in Exchange).
Unfortunately this doesn't work in the plugin, I always receive
Error : javax.mail.AuthenticationFailedException: AUTHENTICATE failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:660)
at javax.mail.Service.connect(Service.java:295)
at javax.mail.Service.connect(Service.java:176)
at org.jenkinsci.plugins.pollmailboxtrigger.mail.MailReader.connect(MailReader.java:58)
Server configuration
Jenkins Version: 2.73.2
Plugin Version: 1.026
Any tips here how to resolve this?
Thanks and regards
Kevin
PS: Connection to my normal user-inbox is working without any issues so far
The text was updated successfully, but these errors were encountered: