Exchange 5.5 vs Oracle e-mail Server

Why Oracle recommends to replace Microsoft Exchange with its email server?
Thank you,
Sonya

I have to say, although the Oracle mail server may be more scalable in terms of performance, the user interface of various components is not really suited to large numbers of users. We have found it necessary to create our own interfaces for doing things like distribution list maintenance and folder management (within webmail).
One issue we are starting to face now is that when selecting a user in many of the webmail screens, it either displays their UID value or mailbox name. This doesn't really work when you have thousands of users spread across hundreds of sites, and many people with the same name. Although their UIDs and email addressed are unique, it is difficult to determine if you have the correct person selected. In Exchange you generally see the display name of the person, which can be a combination of their name and depertment if required.
This is a shame, becuase the underlying architecture lends itself to being extremely configurable, but is let down by the user interface.

Similar Messages

  • What is AOL... IMAP, POP or Exchange and what is its incoming mail server??

    My subject speaks for its self... What is AOL... IMAP, POP or Exchange and what is its incoming mail server?? SOMEONE PLEASE HELP ME!!!
    iBook G4   Mac OS X (10.4.2)   I need help

    H Scott!
    Here's a utility that you may also be interested in.
    LINK: AOL Services Assistant
    AOL Services Assistant description
    The AOL Service Assistant enables you to set up the following Apple applications to work with the AOL service:
    • Mail - The AOL Service Assistant makes it easy to configure Mac OS X Mail to send and receive AOL mail. If you've used the existing AOL for Mac OS X product, you can also import your incoming and outgoing messages from your Personal Filing Cabinet into Mail.
    • iChat - You can now easily set up iChat to work with your Screen Name.
    • Address Book - Using the AOL Service Assistant, you can now easily import your AOL Address Book contacts into your Mac OS X Address Book without bringing in duplicate entries.
    • Safari - AOL Service Assistant enables you to import your Favorite Places into a folder in the Safari Bookmarks Bar.
    Good Luck!
    ali b

  • Querying Exchange 2013 Mail server for email items using c# and Exchange Web Services

    I am trying to upgrade an existing application that reads Exchange 2003 using WebDAV. The mail server is to be upgraded to Exchange 2013, so I am checking how I can use EWS.
    I have a problem in that although I know the inbox has unread items with attachments, the query I am running against the
    FindItems object is returning empty (results.totalCount=0)
    Here is my code snippet:
    private static void GetAttachments(ExchangeService service)
    // Return a single item.
    ItemView view = new ItemView(100);
    ServicePointManager.ServerCertificateValidationCallback = CertificateValidationCallBack;
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2);// .Exchange2007_SP1);
    service.UseDefaultCredentials = true;
    service.AutodiscoverUrl("[email protected]", RedirectionUrlValidationCallback);
    ItemView view = new ItemView(1);
    string querystring = "HasAttachments:true Subject:'ATTACHMENT TEST' Kind:email";
    // Find the first email message in the Inbox that has attachments.
    // This results in a FindItem operation call to EWS.
    FindItemsResults<Item> results = service.FindItems(WellKnownFolderName.Inbox, querystring, view);
    //FindItemsResults<Item> results = service.FindItems(WellKnownFolderName.Inbox, new ItemView(50));
    if (results.TotalCount > 0)
    // looping through all the emails
    for (Int16 iDx = 0; iDx < results.TotalCount-1; iDx++)
    EmailMessage email = results.Items[iDx] as EmailMessage;
    if (email.IsRead == false) {
    // Request all the attachments on the email message. This results in a GetItem operation call to EWS.
    email.Load(new PropertySet(EmailMessageSchema.Attachments));
    foreach (Attachment attachment in email.Attachments)
    if (attachment is FileAttachment)
    FileAttachment fileAttachment = attachment as FileAttachment;
    What I am supposed to be doing is reading all the unread emails in the target inbox (only one Exchange server) and taking the attachments on disk so I can then add them as attachments as new cases on SalesForce.
    Where am I going wrong?
    Also, this line:
    ItemView view = new ItemView(100);
    was:
    ItemView view = new ItemView(1);
    Surely that will only look for one email item, right?

    thanks, do you know why I would be getting an error message like 'The specified object was not found in the store'
    here is my code:
    ServicePointManager.ServerCertificateValidationCallback = CertificateValidationCallBack;
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2);// .Exchange2007_SP1);
    service.Url = new Uri("https://sgexc.bocuk.local/EWS/Exchange.asmx");
    //creates an object that will represent the desired mailbox
    Mailbox mb = new Mailbox(@"[email protected]");
    //creates a folder object that will point to inbox folder
    FolderId fid = new FolderId(WellKnownFolderName.Inbox, mb);
    //this will bind the mailbox you're looking for using your service instance
    Folder inbox = Folder.Bind(service, fid);
    FindItemsResults<Item> findResults = service.FindItems(new FolderId(WellKnownFolderName.Inbox, new Mailbox("[email protected]")),new ItemView(10));
    it's happening on this line:
    Folder inbox = Folder.Bind(service, fid);
    and if I try to use AutoDiscoverURL then I just see my own inbox.

  • Options of fetching mails from mail server into PI and also from oracle system

    hi All,
    Pls extend your help in looking out the possiblity of fetching mails from mail server into SAP PI
    and also from oracle system into PI ,earliest help would be appreciated.
    and also the types of sources for both the scenarios.
    Regards
    Vidya Sagar Manda

    Hi Vidya,
    you can use the email adapter to read/pick up email from mail box.
    and use JDBC adapter to read data from table of any database. Please refer the links given to your old thread
    Fetch Mails From MailServer using PI and integrate the message into BPM
    regards,
    Harish

  • Our company have just upgraded to iOS 6 and the majority of the users are now receiving the following error 'Cannot Get Mail – Server error. Contact your server administrator' when accessing ms exchange this never happened on iOS 5 can anyone help

    Our company have just upgraded to iOS 6 and the majority of the users are now receiving the following error 'Cannot Get Mail – Server error. Contact your server administrator' when accessing ms exchange this never happened on iOS 5 can anyone help

    Have you tried deleting the account and re-adding it on the phone?
    What version of Exchange server are you running?

  • Exchange: Can send/receive mails from/to every mail server except for Gmail...

    Hello
    I am having the same issue as the user here:
    http://social.technet.microsoft.com/Forums/en-US/3c1e874a-e18a-4b01-ad5e-477acc266ebc/exchange-2013-everything-works-except-outgoing-emails-to-gmail?forum=exchangesvrsecuremessaging
    Same error message... I can send to every mail server around the world except for gmail I get the following error:
    Remote Server at gmail.com (2a00:1450:4001:c02::13) returned '400 4.4.7 Message delayed'
    28.01.2014 12:42:14 - Remote Server at gmail.com (2a00:1450:4001:c02::13) returned '441 4.4.1 Error encountered while communicating with primary target IP address: "Failed to connect. Winsock error code: 10051, Win32 error code: 10051." Attempted
    failover to alternate host, but that did not succeed. Either there are no alternate hosts, or delivery failed to all alternate hosts. The last endpoint attempted was 2a00:1450:4001:c02::13:25'
    What can be the reason?
    Thanks
    James

    Hello,
    The error means the network is unreachable. We need more information to analyze the reason.
    Please use nslookup command line tool to check if DNS MX record of gmail is correct.
    Please use telnet command line tool to check if you get same error.
    Please check if your server ip address is in blacklist by the link:
    http://mxtoolbox.com/blacklists.aspx (Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software
    or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.)
    Besides, please use get-sendconnector | fl cmdlet to check your send connector configuration.
    If you have any feedback on our support, please click here
    Cara Chen
    TechNet Community Support

  • Virtual Mail Server (Exchange 2007)

    G'day,
    I have 10.5.4 server running on a 1.66GHz Core Duo MacMini. I'm desperate to have a push mail server running and I'm about to go ahead with this design. Just wanted to see what you guys thought about it first.
    10.5.4 server as the primary system
    VMWare Fusion emulating 2003 Enterprise Server R2 with 2003 Exchange Server SP1
    Could have all the files locally based on the server and the beauty of virtual environment is that I can simply reboot to previously saved settings if anything is to go pair shaped.
    Let me know what you think.

    Actually I was thinking of doing the same thing, but with my PowerMac G5 Dual 1.8Ghz, 2GB Ram, 34GB Raptor 10K boot volume, and 150G Data store.
    Does Apple's Leo Server have push cal/mail/contacts? I desperately need a simple setup as well for our office, and currently run a test Server 2008 environment running Exchange 2007, but its overly bloated and so many configuration options.
    Thanks!

  • Integartion of Lotus Mail server and Oracle

    Need to know about integration between Lotus mail server (R5) and Apps server can be worked out.
    Also, we would like to know how we can integrate Oracle Alerts with Lotus R5 server.

    Check the mail client account setup per this Microsoft discussion; basically, if you're not already doing so, use the "Other" choice when setting up the client account within this client.

  • Migrating From Exchange To OSX Mail Server Question

    I'm switching my small business to a Mac based office from Windows. I'm thinking about OSX Server (or Snow Leopard Server when it comes out). I'm comfortable with everything about it, but not being much of an IT person, I have a question about the Mail Server.
    We have 7 employees. Each will have his own email account. We will also have one "group" email account that we will all need to access. On my current Exchange server, it's no problem. I haven't read anything about the Mac Servers that allows this from ALL the clients. Can this be done with the Mac servers and if so, where can I read about it?
    I will also need to be able to manage the server remotely. I assume there's no problem with that, yes?
    Sorry for what may seem to be naive questions, but this whole point is to be able to get rid of the PC crap and all the complications that come with it. Thank you in advance for your help.

    You can set Access Control Lists on mailboxes allowing other users to have access to them. So, your Group email account would be an eighth user per se, and the other seven users would see this user's Inbox in their folder list.
    Note that there is no GUI for doing this. You either need to use the command line tools to configure this or a third party GUI tool called SirAdmin.
    Yes, OS X Server can be managed remotely, using a variety of tools ranging in complexity and power. It is UNIX after all

  • Is it possible to access the data on iphone through exchange mail server?

    Hi all,
    By accident I ve pressed 'wipe this device" on my company email that my iphone was connected to. So they deleted all data on my iphone and I had to restore through itunes. My question is this?
    1. Is it possible to restore my iphone prior to "wiping out"?
    2. Is it possible that microsoft's exhange mail cannot only delete all data from my iphone but also copy them?
    Thanks
    ieroklis

    Thanks for your answer,
    It appears I ve lost 1 month of data as the last backup was 1 month ago.
    Do you know if the company through the exchange mail server can also copy all my data (personal emails, photos, videos etc) that I had on my iphone? or they can just delete them remotely? Is apple protecting all iphone users from this sort of invasions?
    Thanks

  • Where I can find the logs in Exchange that I can check or see if our mail server accepted the emails from a certain domain.

    Good day, I would like to know where I can find the logs in Exchange that I can check or see if our mail server accepted the emails from a certain domain. The problem is we can receive emails
    from other domains like yahoo,gmail etc but from a specific domain we cannot receive emails from them. I checked the whitelist of our Exchange and that domain is currently listed. 

    As suggested above, Message tracking is your option to get these reports into your environment.
    To gather more information about, you may walk through this informative technet resource :
    https://technet.microsoft.com/en-us/library/bb124926%28v=exchg.150%29.aspx
    Here is another :
    https://technet.microsoft.com/en-us/library/bb124375%28v=exchg.150%29.aspx
    Moreover, if you wish to find this report into real time, you may consider on this automated solution (http://www.exchangereports.net/) that could be a good alternative approach for you.

  • TMS and Exchange Mail server

    Does TMS support a MS Exchange Server for email services?                 

    TMS supports SMTP relay to send information concerning TMS related events.  Specifically:
    "Mail server access: Cisco TMS requires access to an SMTP server to be able to send email. Your company's existing mail servers can be used for this. Note that Cisco TMS supports SMTP Auth login for authentication if required."
    found in the Cisco TMS Install Guide 13.2 at
    http://www.cisco.com/en/US/docs/telepresence/infrastructure/tms/install_guide/Cisco_TMS_install_guide_13-2.pdf
    There is a separate provisioning application that allows TMS and Exchange cross synchronization of calendar events called TMSXE.
    more information on the TMSXE provisioning extension functions can be found at
    http://www.cisco.com/en/US/docs/telepresence/infrastructure/tmsxe/admin_guide/Cisco_TMSXE_admin_guide_3-0.pdf
    - Scott

  • Oracle User Messaging Service unable to connect to Mail server through SSL

    Hi,
    I have a SOA server setup with User Messaging Service, with email driver installed. I set it up to connect to an SMTP server over SSL.
    Using the user messaging sample app from samplecode.oracle.com, I encountered the following error:
    javax.mail.MessagingException: Exception reading response; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    After doing some research, I copied the cert from the Mail server and put in in the JDK keystore (jdk\jre\lib\security\cacert) using keytool -importcert command. Then I did configure the SOA server to use that keystore. However I still encountered the above mentioned exception.
    Anyone has encountered and solve the problem?
    Appreciate any pointers :)
    yee thian

    Hi,
    SAP support suggested to check the following notes:
    827958 - Javascript Errors in IC WebClient, Messaging does not work
    871851 and 872720 - JRE version
    828884 - SAM (Simple ABAP messaging)
    844929
    924443
    927566
    927567
    Regards,
    Bruno Mikio

  • Dpm 2012 email notification using a non-exchange smtp mail server

    Has anyone successfully been able to configure DPM 2012 to send email notifications to a standard SMTP mail server (NON-EXCHANGE)?

    Hi Happy,
    I try with IIS6 SMTP server with Anonymous Access.
    From DPM side, settings for "Authentificated SMTP Server: Username/password" :
    1- Leave blank =>ID 2013 : logon failure : unknow user name or bad password.
    2- DPMServerName\UserAccount => Works :)
    Network trace with Wireshark :
    1- Nothing => Most likely blocked by DPM console : Authentificated SMTP Server must be fill.
    2- See full SMTP connection, mail send.
    Could you do network trace to see what's happen ?
    Stephane
    Please remember to click “Mark as Answer” on the post that helps you. This posting is provided "AS IS" with no warranties. knowledge is valid only if it is shared by All.
    My DPM blog Yet Another DPM Blog

  • My macbook air cannot sync with my office microsoft exchange 2010 mail server

    My macbook air cannot sync with my office microsoft exchange 2010 mail server.
    It used to work perfectly, and then I lost connection and was never able to establish one. I re-istalled my e-mail account several times, no success.

    I am sure all of you got your email issues sorted out by now but i was having trouble settings up exchange email on my Iphone 5S, and the problem i found was to go to settings, icloud, then log into icloud with your apple id first (before setting up the exchange email).  Once i logged into my icloud account on my Phone 5S, the exchange server email starting working and synching right away.
    to confirm this worked, i even deleted my email account and deleted my Icloud accounts both from my iphone was able to simulated the same exact problem (exchange server would not sync with my Iphone 5S) until i logged back into my Icloud account on my 5S.
    Again once i logged into Icloud, the exchange server issues went completely away.
    Just wanted to post this so anyone else having the issue could see.

Maybe you are looking for