Polling email from MS Exchange

Hi everybody,
I read old discussion about this problem on this area but no complete resolution to the problem...but maybe in the meantime someone had resolded the problem.
I need to read emails from an MS Exchange account using OSB email transport.
I have selected the Email transport propriety to Pop3 and SSL Required.
I can connect to the mail server but I do not see any polling.
Any suggestions will be appreciated.
Thanks.
Fairlie

Ok, I can see the log now.
I get this error:
com.bea.wli.sb.transports.TransportException: Error occured for the service endpoint ProxyService$Inbound_Email_Connector_Service$proxy$MFLMailtoAddCustomer: javax.mail.MessagingException: Connect failed;
  nested exception is:
  javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
javax.mail.MessagingException: Connect failed;
  nested exception is:
  javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:161)
  at javax.mail.Service.connect(Service.java:288)
  at com.bea.wli.sb.transports.email.util.MailInbox.<init>(MailInbox.java:49)
  at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
  at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:662)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523)
  at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:830)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1170)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:785)
  at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  at java.io.DataInputStream.readLine(DataInputStream.java:496)
  at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:360)
  at com.sun.mail.pop3.Protocol.<init>(Protocol.java:104)
  at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:214)
  at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:157)
  ... 12 more
  at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:113)
  at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  Truncated. see log file for complete stacktrace
Caused By: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523)
  at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:830)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1170)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:785)
  Truncated. see log file for complete stacktrace
>
<21-Nov-2013 13:16:35 o'clock CET> <Error> <WliSbTransports> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$Inbound_Email_Connector_Service$proxy$MFLMailtoAddCustomer: com.bea.wli.sb.transports.TransportException: Error occured for the service endpoint ProxyService$Inbound_Email_Connector_Service$proxy$MFLMailtoAddCustomer: javax.mail.MessagingException: Connect failed;
  nested exception is:
  javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
javax.mail.MessagingException: Connect failed;
  nested exception is:
  javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:161)
  at javax.mail.Service.connect(Service.java:288)
  at com.bea.wli.sb.transports.email.util.MailInbox.<init>(MailInbox.java:49)
  at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
  at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:662)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523)
  at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:830)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1170)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:785)
  at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  at java.io.DataInputStream.readLine(DataInputStream.java:496)
  at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:360)
  at com.sun.mail.pop3.Protocol.<init>(Protocol.java:104)
  at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:214)
  at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:157)
  ... 12 more
com.bea.wli.sb.transports.TransportException: Error occured for the service endpoint ProxyService$Inbound_Email_Connector_Service$proxy$MFLMailtoAddCustomer: javax.mail.MessagingException: Connect failed;
  nested exception is:
  javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
javax.mail.MessagingException: Connect failed;
  nested exception is:
  javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:161)
  at javax.mail.Service.connect(Service.java:288)
  at com.bea.wli.sb.transports.email.util.MailInbox.<init>(MailInbox.java:49)
  at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
  at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:662)
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523)
  at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:830)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1170)
  at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:785)
  at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
  at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  at java.io.DataInputStream.readLine(DataInputStream.java:496)
  at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:360)
  at com.sun.mail.pop3.Protocol.<init>(Protocol.java:104)
  at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:214)
  at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:157)
  ... 12 more
  at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:113)
  at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  Truncated. see log file for complete stacktrace

