Trying to change back INCOMING server port number

I was trying to figure out how to SEND email via my iPhone 3G. I can send email fine while at home (using my wireless router), but when I'm out and about I cannot SEND email. How do I do this?
In trying to figure this out on my own I was reading about my Comcast email account that said to change the port number. I accidentally change the INCOMING port number from 110 to 25. So, I know it needs to be 110, but everytime I change it in the Settings to 110 it automatically changes it back to 25 after I try to retrieve emails within the Mail option. What's going on?
Help!

To send email, you need to add cwmx.com under the smtp servers.
I'm having the same problem with setting my incoming server port to 110. I've been able to change it by opening Apple's mail client and editing the account preferences.
Then I went into iTunes and on the bottom of the info tab is a "Replace information on this iPhone" section. I checked the Mail Account tab and hit the sync button.
This did change my server ports to the correct ports, but I'm still having problems getting the iPhone's mail app to refresh using the new settings. I don't know how force the ports to change via windows.
I had to turn off the iPhone and restart it to get it to work. I also had to turn off the SSL under the advance tab. Little uncertain about leaving that setting.

Similar Messages

  • How to catch server port number.

    Hi All,
       I want to disaply host name & port number of present server in the textview.
       For Host name i have used following code. It's working great.
         InetAddress n=InetAddress.getLocalHost();
         String name=n.getHostName();
         wdContext.currentContextElement().setSn(name);
       In the same way i need The Server port number also. Can you give whcih calss i have to use to get port number. plase give me the solution.
    Thanks and Regards
    Praveen.D

    Using WDURLGenerator.getAbsoluteWebResourceURL(deployableObjectPart); you will get the complete url then you need to have a logic to just take Hostname : hostport
    Vinay

  • I cannot buy anything on iTunes because I accidentally choose the US store by accident. I am currently in Thailand for a few months now. I have tried to change back to the irish store I was originally with on iTunes by clicking on change country. I

    I cannot buy anything on iTunes because I accidentally choose the US store by accident. I am currently in Thailand for a few months now. I have tried to change back to the irish store I was originally with on iTunes by clicking on change country.  This won't work and I don't know what else to do??
    Please help

    On the iPad - go to Settings>iTunes and App Stores>Apple ID. Tap on your old ID and sign out. Then sign in with your changed/new ID.

  • How to sql server port number to scom inventory

    can some one help me how to add sql server port number to scom inventory 

    To open a port in the Windows firewall for TCP access
    On the
    Start menu, click Run, type WF.msc, and then click
    OK.
    In the
    Windows Firewall with Advanced Security, in the left pane, right-click
    Inbound Rules, and then click New Rule in the action pane (upper right corner).
    In the Rule Type dialog box, select
    Port, and then click Next.
    In the Protocol and Ports dialog box, select
    TCP. Select Specific local ports, and then type the port number of the instance of the Database Engine, In my case we are using the default which is
    1433. Click Next.
    In the Action dialog box, select
    Allow the connection, and then click Next.
    In the Profile dialog box, I am going to Leave
    Domain turned on and turn private and public off. Then click
    Next.
    In the Name dialog box, type "Allow SQL 1433 Inbound” and for a description I am putting in the same. Then click
    Finish.
    Also you can refer below link
    http://blogs.technet.com/b/danstolts/archive/2011/06/08/how-to-open-firewall-port-1433-for-sql-server-database-engine-for-use-with-scom-or-anything-else.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • HT201320 What is incoming and outgoing mail server and server port number

    What is incoming and outgoing mail server and server port number

    See applenerd504 previous reply:
    These specifications that allow you to send and receive messages on your iPhone. If you are using iCloud Mail, Gmail, or another service listed in the selector in settings, they should be automatically configured. If not, you may need to look up certain numbers for your email service.
    Putting it in slightly different terms:
    If you are using a web-mail system like gmail (with a gmail email address) all the mail sending, receiving and management is done on Google servers. In these cases you will only need to have a working internet connection to be able to log in to the service to access its data. 
    Supplying mail sever names and port numbers should only be needed if you are using a traditional (non-web) email account where you are accessing the mail servers directly. This would be typical for a email account set up by someone like your ISP (Internet Service Provider), in these cases you will have to ask them for the appropriate settings.

  • Tomcat Server Port Number: Why do I have to enter the port number?

    My ultimate goal is to setup a website that displays data from a database. I will use Java, Apache, Oracle, and whatever else I need to create a website the uses servlets, JavaServer Pages, and JDBC.
    I�ve got four Pentium III computers:
    1. Windows 2000 Server to be the web server (MyWebServer, IP = 10.10.1.1).
    2. Windows 2000 Professional to be the database server (MyDatabaseServer, IP = 10.10.1.2).
    3. Windows 2000 Professional that I use to develop and test (MyDeveloperPC, IP = 10.10.1.3).
    4. Windows 2000 Professional that I use as a client to connect to the website (MyClientPC, IP = 10.10.1.4).
    I installed Java Web Services Developer Pack on MyWebServer. It requires Java 2 Standard Edition (J2SE), so I installed that first. The files I downloaded and installed are as follows:
    J2SE: j2sdk-1_4_0-rc-win.exe
    JWSDP: jwsdp-1_0-ea1-win.exe
    After installing these products, I set the environment variables as follows:
    JAVA_HOME = c:\j2se
    JWSDP_HOME = c:\jwsdp
    Path = c:\j2se\bin;c:\jwsdp\bin; [and other previous statements]
    On MyWebServer I start Tomcat (from the JWSDP menu option). It starts properly (as far as I can tell).
    Then, from MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1
    �The page cannot be displayed�.
    I then try again and add the port number:
    http://10.10.1.1:8080
    This displays the page c:\jwsdp\webapps\root\index.html.
    Here�s my question: Why do I have to enter the port number to get a page displayed? Do I have to have Apache HTTP Server running on MyWebServer to display pages without entering the port number?
    Thanks for your help.

    Oh simmy1, so silly....
    You have to enter the port number because Tomcat is running on that port (probably 8080). You actually don't NEED apache at all. Most people use it an HTTP listener because historically, servlet engines and application servers had shitty listeners. (WebLogic 5.1 was really bad.) Not sure how they stack up today.
    Port 80 is the default port that browsers will look at. (Try it, hit these forums with http://forum.java.sun.com and then hit it with http://forum.java.sun.com:80. See? Same thing.) If you don't want to have to enter a port number, just make sure whatever is running at the front of your network is serving on port 80. It doesn't matter if its apache, tomcat, weblogic, iis or whatever. There is nothing wrong with running Tomcat on port 80, although using a webserver proxy like apache is generally recommended.
    And don't listen to simmy1, this is his second bonehead post I've seen today: http://forum.java.sun.com/thread.jsp?forum=45&thread=231154

  • Trying to change name of server - but keeps reversing to old one

    i am trying to change the name of my solaris 10 x86 server. it gets its ip from a dhcp server, which according to the /etc/hosts file get overwritten.
    does anyone know the steps to permanently change a server name regardless if it has a static or dymanic ip address

    To change the hostname, edit /etc/nodename
    To ensure that the hostname doesn't get overwritten by your DHCP config, edit /etc/default/dhcpagent and remove the value 12 from PARAM_REQUEST_LIST..
    . 7/M.

  • AppleMobileDeviceService.exe uses Half-Life server port number 27015

    I don't think this is a problem, but have noticed several discussions on the Internet which seem confused by this.
    UDP port 27015 is the standard port used by Half-Life servers to communicate with clients.
    TCP port 27015 seems to be used by AppleMobileDeviceService.exe to communicate locally with iTunes.exe and iTunesHelper.exe.
    Since they are different protocols, there shouldn't be any conflict, but I haven't seen any mention of this in discussions I've found and I know a lot of people who, when the open up a firewall for a particular port, will open in for both UDP and TCP.
    I don't know if this is a vulnerability, i.e. if an open firewall port would allow anything on the PC to be compromised, but I'm surprised Apple chose a port number which is so well-known, rather than a new arbitrary one, as there does seem to be the potential for a problem.
    In any event, I intend to keep TCP port 27015 closed in my firewalls!

    In my firewall (Sunbelt Personal Firewall) I'm showing two local point connections from the AMDS at port 27015 (both on the TCP protocol) as well as a listening point at port 27015 for the TCP protocol. I'm not sure where you got your information StarNamer, but source dedicated servers use both TCP and UDP ports.
    {quote}
    UDP 1200 (Friends Network)
    UDP 27000 to 27015 (Gameport)
    UDP 27020
    TCP 27030 to 27039
    TCP 27015 (SRCDS Rcon port)
    See this page for more information: http://planethalflife.gamespy.com/View.php?view=HL2Guides.Detail&id=4&game=3

  • How to change the default servcie port number to be checked for the IPS sig

    Dear
    i have an AIP-SSM (IPS) installed in a an ASA firewall.
    i have configured an access-list in the firewall to forward the traffic coming from the internet toward the internal server to be checked by the IPS module.
    but the case is that the services have to be checked is not the default services port numbers.
    http port is 8081
    oracle port is 2006
    and many other services.
    the question now, is how to change the default service number in the IPS in order to be checked by the corresponding service signatures?
    Thanks

    You would set those as part of the signature variables.
    http://www.cisco.com/en/US/docs/security/ips/6.1/configuration/guide/cli/cli_signature_definitions.html#wp1040009

  • Change portal URL and port number

    Hello experts,
    We are on  EP 7.0 which is running on Solaris 5.10 and Oracle 10g.
    Portal url is "http://hostname:50200/irj".
    But we want to users to logon portal using "http://intranet" link.
    How can we forwards portal default url to  a different URL and port such as "http://intranet".
    Steps should be followed in Visual Admin& Config Tool or  in the Solaris system , in the network part?

    The link pointed to how to change the default page of the Java engine to launch the portal. The example redirects to /irj/portal/anonymous - you just want to make it /irj/portal...
    Setting up SAP Web Dispatcher is covered in SDN quite well - search for SAP Web Dispatcher in the search aree on the right. Basically it takes about 5 minutes to setup.
    Cheers

  • Error 70001 when trying to change back region of DVD. Said had 2 changes

    left but wont let me and comes up with that error. I have no recollection of ever changing the region before. How can i solve this issue? I want it to be region 2 permanently.
    Would it help to do some sort of restore? if so, how do i do it?

    If I were you I would change your DVD insertion preferences by going to System Preferences and in the CD's & DVD's change the DVD video preference to ignore. Use something like VLC Player to play your DVD's. This application will play any region DVD.
    I recently bought an iMac 24" 2.8Ghz from Apple Online Store. The DVD drive region was pre-set to Region 1. I was asked to change the region to 2. I phoned Apple asking them why they sent me a drive set to North America. I refused to change the Drive Region. They agreed to send me a replacement iMac. However the replacement was also set to Region 1. Also the replacement Mac was SECOND HAND. They couldn't give me an explanation as to why I had been sent a used iMac. I was furious and demanded my money back. All new iMacs bought in the UK should have their DVD Drives set to Europe: Region 2 not North America. You should under no circumstances accept this from Apple Uk.

  • Trying to change my best buy account number on best buy cc to the one i actually use

    I recently was approved for a best buy credit card and when I applied they did not attach my old my best buy account number so it automatically issued a new one. I know my membership number and when i click on the link that allows me to link a different my best buy membership, it says the member id does not exist. I try looking it up using the information on my best buy and it also says it cannot find it. I should have points on my old account, but I cannot access the account to find out if I have enough for a certificate yet. Help!

    Greetings kjacks58, and welcome to the Best Buy forum,
    Before you try linking your accounts (BestBuy.com and My Best Buy™), I would suggest we look into merging your two My Best Buy™ accounts.  The new account that is associated with your Best Buy credit card would be made the primary account, and any active points/certificates in the secondary account would transfer over to the primary following the merge.
    With that being said, I will need some additional information from you before I can look into performing a merge.  Please send me a private message with the information below and I will see what I can do to help.  You can send a private message by clicking on the blue button in my signature that is labeled "Private Message."
    Name
    Phone # (current and old)
    Mailing address (current and old)
    Email address
    My Best Buy ID #s
    Merging My Best Buy™ Accounts
    Thank you for posting and for being a member of the My Best Buy™ program!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Changing the listener port number in a cluster environment

    Hello,
    I have an Oracle 10g database on a Windows cluster environment with Oracle Fail safe. I am trying to change the default listener port number - these are the steps I have done to change the port number:
    1) Take the listener offline via Oracle Fail safe
    2) stop the original listener from the command line
    3) change the port number in the listener.ora file & save
    4) start the original listener
    5) bring the listener online in Fail safe
    6) register the listener in the database with ALTER SYSTEM SET LOCAL_LISTENER....
    After all this, when i check the status of the listener via lsnrctl, i see that the new port number is used, however in the Fail safe administrator, I still see the default port 1521. How do I go about changing the port number so that Fail safe also registers the change?

    I did troubleshooting to verify the group, but this just changed the port number back to the default in the listener.ora & tnsnames.ora.
    So I did all the steps again to change the port number from the default to another - via lsnrctl status, i see that the new port number is being used, I can also log in to the database via Toad using the new port number, in v$parameter i see that the local_listener is registered on the new port number....only under the Fail Safe manager, the port number (under listener parameter) has not changed....it still shows the default port number. Anyone know how to change this???

  • Changing the Listener Port Number

    Hi RACers,
    I need to change the TNS listener port number from the default of 1521 (don't ask!).
    I'm on Solaris10/Oracle10g 10.2.0.3 using a 2 node cluster.
    I've tried editing the relevant files, bouncing everything and re-starting CRS, but that doesn't work. I tried using Netca to delete the listener and re-create it with a different port number and that didn't work either. The instances did not re-register despite having their local_listener parameter changes.
    Obviously I'm doing something wrong, but don't know what. Any ideas or do you know where a procedure to do this is documented?
    Thanks in advance.

    My posting was not aimed at the OP at all.. not his fault that Oracle insists on using a TCP port that's NOT registered for Oracle use.
    It is all Oracle's fault that port 1521 is used instead of 1527.
    As for what Oracle books say.. bahumbug. Means nothing ito playing by the same networking rules as everyone else.
    Port 1527 is what is registered for and by Oracle as use for Oracle tcp traffic. Not fricken port 1521!
    And why is this a problem?
    If you're in the network business and deal with everything and anything from network analysis and management to rewriting ToS bytes for proper DiffServ application.. then it is very frustrating to find a major company like Oracle ignoring the networking rules.
    I read that as Oracle telling us "screw you".

  • I cannot downlaod email the server is wrong. how do i change incoming serve

    how do i change the incoming server from a imap to pop

    Also, if you are talking about when you first set it up, there is a brief time during your set up of a new mail account when there is going to be a check if your account is valid (it's right after you put in your Name, Email Address), it seems like it is setting it up for you, but it is not. By default it will show the IMAP button settings, but all you need to do is hit the POP button right next to the IMAP button and then continue on with your settings, both pop and smtp account settings...pop server address...etc. It can look like the iPhone is trying to actually set things up for you but it's not. Hope this helps.

Maybe you are looking for

  • Printing 2 photos borderless on single 4x6 sheet?

    Ok, Ive been trying to get this to work without any luck. I'd like to print 2 pictures, borderless, on a single 4x6 sheet (cropped to fit as nicely as possible). Can someone outline what permutation of options I need from the print menu? I've tried c

  • Online Store Complete Working Example

    Hi I have installed the packaged app, Online Store. However, it does not illustrate how payments are processed and how inventory is managed. Does anyone have a working example (with code) of a complete online store? Kind regards Jov

  • Silent installation

    Hi, I'm trying to install silently iTunes 9 on Windows XP Pro. I've extract all the msi files and use the switch /qb using an administrative user: this works fine for me but when the user (who is only a domain user with no administrative rights!) sta

  • Adding Addictive Cost to avoid Plant to plant cost discripency

    Hello gurus, We have a situation where Plant 1  recieved a sub contracted material which has Freight charges included as we maintained freight orgin group in one plant and we dont maintain freight orgin for plant 2. So now the issue is when i try to

  • Programs won't run after update to 10.6.7

    Hi I have just inherited an early 2008 iMac following my Dad's death a few months ago. So I have no Mac experience at all. On receiving it, I booted it up and a list of recommended software updates appeared which I ran, and by all accounts successful