I can't access my IMAP port remotely.  Why?

I can't access my IMAP port remotely. Why?
<p>
If you can access your IMAP port using telnet on the host, but not
remotely, this is most likely a DNS issue. IMAP is different from POP
and SMTP in that it does a DNS search. Check the DNS Service
Search Order, and delete any entries that are questionable
(i.e. an ISP that may not be reachable) and try connecting again.

Please provide a little more information. What exactly are you trying to do? Bluetooth on iOS devices is not set up to share files and photos. If you can tell us what you want to accomplish we can tell you how to do it.

Similar Messages

  • HT1212 Can I access my iPhone 5 remotely that has a damaged screen that can not be unlocked from the actual phone itself?

    Can I access my iPhone 5 remotely that has a damaged screen that can not be unlocked from the actual phone itself?

    No.

  • I'm downloading my dvd:s to iTunes but some of them doesn't show in finder, I can view them in the dvd-player but I can't access them in Handbrake. Why?

    I'm downloading my dvd:s to iTunes but some of them doesn't show in finder, I can view them in the dvd-player but I can't access them in Handbrake. Why?

    from the Apple Support Communities -Terms of Use:
    Do not submit software or descriptions of processes that break or otherwise 'work around' digital rights management software or hardware. This includes conversations about 'ripping' DVDs or working around FairPlay software used on the iTunes Store.
    https://discussions.apple.com/static/apple/tutorial/tou.html

  • Can't access work IMAP from home

    Hi
    We're running mail service (IMAP) on OS X Server 10.3.9 at the office. Everything works fine when I'm on the network locally - I can send and receive external emails etc.
    However, I can't access the server from home using either the domain name or IP address. I used to be able to but we've recently changed ISP & router and I'm not sure if this has affected it. I assume the MX records for the domain are fine since we can send and receive.
    I'm not really an IT admin-type guy (it's just kinda become my responsibility) so I don't fully understand DNS, local domains etc.
    If anybody has any pointers, I'd really appreciate it.
    Thanks
    Ian
      Mac OS X (10.3.9)  
    PowerBook G4 1.5   Mac OS X (10.4.8)  
      Mac OS X (10.4.8)  

    Everything works fine when I'm on the network locally - I can send and receive external emails etc.
    However, I can't access the server from home using either the domain name or IP address. I used to be able to but we've recently changed ISP & router and I'm not sure if this has affected it.
    DNS Basics: the DNS server basically resolves a 'name' to an IP address. E.g. mail.mydomain.com to the IP address of the mailserver.
    When you are inside the local network (LAN), your computers probably find the server using a local IP address. When you are outside the LAN, then your computer will find it EITHER by using the public IP address of your firewall OR using a name which will resolve to the same.
    Since it worked before you changed ISPs, I'm guessing that you had it set explicitly to the WAN IP address. This will have changed with the change of ISP.
    Easiest way to fix this is to use the same host name as you MX record is set to. So if your MX record is mail.mydomain.com then use this as it is obviously resolving to the IP address of your mail server (or more exactly, the IP address of your firewall).
    NEXT, since your router has also changed (and I presume this is also your firewall) then you need to ensure that the imap port required (143) is open and port-forwarding to the internal IP address of the mail server.
    -david
        Server 10.4.8

  • How can I access simulink electrical port in VeriStand.

    My Model uses electrical ports as IOs. How can I access these ports from LabVIEW or VeriStand, as after building the dll and including it in my VeriStand project, I can access only the Simulink ports and not the Electrical ports.

    Electrical ports are the PMC port blocks for Simpower system blocks.
    For ex: IO Ports for NI-Mh Batteries.

  • Can I access my time machine remotely via it's IP address?

    I'm going away - I know that I might need some documents that I can anticipate.  Can I access my time capsule via it's IP address?

    On the other hand if you have a dynamic IP address from your ISP how are you going to find the IP address once you are away.
    You call your wife and ask her to open up AirPort Utility on her computer and give you the IP address  
    I never used this connection very much when traveling because it was always incredibly   S------L------O------W.  I don't think users realize that they are at the mercy of of their uplink connection from a hotel or any other spot.

  • Why My firefox can not be opened? It always say "CAn not Access Profiles. Maybe Lost" Why?

    After update the firefox to the latest version, my firefox crash and can't open it. So, I try to uninstall it. Then, I download it again but it still can't be opened. It shows "Can't access profile. Maybe lost. Please help me. I really need your help. Thank you

    '''https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?esab=a&s=new+profile&r=6&as=s'''
    Use the Profile Manager to create and remove Firefox profiles
    Firefox stores your personal information and settings in a profile folder. Learn to use the Profile Manager to create, remove, rename, and switch profiles.

  • Can't access EJB deployed on remote OC4J - what am I doing wrong?

    I'm unable to access an EJB deployed on a remote OC4J instance (ie, part of a 9iAS installation on another machine vs local in JDeveloper).
    I've reverted to a stupid-simple EJB in hopes of getting it going prior to trying my actual code. The EJB works fine in JDev (9.0.3) - I 'run' the EJB to start the local OC4J instance, run my client code (generated via the "New Sample Java Client..." option in the Navigator context popup) and all is well.
    I then create an EAR file via the the "Create EJB Jar Deployment Profile..." context popup of the ejb-jar.xml node, followed by "Deploy to EAR file" from the context popup of the resulting ejb1.deploy node. I next "Deploy EAR File" via the "Oracle Enterprise Manager" that comes with 9iAS (the :1810 port). After successfully deploying, I modify my client code in JDeveloper, specifying the new connection information for the remote machine via the Hashtable constructor of InitialContext and attempt to run it. I've tried a number of Context.PROVIDER_URL forms, including: ormi://registered_pingable_host_name:23791/deployed_application_name
    ormi://registered_pingable_host_name:23791/session_deployment_name (from the <enterprise-beans><session-deployment name="xxx"/></enterprise-beans> section of my orion-ejb-jar.xml file, as per a tip in this forum)
    I've tried prefixing ormi:// with http:, but get no response whatesoever in this case.
    I've also tried it without the port number (this port number matches that in my remote OC4J's <oc4j_instance_home>/config/rmi.xml file).
    On the Context.SECURITY_PRINCIPAL and Context.SECURITY_CREDENTIALS settings, I've tried various values, generally using the 'admin' user, with passwords taken from:
    <oc4j_instance_home>/principals.xml
    <oc4j_instance_home>/application-deployments/application_name/principals.xml
    I've also tried matching the password in the jazn-data.xml, to no avail - this password appears encrypted anyway, but thought I'd give it a try on the off-chance that it was just a randomly-generated password - no go.
    I've also tried SCOTT/TIGER, anonymous, etc. Incidentally, the 'deactivated' attribute of the <user> tag is set to "false" in my principals.xml files.
    No matter what I do, I always get back "javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused: connect"
    Additionally, I get this same message when I try to establish an Application Server Connection via JDev.
    Clearly, I'm missing something critical (and probably simple), but I can't for the life of me figure it out.
    Any help would be much appreciated!
    Thanks,
    Jim Stoll

    Ok, well this is a bit strange...
    3103 - 3103 also fails, and some experimentation has led me to find that any time that I specify a range smaller than 6 (3101 - 3106 works, 3101 - 3105, 3101-3101, 3103-3103, etc does not), the OC4J instance will not restart. I get "An error occurred while starting. The opmn request has failed. From opmn: HTTP/1.1 204 No Content Content-Length: 0 Content-Type: text/html Response: 0 of 1 processes started. Check opmn log files such as ipm.log and ons.log for detailed." in the OEM window (I specify the RMI port range, hit Apply, go to the OC4J instance home page, see that the Status is 'Down', hit Start, and get that message.) <ORACLE_HOME>/product/iasinfra/opmn/logs/ipm.log tells me:
    02/12/03 09:41:12 There is no rmi port left for starting an OC4J process. Please check oc4j's port property in OPMN's configuration file.
    02/12/03 09:41:12 start_proc: UID 3719788: failed to build args
    02/12/03 09:41:12 start_proc_req: failed to start a process in GID OC4JJim2, type: 2
    If I bump it up to 3101 - 3106 or higher, it starts right up. Running opmnadmin debug, as suggested by Venky (thanks Venky!), yields:
    PROCESS TABLE
    UID PID FLAGS TYPE STATUS REF HTTP AJP RMI JMS
    3654011 84 00000040 OC4J Alive 1 0 3005 3106 3206
    424987 604 00000000 Apache Alive 1 7777 0 0 0
    2932088 14849 00000000 OC4J Alive 1 0 3003 3103 3203
    3063160 14878 00000000 OC4J Alive 1 0 3001 3101 3201
    3194232 14906 00000000 OC4J Alive 1 0 3000 3105 3205
    3325304 14936 00000000 OC4J Alive 1 0 3002 3102 3202
    3456376 14964 00000000 OC4J Alive 1 0 3004 3104 3204
    Which is what I would expect, given the specified range of 3101-3106. Trying each of these ports in turn, I've found that I can hit the EJB successfully on 3106, but 3101 - 3105 all fail with:
    javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException: No such domain/application: Project7_2; nested exception is:
         javax.naming.AuthenticationException: No such domain/application: Project7_2
         java.lang.Object com.evermind.server.rmi.RMIContext.lookup(java.lang.String)
              RMIContext.java:134
         java.lang.Object javax.naming.InitialContext.lookup(java.lang.String)
              InitialContext.java:350
         void Samplemypackage9.MySessionEJBClient1.main(java.lang.String[])
              MySessionEJBClient1.java:15
    I'm a little concerned about assuming the high-end of the range to be the active port on a regular basis (though thus far, among about 20 - 30 tries spaced over 20 - 30 minutes, it has been...) - I guess I can have my code loop through the range until it finds a good port or exhausts the list, but that seems a bit excessive.
    Can you think of a reason that my OC4J instance won't start with a range size of less than 6? I'm on 9iAS 9.0.2, if that makes any difference.
    Thanks,
    Jim

  • Can I access my Airport Extreme Remotely?

    I want to set up an Airport Extreme at our vacation cottage out-of-town, for guests to use.
    Because the cottage is far awsay from where I live, is there a way I can access the AEBS remotely (say, from home), to check that it's working and to reset/reconfigure it if necessary? I don't plan to have a computer connected to the AEBS when I'm not there.

    Yes you can - but the bigger problem caused by the fact that unless your ISP provides you with a static public IP address for that base station, its public IP address will change over time and you won't know what that new IP address is. The Airport Base Station is not designed, unfortunately, with a built in update client so that you could get around this problem using a service like that provided by http://www.dyndns.org
    Resetting and reconfiguration should never be necessary anyway. Just leave your guests an instruction page for what to do if they cannot get an internet connection. Just the basics - like pulling power to the modem and base station for a moment to reset the connection. That type of thing.

  • How can we access R/3 data remotely from SAP APO system?

    Hi Experts...!
        I want to access R/3 data (i.e, some ZTABLE data) remotely from SAP APO system. Can any one give some solution regarding this ?
    Regards
    Rayudu

    Hi,
    Please try this FM RFC_READ_TABLE.
    Regards,
    Ferry Lianto

  • Since installing Yosemite can't access my IMAP email accounts - any advice please?

    Run a number of email accounts on my MacBook Pro but now my IMAP accounts won't go online since Yosemite instal keeps telling me my passwords don't work - all the IMAP accounts are working perfectly on iPad & iPhone even after recent IOS upgrade - any suggestions or do I need to re-setup the accounts on the MBP?

    I think this is a problem is a bug introduced by the upgrade. Not only can I not connect to any email accounts. There's no internet access at all under 10.10.1.
    I've tried switching to Wi-Fi on my iMac, but Wi-Fi cannot even see a DHCP server. Tried rebooting and switching back to Ethernet. Ethernet gets an IP, but it still cannot connect to internet.
    There's nothing wrong with my router; all other devices on the home LAN conect properly to email servers and urls in browsers.
    10.10.1 destroyed internet access on My iMac. No choice but to try a Time Machine restore to 10.10

  • I can not access my iTunes  store and why

    Pls can some body help me out.

    I can confirm this.
    Was having issues with my iTunes and iTunes Match last night, which in the end seemed to boil down to my ISP throttling my iTunes ports that were being used for uploading. Somewhat resolved this by throttling the ports my self down to 100kbs.
    Anyways, got on tonight to mess around with it and to see if I could find a better solution than throttling... Attempted to download some of my purchased songs and was unable, the download would stall before it even began. Tried to do the basic trouble shooting of restarting my modem router and computer, no dice. Stepped it up to trying to sign out of the iTunes store and then log back in. Well, now I cannot log, iTunes gets stuck on "Accessing iTunes Store".
    This is a real bummer.
    I did try a number of steps including (after backing up important files!) deleting all my iTunes pref files, as well as the By Host iTunes files (later restored after they did not fix issue), then I monkied with my router some along with network settings (mostly playing with ports and DNS settings). Still no luck. I even tried reinstalling iTunes with no success.
    I guess its reassuring that others are experiencing the same issue I am... On the same network I am able to access the iTunes store and iTunes Match without problems on other devices (iPad and iPhone) besides my new machine. I have taken advanced steps to try and fix it on my end, and am now feeling that this is something goofed on Apple's end.
    *Edit: Opps, just noticed I had wandered into the iPad community. Hah, have a bunch of tabs open trying to figure out what is wrong. So... Yah, appears to be happing across multiple devices and at random. Not sure why computer isn't working, but my iPhone is just fine.
    Message was edited by: KojiroGEAR

  • I cannot access any songs on my iPod classic. I had around 20,000 songs on it and it now says I have 12,00o but can't access them. Any idea why this has happened?

    I cannot plug it into iTunes and reload as my MacBook crashed a few days ago and I had to get a new hard drive. Recovery software is unable to retrieve anything from the hard drive.
    All the songs were from CDs so not saved in iTunes.
    The iPod was last plugged into the MacBook one day before it crashed and it was Ok when I ejected it.
    Could it be anything to do with this? Doesn't an iPod have its own memory? Any ideas why it has happened and if their is anyway of retrieving it? Is it best to just take it into an apple shop? I am no longer covered with apple support.
    Thanks.

    When I hover over cover flow it says I have 12851 songs but when I click nothing happens.
    When I hover over artists or albums it says 'no artists/albums'.
    I can upload again from my CDs but just wondering if there is anything to do. I live abroad so all my CDs are in storage.

  • Servlets can't access Oracle9i database - not sure why?

    Hi there,
    I got an error when it throws a SQLException in my Internet Explorer.
    Error:
    ======
    SQLException: Io exception: The Network Adapter could not establish the connection
    Is it bcs i uses scott/tiger?
    I places classes12.zip into c:\oraclejdbc
    and place this in my classpath:
    .;c:\oraclejdbc\classes12.zip;
    *Note: I places classes12.jar (also can't work)
    Then for a backup reason
    I go to C:\Tomcat5\common\classes
    and extract the classes12.zip in there
    i can see javax and oracle folders
    Then.. i make sure in my java codes (no compile error)
    java:oracle:thin@wenching:1521:wenching
    i was pointing to the right pc name and oracle server ID.
    Then i call my servlets into my j2me phone...
    it display all the necessary information.. on the data that should be extracted from the oracle 9i database.. display java.sql.SQLException...
    There are something wrong?
    Can you tell me what i left out? My servlets are working fine?
    But i had 2 java files...
    WebPage.java calls OracleConn.java
    and in web.xml
    i only point to WebPage.class and nothing to do with OracleConn (it is just connection classes).
    Any help, please?
    I also use lots of ways like placing classes12.zip or classes12.jar into many types of folders? Just not sure why cannot?
    I did not use the build in Tomcat for Oracle, but the latest Tomcat 5 series. The servelts works fine but not oracle. Could it be this problem? Like allowing which oracle database to call which web server?
    Thanks.

    It works?
    After i try this and that.
    I just notice 1 thing...
    The database is not connected physically.. even i can sql plus.. it!
    So i go to Oracle Database Admnistrator for Windows NT..
    and connect my servername WenChing..
    and now it works.. servlets can connect to oracle...
    Hooray!
    I hope it stills work when i reboot my machine.. coz i had no idea what i did... :)
    Sounds funny isn't it?
    Regards.
    Chua Wen Ching :p

  • Change IMAP Port in Blackberry mail config

    I hope someone can help me.  I'm configuring the email account from my University in my Blackberry Torch 9800. The common port for the IMAP protocol is always 995, unfortunatelly the port used un my university is 993. How can i Change the IMAP port configuration to access in my blackberry? The configuration assistant from the mail, does not give the option to configure de port and it gives an unnexcpected error, sinces it tries to get acces by 995 port.
    Best regards

    Hey jduguet,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    If the email is integrating under 995, that means it is integrating as POP3 SSL.  You are unable to change the port numbers in the BlackBerry Internet Service.
    Also IMAP SSL is port 993.
    Are you not receiving email when it is added via port 995?
    I look forward to your reply.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