Similar Messages

  • My husband has retrieved emails from my exchange email account. I deleted them from the trash bin. How is he doing this?

    My husband has retrieved emails from my exchange email account. I deleted them from the trash bin. How is he doing this?

    shannon284 wrote:
    My husband has retrieved emails from my exchange email account. I deleted them from the trash bin. How is he doing this?
    OK, let's come back to the original issue; how are deleted messages retrievable?
    First, is the account set up as an Exchange account or a POP account? I'll assume it's Exchange. If it were POP the answer is obvious.
    If it's an Exchange account are you deleting the messages from the phone or from some other computer? If you are deleting them from another computer they will not be removed from the Trash folder on the phone until the phone next syncs AND the Trash folder is opened. But this will take time. You can force the Trash folder to sync in near real time by going into Settings/Mail,Contacts,Calendars, tap on the Exchange account, tap on Mail Folders to Push and check "Deleted Items". Note that doing this will result in increased data usage and reduced battery life.
    If I haven't described the situation tell me what assumptions I made that are incorrect.

  • Config OES/sendmail to forward email from/to Exchange Server

    Hi
    I have installed an OES on a Red Hat ES 3.
    But on my network i have a Exchange Server that send/receive all emails. And i cannot change here nothing(company rules). Now what i need to do? I need to config the Linux sendmail to relay on the Exchange Server(the exchange is now configured relay on Linux) to forward the emails that i need.
    I only need this to one email account e.g [email protected] The Oracle Email Server is running, but i need to config the Linux to forward the email to the Exchange Server, and go to outside. Also i need that receiving an email to [email protected] that my Linux receive this email from the Exchange Server.
    I have configured the sendmail.cf like Oracle says on the Administrator’s Guide manual. I have add the ip and name of the Exchange on /etc/mail/access to relay. But still i cant send emails outside. If i test the sendmail -v testuser, and all says ok. I have tested telnet domain 25, and all went ok.
    I think the only problem is forward the oes to exchange to forward outside
    Any help
    Many thanks
    Thank you
    Jail

    Hi andreas
    Yes i also think that it maybe resolved by an alias and forwarding
    Th COM is the domain in the OES is the com default. Is this domain that you referring?
    The company domain that is in the OES(e.g xpto.com) is the same that is in the Exchange. Do you think this will be a problem? Must i create one like oes.xpto.com? To work with the OES?
    I have created a relay on the access file, but is this ok? Or must i need change anything else? Mean while i will check that url
    And yes i can connect to the Exchange on port 25 from the RH
    Since i have several user/account created on the OES, the only think that i did not understand yet is how can they receive any email?
    The fax@domain was a example. But i can collect all outside emails from that account and with some rules forward to any other OES account? I think this is possible? Or this is the hard way to configure the OES?
    Thank You
    Jail

  • How to read emails from Microsoft Exchange Server

    I have microsoft exchange server and I want to read emails from microsoft exchange server. There is no POP3 server. So is it possible?
    If it is possible to read emails from microsoft exchange server then please give me some idea.
    Thanks
    Santanu

    santanu wrote:
    Hi,
    My company is using Microsoft exchange server.
    IMPA and POP3 has been disabled, but my requirement is I wan to read email.Then ask the administrator of the server to enable IMAP. If you have a valid business requirement to do that, there would be no reason for the administrator to refuse.

  • I am unable to open some emails from an exchange server.

    Since I updated to iOS7 I have been unable to download most emails from a work exchange server. In most cases it appears to be downloading the message yet nothig appears after a lenghty wait.

    A reset of the device is a good first step:
    Hold the home button + the lock button for about 10-12 seconds until the Apple logo appears.  You will not lose any data or current settings.
    If you have already done this and it didn't resolve the issue, try remove the email accound and then re-add it.

  • Remove time range email from entire exchange 2013 organization

    Hi,
    Anyone can help me with this:
    1. Show oldest email in Exchange 2013 organization
    2. Delete time range email from entire 2013 organization (EJ: from 01/01/2000 to 01/01/2013)
    Thanks in advance

    Hello,
    For 2:
    Use search-mailbox: http://technet.microsoft.com/en-us/library/dd298173(v=exchg.150).aspx with -deletecontent parameter. Your account should have Discovery Management and Mailbox Import Export permissiins to perform multi-mailbox searches.

  • How to stop Deleting email from work exchange when deleting of iphone

    I have an iPad and iPhone 5 and would like to be able to delete work related exchange email from either device without deleting the email from my work station. My previous phone [Blackberry] allowed me to chose to delete only on the phone or both. Is this possible on either Apple device?

    You don't. That's the way Exchange Active Sync works. It fully synchronizes the two.
    The Blackberry allowed you to do that because all of your Exchange e-mail was actually going through another server before it ever got to your phone. Blackberry uses a middleman server (for lack of a better term) to handle communication. Your BB was never actually communicating directly with your Exchange server.

  • Cannot send to Distribution Group emails from outside exchange

    Hi,
    I have created several emails linked to distribution groups in Exchange 2007.  When i email to these groups from an email hosted on the server the email goes through just fine.  When I try to send to these emails from an external email address (one from  hotmail or  yahoo) the email is never received and I never get a message back saying anything went wrong. I am able to receive email to all normal user accounts.  I know it was possible in Exchange 2003 to have group emails receive email from outside sources, as I used several group emails as logins at various forums, and received updates from them. 
    Am I missing some point of the setup?  I have all domains open to be received from, hence why I can receive to my normal user email address.  Any help would be apprecaited.
    Thanks

    Hello Scotty,
    When you create any distribution list with Exchange Management Console - EMC or Exchange management Shell - EMS in 2007 by default Sender Authentication is Enabled to prevent unwanted messages from spam and from outside domain, this is by default in design...
    You need to disable it to get email from outside.
    From EMC: Recipient Configuration -> Distribution Groups -> Select a group -> Properties -> Mail Flow Settings -> Message Delivery Restrictions -> Properties -> Untick “Require that all senders are authenticated”
    From EMS: Distribution List not getting mails from outside - NDR 5.1.1

  • I receive emails from an exchange account and from Yahoo the exchange acoount emails stay on my ipad ok but the BTyahoo ones disapear after about 1 hour. Can someone advise on how to stop yhis happening.

    I am having problems with my ipad. I receive emails from 2 seperate accounts one exchange account and the other from BTyahoo.
    The exchange account emails stay on the ipad but the btyahoo ones disapear after about 1 hour can anyone help.

    To follow-up with this issue:
    I ended up performing a security wipe on my device. The security wipe finished, and I was about to reconnect with Exchange when I decided to visit our host's web site to see if they had any articles covering the issues I was experiencing. While they didn't have anything specific, I did find a step-by-step guide to connecting a BB10 device to Exchange... and right there at the end, it said "Do NOT enable memo sync."
    I contacted support, and the rep told me that OS 10 has an issue with memo sync and it can cause all sorts of unpredictable behavior. Now, whether or not this is accurate I can say this: So far, the device is not disconnecting and reconnecting like it was before. Problem is, is this a result of not enabling memo sync, or is this a result of the security wipe?
    I may have overlooked it, but I don't recall reading anything about that anywhere else. I'm tempted to try re-enabling the memo sync to see if everything blows up again. At least that way I can see for myself if the memo sync is a real issue. Of course, perhaps it's an issue with SherWeb (our host) specifically. Hm...
    Anyway, for those that were interested, and for those that may come along in the future with a similar situation, the strange behavior that I first reported is no longer happening. I just don't know if it was a result of a security wipe or a result of not enabling memo sync with Exchange.
    Ian

  • I cannot retrieve email from company exchange?

    I am trying to retreieve my email from my company, I have no problem connecting using IOS7 on both my iPad and iPhone but cannot connect from my iMac or Macbook Pro? I have spoken with our IT deprt but still no joy, however, I downloaded TouchDown (Beta) from NitroDesk yesterday and believe it or not I downloaded all my mail on my desktop! Happy days you might think...yes to a degree but as it is still in beta it is very limited, but my question is, how come this email client can connect but Apple Mail or Outlook cannot? Same settings...

    Well TouchDown is ceratinly downloading all my mail okay, but like I said previously it is still in beta and is quite limited. I was hoping someone was aware of maybe another email client that would also work like TouchDown but with better features...
    I will have another chat with our IT department next week but to be honest its very political at our company so I am not going to hold my breath. Thanks for the replies thus far.

  • How to poll emails from a SMTP server

    Hi, It seems all the examples I found were to construct/send emails to SMTP server. How to build a module to retrieve emails from a SMTP server and then extract the info? I checked the javax.mail.Transport
    class and could not find method such as getMail or getMessage. Thanks,

    Close but so far... ;)
    You'll want to check out the rest of the [url http://java.sun.com/products/javamail/javadocs/index.html] JavaMail API classes . In particular take a look at the Store and Folder classes.
    One last thing - here's a really good [url http://java.sun.com/developer/onlineTraining/JavaMail/] tutorial  that may help.
    &#8734; brewman &#8734;

  • How do you recover a deleted email from an Exchange account

    Is there a way to recover an email message that was accidently deleted from the Inbox while using my iPhone?    The email account is an Exchange account, however I cannot find the message on the server after making the mistake.

    If you navigate to your Trash folder the message should be there ... if not then perhaps this is a setting on your particular account (the Exchange server side, not the iPhone). On my Exchange account for work I can go to the Trash folder and not only find a deleted message, but move it back to my Inbox (or any other folder).

  • Using alias for sending email from Microsoft Exchange

    Hi there, 
    I have Exchange 2010 server installed.
    There are 5 domains hosted on this server.
    I can receive mail if sent fo email@domain1, @domain2 etc...
    I cannot send mail using email@domain2 , it always goes out as @domain1
    How can I resolve this issue ?
    many thanks for any help

    Long standing question as to how to choose the sending domain name as (be default) must be a default set. You can change the default in ESM, but I am guessing you want to allow senders to choose on the fly.
    Since there are multiple ways of accomplishing this do an internet search on the following:
    exchange 2010 multiple domains ability choose sending address
    This is probably the best single explanation:
    http://www.slipstick.com/exchange/exchange-server-secondary-email-addresses/
    and let us know if you have further questions.
    Larry Struckmeyer[MVP] If your question is answered please mark the response as the answer so that others can benefit.

  • Blackberry Curve 8330 Email Help (MS Exchange)

    I am currnetly working on the Blackberry Curve 8330. I need to configure this phone to work with Microsoft Exchange. I need to somehow access the advanced settings of the phone so i can put in the IP address of the Server, so i can receive emails from the Exchange.
    If anybody had any ideas please let me know.
    Thanks
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    If you are attempting to configure it for BES, then I suggest seeing your BES admins as they control the activation process.
    If you are attempting to use your firm's internet-facing OWA and use BIS, then use these instructions:
    KB03133 How to associate a Microsoft Outlook Web Access email account with a BlackBerry Internet Service account
    If you have some other configuration, please let us know what it is so that we can guide you better.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I have an iPhone 4 and I am wondering how I remove emails from the "All Mail" .  I have over 8,000 emails and want to free up storage but it will take forever to delete them 1 at a time!  Help!

    Is there a way to remove emails from the Exchange Account "All Mail"?  I have over 8 thousand emails and want to clear them out.  It looks as though I have to delete them one by one!

    Since it's an Exchange account, it sounds like the way to do this would be to remove them using a computer.

Maybe you are looking for