Error when connecting to IMAP mail server - untrus...

I am using a Nokia N97 with the v21 firmware.
I am connecting to a mail server via IMAP, using the phone's mail client (not mail for exchange). This has previously worked perfectly, however now I cannot update my inbox and view the emails.
When I try to update the inbox, I get a dialogue box that says "Website has sent an untrusted certificate". After choosing "allow permanently", the inbox does not update. The message comes up every time I try to update (even when I've previously chosen "allow permanently".
I can however successfully send emails via the SMTP server using the phone (IMAP for sending is restricted, so have to use SMTP).
Does anyone have any ideas on why this is happening, and how I can solve it? I've also contacted the IT guys for the mail server, as I'm not sure whether the problem lies with the mail server or the phone, or both.

Make sure you are using right security protocol, for IMAP you need to enable TLS/SSL. Go to email settings> Incoming mail > Security.
If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

Similar Messages

  • SSL Error when connecting to the mail server

    Hi,
         i started having a wiered SSL error for some of my users on the mail servers when they connect using their mac machines to the mail server telling its the wrong username and password, but the same username and password works from the hand held devices including ipads and iphones. I checked the syslog and the maillog which is showing no errors regarding this. Althou i started getting this error com.apple.launchd[1] (org.dovecot.fts.update): Throttling respawn: Will start in 10 second for the past 1 week. i am using 10.9.1 Maverics. I can provide all the logs of the server if needed.

    Make sure you are using right security protocol, for IMAP you need to enable TLS/SSL. Go to email settings> Incoming mail > Security.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • Please a program to connect to IMAP mail server

    Hi All,
    I am using the following program to connect to my organization's imap mail server..
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.*;
    public class readm
    public static  void main(String args[]) throws MessagingException
    Properties props =System.getProperties();
    props.put("mail.imap.host","gwes.wide.corp.gwes.com " );
    Session session = Session.getDefaultInstance(props, null);
    session.setDebug(true);
    Store store = session.getStore("imap");
    System.out.println("IMAP");
    store.connect("gwes.wide.corp.gwes.com ", 25 , "user", "password");
    }and get the below exception..
    DEBUG: setDebug: JavaMail version 1.4.1
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
    DEBUG: mail.imap.fetchsize: 16384
    IMAP
    220 gwes.wide.corp.gwes.com  Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at  Sat, 6 Sep 2008 18:07:06 -0400
    Exception in thread "main" javax.mail.MessagingException: 220 gwes.wide.corp.gwes.com  Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at  Sat, 6 Sep 2008 18:07:06 -0400 ;
      nested exception is:
            com.sun.mail.iap.ConnectionException: 220 gwes.wide.corp.gwes.com  Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at  Sat, 6 Sep 2008 18:07:06 -0400
            at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:569)
            at javax.mail.Service.connect(Service.java:288)
            at readm.main(readm.java:16)
    Caused by: com.sun.mail.iap.ConnectionException: 220 gwes.wide.corp.gwes.com  Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at  Sat, 6 Sep 2008 18:07:06 -0400
            at com.sun.mail.imap.protocol.IMAPProtocol.processGreeting(IMAPProtocol.java:230)
            at com.sun.mail.iap.Protocol.<init>(Protocol.java:114)
            at com.sun.mail.imap.protocol.IMAPProtocol.<init>(IMAPProtocol.java:104)
            at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:538)
            ... 2 moreI have posted this already in Java Essentials > Java Programming
    but I have not got any solution there. Please help me to correct this code or else give me a code that you feel work with an imap mail server at all conditions , I am running this code in unix. Any help would be a great one....
    Advance thanks..

    Thankyou for trying to help me...
    bshannon wrote:
    The FAQ has debugging tips for debugging connection problems.
    Did you try them? What happened?Please find in my code.. I have set debuggging(session.setDebug(true);)
    I tried to telnet Here is the output
    telnet gwes.wide.corp.gwes.com 25
    Trying 148.86.36.29...
    Connected to gwes.wide.corp.gwes.com .
    Escape character is '^]'.
    220 gwes.wide.corp.gwes.com  Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at  Thu, 4 Sep 2008 16:53:24 -0400
    quit
    221 2.0.0 gwes.wide.corp.gwes.com  Service closing transmission channel
    Connection closed by foreign host.This means the server accepts conection through port 25. is not it?
    "Conection refused" usually means one of:
    1. There's no IMAP server on that host.
    2. The IMAP server only accepts connections on the secure port.
    3. There's a firewall preventing you from connecting.So when I use the 25 port explicitly, I am not getting any conection refused exception, so I need not analyze for the solution in the lines of connection refused. am I right ?
    Advance Thanks..

  • Iphone 4s does not download emails using imap when connecting to smartermail mail server

    iphone 4s does not download emails using imap when connecting to smartermail v2 mail server.
    when I search - the search results show and i can view the emails, but inbox doesnt download emails - says load more messages x read..
    the folders are displaying ok.
    Smartermail 2 is about 10 years old ( im not upgrading as its working fine other than this issue ) imap is fine with other mail clients.
    has anyone else experienced this?

    Just had the exact same issue on iOS 7, SmarterMail Enterprise 6.8
    https://discussions.apple.com/thread/5462200

  • Error when connecting to MDM Layout Server

    Hi Experts,
    Can any one help ?  I keep getting this runtime error when starting MDM5.5 SP06 Publisher GUI on version 5.5.64.84 to connect local Layout Server:
    Program: c:\Program1\SAPMDM1.5\Layout~1\mdls.exe
    R6025
    - Pure virtual function call
    I have also searched in google related for the above message and I got to know from MS MSDN lib:
    Calling a pure virtual function is a programming error, so you need to find the call to the pure virtual function and rewrite the code so it is not called.
    But I still don't know where I can see the code in this circumstance ? Or any possibilities to fix it ?
    Thanks very much for your help
    Kind regards,
    Wei Dona

    Hi Wei Dona,
    The following are thre links to the installation and sizing guides, there some specificaitons and requirements described in these documents.
    Hope these will help in your case.
    https://websmp203.sap-ag.de/~sapidb/011000358700006267202006E
    https://websmp203.sap-ag.de/~sapidb/011000358700001119842007E
    Best Regards,
    Silpa Chillakuru

  • DTW error when connecting to my local Server

    I am trying to use Data Transfer Workbench to upload data to a new company in my local server.. I am only able to connect with our centralized server and not with the local server in my system.. if i try to connect to my local server, it is showing the following error.
    Based on the previous threads.....I have checked in the license manager, the server is correct only and the encryption key type is static.
    I also tried changing the encryption key to dynamic, then when i login to sap.. it is showing as
    when i give Yes... I get the following error.
    I am not able to move forward... Kindly suggest any way to solve my issue..
    All help will be greatly appreciated.
    Thank You

    Hi San Xu
    Thanks for trying this out..
    The problem here was that.. the particular user did not have the license.. so changed to a user with license and now able to connect with DTW..
    Thank You

  • Error #572 when connecting to smtp mail server

    Hello everybody!
    I think there are a lot of possible problems may appear when using the UTL_SMTP package in different ways.
    Could anybody tell me whether the error message "ORA-29279: 572 a domain name must be specified" has ever been seen and corrected.
    The following message appears when I call
    c:=utl_smtp.open_connection('w.x.y.z',25);
    where w.x.y.z is a correct static IP-address used in my organization which is working when used in Outlook Express, telnet and other programs, but isn't working in Oracle!
    When I pass to this function a not existing domain the error message is "421 Service not available", but if in my occasion the message is different then the domain exists! But what's wrong? Could anybody tell me?
    I haven't seen an answer to my question anywhere! This error message isn't documented at all!

    Well!
    I don't know exactly who is 'another mailer daemon' and how to start 'Collaboration Suite'. Are they some services running in OS?
    But...
    My problem somehow has been corrected. Though I don't know how and when.
    When I looked more close to the error I've seen that there is no more error while trying to connect, but it was at the beginning! I just suppose that the IP-address could be seen from Oracle after I configured e-mail in the Oracle Management Server and specified that IP there. Could it be so?
    Anyway, thank you very much for your help!

  • Error when connecting to Hyperion Planning Server

    Hi All,
    I have created connection to Server for Hyperion Planning in Topology, but when i reverse i am getting error.
    IndexError: index out of range: 1
    When i mentioned port no. 11333 am not getting error but session is in struck in running mode.
    I have already created an Agent when i faced similar issue in running interfaces for Essbase to FlatFile and it was solved.
    Please help me on this issue.
    Thanks,
    Srinivas

    Hi,
    You will definitely need the RMI port of 11333 included otherwise you will get that error.
    Usually you shouldn't have an issue reversing using an agent, then only time I see issues is when it is network related or a firewall issue.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to connect to IMAP mail server using java ?

    Hello Friends,
    I need to include a mailing facility in my application. Now its not the smtp server instead I have to connect to the IMAP server.
    Pls provide your valuable suggestions as to how do I go about this ?
    What API will I need to download ?? As javamail API does not have IMAP package.
    Thank you for your attention.
    Regards

    What API will I need to download ?? As javamail API does not have IMAP package.What gave you that idea? JavaMail does support IMAP.

  • Macs getting -13005 error when connecting to a 2003 server?

    I have a windows 2003 server that is my students file server. I am not an expert at windows by no means. I had a group policy that required users to change thier passwords every 180 days. I have removed this password because the server would not allow the users to change their passwords. I had to reset it for them.
    I am now getting an error of -13005 and does not let the user connect to the server unless I reset thier password. In Active Directory I can right click a user and select "reset password" and check the box that requires the user to reset the password at the next login. This works on a Mac running 10.3.x - 10.4.5
    How do I correct this problem?

    I have resolved this.

  • Error when connecting to MDM from different lan

    Hi,
    I got "Image Server Login Error" when connecting with client to server from different LAN, server is up, and i can connect to it when i in the same LAN. Ports 20003, 20004, 20005 for MDM server discovering and repository port 2345 is accessible through router. Running SP2 5.5.24.06.
    Rem: it's not a port problem, when port 2345 is closed i got "WinSock error on connect"
    PS: When I used MDM SP1 i connected to him properly in the same case.

    Hi Dmitry,
    If your repository is set to port 2345, then 4 subsequent ports should be openned also, i.e. 2346-2349.
    Regards, Lev

  • My email account in Mail.app is IMAP, but when I delete emails, they don't delete from other devices connected to the mail server with IMAP. Deleted mail on other devices delete as normal from the server and thus from other devices as normal.

    MacBook Pro, late 2011 version. Up to date Mountain Lion.
    My email account in the Mail.app is set up as IMAP, but when I delete emails in the Mac Mail App, they are not deleted from the mail clients of the other devices that are connected to the mail server with IMAP. IMAP works perfectly between Windows Outlook 2010, iPad Mail App and Android default mail client. Deleted messages behave correctly, as in delete from one device and the mail is deleted from all devices.
    Having just tested in reverse order on the Mac; emails deleted from the email client on Windows, iPad and Android are not deleted in the Mac Mail App.  It appears that the account is behaving like POP rather than IMAP.
    Any advice on how to have IMAP work correctly on the MacBook Pro Mail.app?
    Thank you.

    Hi Csound1, thanks. The email host is 1and1.co.uk, however, i am going to fess up and make myself look like a plonker now -
    the email account in question was set up in Outlook as POP - stupid, stupid, stupid me, wasted an afternoon on this!  I have now changed the Outlook account to IMAP and Mail.app works perfectly - and looks much nicer than Outlook did.  Im in the middle of converting from Windows to a Mac, and still finding my way around the Mac
    The lesson learned, never assume - always double  check!  All my other email addresses with 1and1 are all imap, except this one, and it happened to be the first one I set up in the Mail.app. (bows head in disgrace!)
    Thank you anyway for attempting to help me!
    Cheers

  • I am set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    I set up mac mini and when I test the mail server by sending a mail from administrator to administrator I get the error message 'Diagnostic-Code: X-Postfix; connect to 127.0.0.1[127.0.0.1]:10024: Connection    refused'. Can any one suggest a solution

    Thanks. Where could I possibly look for a firewall rule. I knowingly did not creat any. My system has internet coming to a Modem which then is connected to a wireless router. I have computers connecting to the router through cable as well as wireless. One of these computers has been our  mailserver using Mercury and Pegasus and that computer has a static IP address. The Mac Mini also has been assigned a different srtatic IP address. I have only set up user account, none of them an email account as I initially expect them to receive only internal mails. Is it necessary that I must set up an email id for each user while setting up the user account. My server id is server.local. So would the email id for local users be [email protected]?

  • When the system status says icloud is OK but it reports "encountered an error when connecting to the server", where do you report the problem, or how do you connect?

    When the system status says icloud is OK but logon reports "encountered an error when connecting to the server", where do you report the problem, or how do you connect?

    Yes i am hoping staff here will look into things, even if i can not get the speeds back what i previously had for near 6 months it would be nice to know why i can not and why the download has dropped by around 10Mb and why my upload is now inconsistant.
    Ironically the post concerned got edited because i actually posted the full rather silly reply the Indian call centre made babbling on about down rates rather than the uprate i queried with them.
    Bit of a shambles really no real way on BTs web site to contact anyone with regards to broadband issues.
    The form which you kindly suggested and i appreciated your help ended up in the hands of someone who either did not bother to read the query or just had such a poor grasp of English they did not understand the query.
    Pretty pathetic really when BT are the largest telco in the UK. I think ill be taking my broadband business elsewhere regardless at the end of my 18 month contract, while im sure staff here are wonderful and may even yet help me, i do not particularly want to go through the almost like pulling teeth pain of getting any future issue looked at.
    They are great at quickly fixing voice line problems and have a great test on their site. Broadband side of things and support for that though seems a shambles.

  • URGENT - INTERNAL SERVER ERROR when connecting to site

    i'm getting INTERNAL SERVER ERROR when connecting to site. everything was ok till yesterday night but since today morning, nobody has been able to log in the site.
    i looked at the Apache Listener log files in IAS_HOME/Apache/Apache/logs
    the error_log file contained the following :-
    [Fri Jan 26 08:32:04 2001] [error] [client 127.0.0.1] Invalid method in request ^A
    [Fri Jan 26 08:32:05 2001] [error] [client 10.32.12.219] malformed header from script. Bad header=<!DOCTYPE HTML PUBLIC "-//IETF: /servlet/p
    age
    [Fri Jan 26 08:32:58 2001] [error] [client 127.0.0.1] Invalid method in request ^A
    [Fri Jan 26 08:32:58 2001] [error] [client 10.32.12.219] malformed header from script. Bad header=<!DOCTYPE HTML PUBLIC "-//IETF: /servlet/I
    sItWorking
    [Fri Jan 26 08:33:13 2001] [error] [client 127.0.0.1] Invalid method in request ^A
    [Fri Jan 26 08:33:13 2001] [error] [client 10.32.12.219] malformed header from script. Bad header=<!DOCTYPE HTML PUBLIC "-//IETF: /servlet/page
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    then i tried to kill all the httpd processes and restart the apache and the error log was populated with the following :-
    [Fri Jan 26 09:35:48 2001] [warn] child process 16269 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16270 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16271 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16272 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16273 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16274 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16275 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16276 still did not exit, sending a SIGTERM
    [Fri Jan 26 09:35:49 2001] [warn] child process 16277 still did not exit, sending a SIGTERM
    ,same messages continue for different
    ,process ids followed by
    Assertion failed: wwwctx->alloctotal == 0, file wwcepl.c, line 559
    Assertion failed: wwwctx->alloctotal == 0, file wwcepl.c, line 559
    Assertion failed: wwwctx->alloctotal == 0, file wwcepl.c, line 559
    Attempt to free unreferenced scalar.
    Attempt to free unreferenced scalar.
    Assertion failed: wwwctx->alloctotal == 0, file wwcepl.c, line 559
    Assertion failed: wwwctx->alloctotal == 0, file wwcepl.c, line 559
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    [Fri Jan 26 09:35:53 2001] [error] child process 16269 still did not exit, sending a SIGKILL
    [Fri Jan 26 09:35:53 2001] [error] child process 16270 still did not exit, sending a SIGKILL
    [Fri Jan 26 09:35:53 2001] [error] child process 16271 still did not exit, sending a SIGKILL
    [Fri Jan 26 09:35:53 2001] [error] child process 16272 still did not exit, sending a SIGKILL
    [Fri Jan 26 09:35:54 2001] [error] could not make child process 16269 exit, attempting to continue anyway
    [Fri Jan 26 09:35:54 2001] [error] could not make child process 16270 exit, attempting to continue anyway
    [Fri Jan 26 09:35:54 2001] [error] could not make child process 16271 exit, attempting to continue anyway
    [Fri Jan 26 09:35:54 2001] [error] could not make child process 16272 exit, attempting to continue anyway
    [Fri Jan 26 09:35:54 2001] [error] could not make child process 16273 exit, attempting to continue anyway
    [Fri Jan 26 09:35:54 2001] [error] could not make child process 16274 exit, attempting to continue anyway
    [Fri Jan 26 09:35:54 2001] [notice] caught SIGTERM, shutting down
    [Fri Jan 26 09:38:10 2001] [notice] Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_perl/1.22 configured -- resuming normal operations
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    [Fri Jan 26 09:38:44 2001] [error] [client 127.0.0.1] Invalid method in request ^A
    [Fri Jan 26 09:38:44 2001] [error] [client 10.32.1.81] malformed header from script. Bad header=<!DOCTYPE HTML PUBLIC "-//IETF: /servlet/pag
    e
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    [Fri Jan 26 09:39:06 2001] [notice] caught SIGTERM, shutting down
    [Fri Jan 26 09:39:30 2001] [notice] Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_perl/1.22 configured -- resuming normal operations
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    ApacheJServ/1.1: Exception creating the server socket: java.net.BindException: Address already in use
    [Fri Jan 26 09:42:17 2001] [error] [client 127.0.0.1] Invalid method in request ^A
    [Fri Jan 26 09:42:17 2001] [error] [client 10.32.1.81] malformed header from script. Bad header=<!DOCTYPE HTML PUBLIC "-//IETF: /servlet/pag
    e
    Any ideas or suggestions anyone ....??
    what could have possibly changed since yesterday to effect the site ??
    any help would be greatly appreciated ...
    null

    A couple of questions:
    1) Did you try shutting down apache with the sript?
    2) When killing the httpd processes did you also kill the associated java processes?
    null

Maybe you are looking for

  • Where can I find a good tutorial on using the Review Widget?

    Have done 2 books with iBooks Author, and still can't get the Review Widget to work. Is there a tutorial available? Thanks for any help!

  • Project created in Flash CS3 & Flash CS5 crashes both Safari & Firefox

    I have a user with a brand new image including Snow Leopard 10.6.6 and the Adobe CS5.  When creating a project in Flash CS5 and then trying to view it in Safari & Firefox the plug-in crashes which then brings down the browser with it.  I went and ins

  • New Ipod through warranty, itunes not reading it

    I got a new ipod through my warranty b/c my ipod malfunctioned. Now my itunes wont recognize the new ipod b/c it is not the same one. I did not recieve a new itunes cd or anything. do you know how to get itunes to recognize it?   Windows XP  

  • How licenses are consumed in BOE XI R2

    good day to all, would like to know as the licenses are consumed in BOE XI R2, perceived that this is one of the topics for the exam certification SABE 210 I wait answers thank's

  • How to complete 2 activities in one sitting

    Hi, I have created a BPM process in which I have the following Activities, with corresponding roles: a. Enter Course Details - Requestor b. Enter Applicants Details - Requestor c. Approval - Approver Basically, the first 2 activities are performed by