Maybe you are looking for

  • Full table scan

    Hello, I am working on Oracle 9i and IBM AIX O/S .I am working on two database ..one is production and other one is development. we are having one select statement which we are running on both database .. On development database this sql stetement is

  • ALV filter- In activate case Sensitive nature

    Dear experts, I have z report with standard ALV filter and when I try to filter text column and itu2019s did not work. I know this happens because of case sensitive nature of filter. Could u pls help me how to inactivate case sensitive nature of the

  • BO 5.1.8 - Decimal "zeroed" in reports though DB data contain decimal value

    Hello, I've a problem with a report. In my DB2 8.2 db I've a field defined as "DECIMAL" (that contains values with decimal of course...ex.: 100,48). In my report, I get all the decimal of that field (and others) rounded like "xxx,00" (ex.: 100,00) Th

  • Disaster Recovery / HA server role count question

    We are currently working on a disaster recovery plan for our on-premise Exchange 2010 environment.  As of today, have a DR Office 365 site is not an option for us.  Our primary datacenter that houses our Exchange 2010 SP3 servers is setup as follows.

  • Questions about cs6 updates

    Hi today I updated photoshop cs6 , camera raw 7.4 ,brigde and so on , windows 7 well i have some questions 1) camera raw 7.4 crop tool can i change the overlay ? for example diagonal ? 2) about the update help->about photoshop ->version is 13.0.1 in