Basic Mail and DNS help

I'm sorry to ask something that I'm sure has been dealt with many times. I've searched all around and found many threads that seem very close, but I guess there's some little difference that always ends up confusing me. I also get confused by what seems to me to be ambiguous terminology. Anyway, I'm pulling my hair out, so I've finally decided to ask for help.
I'm sorry that this post is so long -- I just don't know what bit of info might be important. I'm trying to give a detailed description of my setup so experienced people can give me better advice.
Here's my situation.
EXTERNAL DNS
(1) I've purchased a domain name through my ISP. Let's call it mydomain.tld
(2) This comes with a very rudimentary control panel that allows me to define 10 A records, 10 CNAME records and 10 MX records.
(3) I have defined an A record pointing to my static WAN IP.
(4) I have deifined an MX record pointing to the same static WAN IP.
(5) This seems to be OK, because if I "dig mydomain.com" or "dig MX mydomain.com" I get my static WAN IP.
MY LITTLE NETWORK
(6) The Internet comes into a 4-port router/modem. (192.168.0.x) This is my "Outer LAN"
(7) One port goes to a Mini with SLS -- Say it's on 192.168.0.99
(8) Another port goes to another router (192.168.1.x) This is my "Inner LAN"
(9) I have forwarded port 80 through the outer router to the SLS. That seems to work fine.
(10) I have also forwarded port 25 through the outer router to the SLS. That does not work yet.
The SLS
(11) When I did the initial install, I gave the SLS the name mydomain.private (I some places, Server Admin gives the name mydomain.local ... I don't know why.)
(12) I set up the INTERNAL DNS on the SLS to handle all initial DNS queries from my LANs, with my ISP's DNS as a forwarder.
(13) I set up the DHCP on my routers to assign the internal DNS server on the SLS as the primary DNS, and my ISP's DNS server as the secondary -- so clients on my LANS are looking at the right DNS servers.
(14) DNS seems to work fine on both my LANs.
BEFORE GOING ANY FURTHER:
If anyone sees any problems with what I have done so far -- Please say so.
... and now THE MAIL
(15) I created a few network user accounts on SLS.
(16) Using squirrelmail, they were able to send and receive messages to each other -- using a browser on the SLS machine or a browser on any other computer on the LANs. But this is all resolved through the internal DNS, using mydomain.private
(17) Mail clients (Mail.app) on the LAN can also retrieve these messages. But I can't send mail using a regular mail client ... and squirrelmail only works internally with mydomain.private
Now, I want to get my mail server working normally for sending and receiving mail both within my LAN and over the Internet. And here is where I get confused. There's the EXTERNAL DNS server that clients on the Internet will use to find my server -- and there's the INTERNAL DNS server that clients on my LAN (?and possibly some services on the server itself?) will use. Then there are terms like HOSTNAME and DOMAIN NAME ... and I'm not really very clear as to the disnction (despite, or because of, reading so many articles). I don't know where I should be using mydomain.com and where I should be using mydomain.private)
in the Mail Service Configuration Assistant:
(18) I use mydomain.com for both the Domain Name (Enter the local Internet domain name) and for the Host name (enter the Internet host name of this mail system). These match the A and MX records of my EXTERNAL DNS (ie. what I see on my ISP's control panel).
(19) To try to make things easier to start with, I enabled all options for both secure and non-secure authentication.
(20) I added a host alias mydomain.private
(21) Setup appeared to go fine.
(22) Back on the LAN, "dig MX mydomain.com" gives my static WAN IP
(23) In the outer router, port 25 is forwarded to the SLS
(24) In SLS, in Server Assistant, In DNS, Mail Exchanger is set to mydomain.private -- this works for sending mail within the LAN only.
(25) I tried changing this to mydomain.com, and then nothing worked.
(26) The Nameserver for my primary zone is set to:
Zone: mydomain.private.
Hostname: mydomain.private
When I try to send a message FROM an account on the Internet TO an account on the SLS, I get an error: "Couldn't find a Mail Exchanger or IP address."
When I try to send a message FROM an account on the SLS TO an account on the Internet, the Mail Delivery System returns it to the sender.
Well, that's where I stand now.
I hope people reading will give me some ideas of some other paths to run down, and tests or experiments to try. I'm not afraid of the command line -- but I'm not very experienced with it either -- so maybe there are some useful diagnostic commands that I should know about.
My ISP is not blocking port 80.
Is there some way that I can tell if my ISP is blocking port 25? (Their customer support doesn't know anything.)
Thanks a lot for your attention and patience.
(Intentionally Blank)

Oops. Sorry for the delay getting back to you.
Thanks David_x. That was really helpful information. It opened up more questions, but it gave me some good ideas of things to try.
I reinstalled SLS. This time I used my FQDN and accepted the installer's
David_x wrote:
Firstly, remove the secondary from DHCP. Otherwise clients will 'randomly' use info from either inside or outside DNS. You want them to use the internal DNS so use that alone.
I see. So "secondary" doesn't mean "in case the primary fails" -- it means something more like "another one in the pool of possible DNS servers". Doesn't that present a problem in the event that my server is down? Why is this preferred as opposed to clearly defined prioritized list? (Then there is another issue of some services using mDNSResponder in some cases and resolv.conf -- at least that's fairly well documented.)
DNS & Hostname, etc...
If you want to be able to access services from inside and outside your LAN, using the server's hostname (same one inside and out), then set up your internal DNS using your .com domain, same as is used externally.
Okay. Got it. I did that with the reinstall.
DNS is only an "IP lookup" system so you want the hostname inside to resolve to your LAN IP and the hostname outside to resolve to your WAN IP. Forget about the .private stuff - it just confuses things.
Okay. Thanks.
Public MX Record…
(3) I have defined an A record pointing to my static WAN IP.
(4) I have deifined an MX record pointing to the same static WAN IP.
The above may not be what you meant to say but just to check… Your public MX record should resolve to your A record hostname. Then the hostname resolves to an IP address. Your MX record should not be pointing directly to an IP address.
Yes. You are right. That's very good of you to point that out. I did have it pointing to an IP address. (My ISPs simplistic DNS control panel is in Spanish, and I was confused about whether "nombre" referred to a name or number.) I had discovered this through brute force trial and error. This sort of thing was very difficult to test, since I don't have control over many of the DNS parameters (like TTL). That was probably my main problem. Now I can send and receive mail from my server to outside accounts, and from outside accounts to my server.
At the moment, I can't retrieve mail on my server from a computer outside of my network. I suppose that's an authentication problem, or a hostname alias or something. I'll continue trying different things.
Testing Port 25...
To see if port 25 is blocked, get an outside computer and "telnet your-wan-ip 25". If you can switch on logging at the firewall for your port-forwarding rule, all the better as this will be only sure way to see that it is reaching the WAN firewall.
By "logging at the firewall", I suppose you mean at the router? Alright. I still have to try this. From my point of view, this kind of suggestion is great advice.
Instead of using an outside computer, would it be possible to do this sort of checking using an anonymizing proxy? I suppose they usually don't allow telnet.
...any chance this could be tested from my "inner" LAN? (My guess is that it needs to be from a computer that is "upstream" relative to the "outer" router. I'm under the impression that routers handle upstream connections differently than downstream connections, this wouldn't work.)
After that, test at server... open Terminal and enter: "tcpdump -v tcp port 25"
Tcpdump will listen on port 25. When the telnet session gets port-forwarded, you will see a listing of information about the packet received. If you get nothing then the port-forwarding is not working.
So, to make sure I've got this straight:
Turn on logging on port 25 in my outer router.
Go to Terminal on my server.
Start tcpdump listening on port 25.
Take my netbook out to some WiFi hotspot (for example).
Telnet into my server.
Come home and check my logs.
(Maybe I should check out this VPN stuff.)
I'm looking to see that the router forwarded the port correctly.
That's great trouble shooting advice.
Now you'll see how slow I am. I'm reading along, running through all of this in my head, imagining all of my steps ... And only now do I realize that if (as of my latest experiments) my server has been able to receive mail from outer accounts -- then the router must be forwarding things and the mail server is, to some extent, working fine. Okay. I'm still going to go through these steps anyway to see what it should look like.
Server Admin: Domain Name & Hostname...
The Domain Name is just your domain name... e.g., mydomain.com
The Hostname is ideally the same as your external MX hostname... e.g., mail.mydomain.com
The main thing about the Hostname is that this is what your server will report as it's HELO name to other connecting mail servers. Some will check this against the public MX record and use any discrepancy to increase likelihood of spam filtering.
Is there really any reason that a small setup like mine should use "mail.mydomain.com" instead of just "mydomain.com". Since I don't have a separate machine dedicated to mail, maybe it's just an unnecessary complication. I was just copying what I've seen around (configuration for mail and articles I've read).
Under Advanced-> Hosting, tick the "Include server's domain as local host alias".
Okay. What exactly does this do? I understand the words, but not the sense of the phrase. (I find this happening a lot.)
Checking Server Settings…
Use a terminal session to debug any basic configuration issues on the server. The error responses are much more informative than just using a mail client. Open Terminal in a local computer… "telnet server-lan-ip 25" and carry out following…
I could connect with telnet to port 25 on the server:
(1) From a remote computer.
(2) From a local client.
(3) From the server
As we step through the experiment, you will see that we have a few problems.
Server Response:
Trying...
Connected to fqdn.or.ip.
Escape character is '^]'.
220 fqdn.or.ip ESMTP Postfix
#1. Declare where you are sending the email from:
HELO something.name
You can use a real hostname but the mail server has no choice but to accept whatever you type.
Response: 250 servers.hostname
So far, so good.
On remote computers, I couldn't get any further than this.
I'll try again tonight.
#2. Give senders address:
MAIL FROM:<mail@senderdomain>
Response: 250 Ok
I could get this to work for either a local email account or a remote email account, from telnet sessions initiated either on the server itself or on a local client.
#3. Give recipients address:
RCPT TO:<mail@otherdomain>
Response: 250 Ok
Here, I did not get consistent results.
From a local account to a remote account, I could get "Relay access denied".
From a local account to a local account, I could get "Recipient address rejected. Service is unavailable. But this was not consistent. I used three different local accounts, and all could send or receive at one time or another.
#4. Start composing the message:
DATA
Response: 354 End data with <CR><LF>.<CR><LF>
#5. Type a message. Finish with a single "." on a line on it's own.
Response: 250 Ok: queued as dah,de,da
#6. Close the connection by typing: QUIT
Response:221 Bye... Connection closed by foreign host.
suggestion for hostname.
Were you going to add something else here?
Well, any comments or insights that you might add will be very much appreciated. I'm going to continue sending and receiving and making little tweaks. It's really pretty confusing for a newbie. I thank you a lot for all the time you spent reading and helping me.
(Intentionally Blank)

Similar Messages

  • Yahoo mail and hotmail help, please!

    I have OS X 10.5.8, and for few days I have been unable to log into yahoo mail and hotmail. i can open the login homepage and then get "Safari can’t open the page because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again." after entering login and password. i checked for updates, and it says i have all current updates. after reasearching this, i tried turning ipv6 off and having no proxies checked, but it didn't help. I deleted cookies (and checked to always allow cookies), emptied cache, restarted, and nothing. I don't use the mail application on my computer, i just log in to these sites with safari. sometimes i have been able to get into yahoo and do a few things, but then i get a page that fails to open sooner rather than later. i can get to most other pages, though i have been getting the same message frequently for some other pages, more so than normal. not sure what my options are or what changed even, but i just want to be able to sign into mail. thanks for any help.

    You can also try downloading a different browser and see if the problem still exists, I have never had this problem, and I have Yahoo, there have many issues with them, that I thought were at my end, but then they would come back with, oh we changed this that is why I mentioned this.
    You can try with this and see if the problem still happens and this might suggest the former.
    If nothing else this would also help as a diagnostic tool.
    http://support.mozilla.org/en-US/kb/install-firefox-mac

  • Just migrated from Mac Outlook to Mail and need help

    I have set up two Gmail accounts in Mail and they connect fine.  My list of problems are as follows:
    - emails that I delete on mail, reappear after mail syncs with Gmail
    - emails that I send appear in my inbox with my name (as if I sent it too myself)
    - in the top section of Mail it shows Inbox, Gmail, Gmail2 and there are no emails appearing there.  The Gmail inbox indicates 20 unread messages - but nothing shows when I click on it.
    Thanks for reading...

    OK just noticed that I get the dialogue box if the file is in tiff, but if it is in CR2 it just goes straight to PS

  • Mail and hotmail help !!!!

    Help !! This has been going on for about a week now.I can receive mail ( though mail on my imac ) from my hotmail account,but everytime i try to send an email this message comes up.
    Connections to the server “smtp.live.com” on the default ports timed out
    Select a different outgoing mail server from the list below or click Try Later to leave the message in your Outbox until it can be sent.
    Any ideas why and what i can do ? ( im not that great with computers so please be basic !!!! ) thanks

    Hello, several reports of HotMail troubles lately, but have you logged in using WebMail in a Browser to see if the locked sending?
    In Mail's Window Menu, choose Connection Doctor, any red dots for status, if so what is the exact message?
    Then click the Show Details button & Check again.
    The Password rejection can confuse people since it's a catch all meaning...
    This Password, Username, Authentication method... is not recognized on this Port to this Server.
    So if WebMail works it's not Name or Password, but one of the other ones.
    The receiving email ports are:
    IMAP is port 143
    IMAP-SSL is port 993
    POP is port 110
    POP-SSL is port 995
    Outgoing ports are...
    SMTP and SMTP-SSL is on ports 25, 587 and 465. Port 587 has to be SSL, and port 465 is enforced TLS-wrapped and is generally used by Outlook users.

  • Java mail and jsp -HELP!! HELP!!

    Hi all
    I have a simple email module with a jsp page and a html page I am trying to connect to a yahoo smtp server and send a mail from the webpage to the smtp server - I am getting an Authentication required error.
    error ##
    org.apache.jasper.JasperException: Sending failed;
    nested exception is:
         class javax.mail.MessagingException: 530 authentication required - for help go to http://help.yahoo.com/help/us/sbc/dsl/mail/pop/pop-11.html
    Can anyonne tell me how to use a simple smtp email facility
    how to use an authenticator in the jsp
    ciao
    laodingdockjavaguy

    It's required that you authentificate yourself at the smpt server
    The following snipplet sends a msg using the smtp protocol.
    Transport tr = session.getTransport("smtp");
    tr.connect(smtphost, username, password);
    msg.saveChanges();     // don't forget this
    tr.sendMessage(msg, msg.getAllRecipients());
    tr.close();If this still fails You can also try to set the property mail.smtp.auth to true.
    mail.smtp.auth      boolean      If true, attempt to authenticate the user using the AUTH command. Defaults to false.see also http://java.sun.com/products/javamail/1.3/docs/javadocs/com/sun/mail/smtp/package-summary.html
    for a complete description of the properties supported by the smpt transport.
    hope it helps

  • Mail and password: Help please!!!

    I have changed my password and on my iPhone and iPad there is no problem. However, on my iMac, 10.8.2 every time I put the computer to sleep and then wake it up again Mail tells me to verify my password. I press OK but it refuses to accept and I am forced to go to System Preferences, then mail where I press OK for the same password and the whole thing then works.
    In Yahoo it works perfectly!
    What is happening in Mail. I have deleted the account in preferences and set it up again but all to no avail.
    Help please!!!

    You might try the following steps:
    Restart the device by holding down the on/off button until the power down slider appears.
    Try entering your password in another location (i.e. when you are using a different wifi network)
    Reset all settings (settings > general > reset), this resets some of your settings to factory default. It’s not a complete removal of settings. It removes all of your preferences for Wi-Fi, Bluetooth, Do No Disturb, Notifications, General, Sounds, Brightness & Wallpaper and Privacy. It does not remove any of your data.
    Try signing out of iCloud and back in (only if find my phone is disabled)
    If this doesn’t help your best option may be to contact Apple ID Support, upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.

  • Mail and address Help!

    Hi,
    My original HD crashed and I installed a new one with a fresh Tiger install with multiple updates. I had just prior to the crash copied contents onto an external HD (non-boot able) Transferring files to the new HD, photos & movies seems apparent, however the address book and e-mails isn’t working.
    From mail, attempts import mail from the external drive by locating the .emix files won’t work. All the files are grayed. I transferred the external drive inbox .emix files to a folder on my desktop. I’m able to open each file from there but still unable to import into my current e-mail even from the desktop folder. After reviewing forums I tried emix convert, but this results in a message (utility unable to detect valid files for conversion)
    The address book contents on the external drive user/Library/application support/addressBook
    LastImport.plist
    Images
    AddressBook.data.previous
    AddressBook.data.beforesave
    AddressBook.data
    ABSubscribedPerson.skIndexInverted
    ABPerson.skIndexInverted
    ABPerson.index
    When I attempt to import into my current address book all the files are grayed. After transferring those files to my desktop trying to open them results in (there is no default application specified to open document)
    Please help!

    Use this link...
    http://www.cosmicsoft.net/emlxconvert.html
    emlx to mbox Converter
    In Mac OS X 10.4 "Tiger", the default message format for Mail messages changed from the Apple custom mbox-package format to the new emlx format (where messages are stored in individual files for Spotlight indexing). However, if you need to recover from a hard drive crash, it's almost impossible to recover your mail messages easily since Mail won't import emlx files and you can't add them to your mailboxes any other way.
    This tool will convert your individual emlx mail files (found in ~/Library/Mail/) to the old mbox format, used by almost every UNIX/Linux mail client and recognized by many more.
    With this tool, you could convert some individual emlx files to mbox and then import the mbox file using Mail for Mac OS X or almost any other mail client.
    To use the tool, drag your emlx files into the main window. Click the "Save mbox..." button and a prompt will appear, allowing you to save an mbox file.
    Version 1.0.3 improves performance and now supports "partial" emlx files.
    Download the tool for Mac OS X or for Windows.
    Donations? You can send PayPal to [email protected] or purchase some of my software. Thanks!

  • E-mail and text help

    I have a new I-mac.  when I see e-mails on my I-phone they will not ashow up on my i-mac until I click on the mail icon in the doc and click inbox and then I must wait a few minutes for them to load.  also when I delete a text on the i-mac it is not delete on my i-phone or i-pad.  my e-mail is hotmail.  any help would be appreciated.  I have been on with apple support and they feel it is a hotmail problem.  I am running an ethernet cable

    How to set up Outlook.com with IMAP
    Outlook.com or Hotmail.com IMAP setup
    Getting Hotmail IMAP to Work on a Mac

  • Email password problems and phone help so usless.

    So fed up with BT.
    Last week I was forced to change my password over and over and over and over.
    'We've detected some unusual activity on your email account.......'
    Which everyone on this forum knows is rubbish, and is just some glitch that BT cannot sort out. Its been going on for years.
    The fall out from this is that although I can now recive mail I cannot send it in Windows Live mail.
    BT operator tells me they have no training for Windows Live Mail and cannot help me. Thats it apparently, I've got to like it or lump it. Thanks BT.
    Isn't Windows Live Mail one of the most popular email programs out there?

    See
    http://bt.custhelp.com/app/answers/detail/a_id/41559/~/setting-up-bt-email-on-windows-live-mail-with...
    Thunderbird also works well on BT Mail.
    http://forumhelp.dyndns.info/email/thunderbirdbtmail.html
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Help with mail and webmail

    Hello everyone,
    I will need your help on some things regarding mail and webmail.
    First of all I am not an expert on mac as it is the first time that I'm setting up a server so please be lenient with my mistakes.
    OK let's begin.
    I have a mac mini running 10.6.4 and I have setup 2 domains. www.domain1.com & www.domain2.com
    2 DNS zones.
    1st zone hostname: domain1.com
    Nameservers:
    zone: domain1.com Nameserver Hostname: server.domain1.com
    Mail exchanger: mail.domain1.com Priority: 10
    1 Machine: Machine Name: mail.
    IP Address: my external IP.
    2nd zone hostname: domain2.com
    Nameservers:
    zone: domain2.com Nameserver Hostname: server.domain2.com
    Mail exchanger: mail.domain2.com Priority: 10
    1 Machine: Machine Name: mail.
    IP Address: my external IP.
    Mail Service:
    Domain name: mail
    Host Name: server.domain1.com
    SMTP: ON
    Allow incoming: ON
    IMAP/POP: ON
    Security:
    SMTP IMAP/POP:
    Kerberos: ON
    CRAM-MD5: ON
    APOP: ON
    LOGIN: ON
    SSL: Don't use
    Hosting:
    Enable virtual hosting: ON
    domain1.com
    domain2.com
    I have create 4 users:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    In Workgroup Manager I have also added a second short name for each user for overlapping, in the mail option the mail server for users in domain1 is the default: sever.domain1.com and for users in domain 2: server.domain2.com
    The problems are:
    1. When I send a mail from my users in hotmail it returns back as: Undelivered Mail Returned to Sender.
    2.How can I configure this emails on PCs?
    3.I want to create web services for both my domains without the users from domain1 can log in domain2.
    When I tried to active 2 separate web services for each domain the user from domain1 had access to domain2.
    For example
    In https://www.domain1.com should only login users who belong to this domain (domain1).
    Thanks for your time!!

    To control access to your web pages use Server Admin, select the sites tab, and then select realms.
    Add a realm for each of your domains, and then exclude all users except the ones applicable to that domain.
    Have you enabled mail for the users in Open Directory? What does your smtp log say when you try to send email?

  • Please remove the trial Visual voice mail and restore the basic voice mail functionality.

    Please remove the trial Visual voice mail and restore the basic voice mail functionality.

    To Disable Visual Voice Mail
    Sign in to your My Verizon online account. On left side of page find the drop down menu.
    Click to open menu, then go to change features and locate Basic Visual Voice mail.
    Locate the button Basic Visual Voice Mail and click the Red Remove Box.
    Scroll down until you see the listing: Basic Voice Mail, Visual Voice Mail etc. and click the Red Add box by Basic Voice Mail to add on this service.
    When you're done making changes click next at the bottom of the screen and then ok.
    Go into your device and set up your required Basic voice mail program. You may continue to receive an  error  message “new voice mail update" for a period of time”.   Hope this helps, GalaxyClass

  • Hi, I need help and advice. Basically me and my ex partner both had iphones and synced it with the same computer under the same ID. We split i have a new laptop and now it keeps asking for the old ID or it'll erase my apps bought on theold account.

    Hi, I need help and advice. Basically me and my ex partner both had iphones and synced it with the same computer under the same ID. We split up and now im trying to get all my apps and info onto my new laptop with a new account but it keeps asking me for the old apple ID which she is still using and she changed the password. i tried backing it up but still nohing. When i try to back up purchased items being apps etc its keeps asking for the old one. help

    See Recover your iTunes library from your iPod or iOS device. But you'll still need the password.
    Once you have the computer authorized to use the account she could change the password again to stop you buying apps on her card (assuming it's not on yours!). It would lock you out of upgrading them too but they should work unless she uses the deathorize all feature.
    It depends on how amicable the split is...
    tt2

  • I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    Which version of OSX and what email provider are you using.

  • HT5631 how do I verify my apple id? I can't sign in to it in mail and I can't make a new one because it just will not process I'm trying to set up iCloud between iPad and iPhone and having ALOT of difficulty pleAse help need it done by later on today!!!!!

    how do I verify my apple id? I can't sign in to it in mail and I can't make a new one because it just will not process I'm trying to set up iCloud between iPad and iPhone and having ALOT of difficulty pleAse help need it done by later on today!!!!!

    In order to use your Apple ID to create an iCloud account, the primary email address associated with the ID must first be verified.  To do this, Apple will send a verification email to your account and you must respond to the email by clicking the Verify Now link.  Make sure you are check the spam/junk folder as well as the inbox.  If it isn't there, go to https://appleid.apple.com, click Manage your Apple ID, sign in, click on Name, ID and Email addresses on the left, then to the right click Resend under your Primary Email Address to resend the verification email.

  • I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help :(

    I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help

    Hi Ishrak,
    I apologize, I'm a bit unclear on exactly what you are trying to log into with your Apple ID, or what exactly you are seeing (alert message, directions, etc) when you try to do so. If you continue to have issues with your Apple ID, you may find one or more of the articles linked from the following page helpful:
    Apple ID - Apple Support
    Regards,
    - Brenden

Maybe you are looking for

  • Is it possible to have multiple partitions on my hard disk drive and use Bootcamp to install Windows?

    Hi all, Here is my question: I have MBP early 2011 and was trying to install Windows 8 using Bootcamp but the option to install Windows is grayed out so I can't click the box next to "Install or Remove Windows 7." Is this because I have multiple part

  • File Adapter - In wich order reads the files ?

    Hi, I need to know in which order a File Adapter Reads several files from a directory. For example if my communication channel read files with this pattern:  TestFile*.txt And in the directory I have... TestFile_1.txt TestFile_20082312.txt etc... Wic

  • My iPad wont save anything to reading list all of a sudden

    I have tried saving pages from the Internet to my iPad reading list but it won't. Also pages I had saved has disappeared. What can I do????

  • Help on custom caret painting

    Hello all! I am developing a very custom editor (not only characters, but also drawings, etc) -- therefore need a caret blinking somewhere text exists. Tried out the following code: * Paints only caret. * @param pGraphics * @param pLineHeight private

  • Alternate for mx:html in web

    hi,      i am using the web application and try to use <mx:html> but it is not working which is worked before in the air application.      so if there is any alternate for <mx:html>