How do I config gmail hosted webmail while using iweb?

I had my site hosted at .mac but that crashed when I changed the mx records on 1and1.com to enable my webmail hosted by gmail. It erased the cname record and if I put the cname back in the webmail will go down...
What do I do?
Is there name server info for .mac I could input?
Do I need to fwd (or ftp) the site somewhere that 1and1 will host it?
or does .mac have somewhere that I could input the mx records for gmail?
ideas....
thanks

if I put the cname back in the webmail will go down...
I don't think this should happen if you point only the www CNAME at web.mac.com, which is what you are supposed to do. See this:
http://discussions.apple.com/thread.jspa?threadID=1288484&tstart=0
Is there name server info for .mac I could input?
No.
Do I need to fwd (or ftp) the site somewhere that 1and1 will host it?
You can certainly host your site elsewhere if you want. Here are some tips:
http://homepage.mac.com/thgewecke/iwebserver.html
or does .mac have somewhere that I could input the mx records for gmail?
No.

Similar Messages

  • How do I  turn music completely off while using maps

    How do I turn the music off while using apps for directions. Every time I use maps to navigate somewhere I get music that comes on automatically anyone know how to turn this off?

    Just disabling firewire at the system settings not physically shuts off power to the firewire port. And since you feel by yourself facing a hardware defect, I would recommend taking the computer to a repair center.
    Maybe they are able (I'm absolutely not sure about, but sometimes hope dies at last to remove an internal cable and so shut down the firewire ports without replacing any expensive parts.

  • How can I archive gmail hosted emails on SharePoint Server

    I have my email hosted on gmail cloud server, and I am about to get SharePoint 2013. I would like to use SharePoint to archive my gmail email on-premise. Can you advise on what I should do?
    Some suggested this:
    the only option I can see is to create a document library with an "email" content type, put the fields you need there
    2nd. Create a timer job that reads from GMAIL using their API
    Basically your timer job will make web service/rest calls, and once it has the info on memory, then use the sharepoint server API, to create a list item on sharepoint
    Seems pretty simple, all you need is to learn their api, info below
    Is there any tutorial on how I can do this?

    Hi,
    According to your post, my understanding is that you want to archive emails on SharePoint Server.
    We can create an Email List in SharePoint and create a Timer Job add the email data(from Gmail hosted) into the list.
    The following articles for your reference:
    Create and Deploy Custom Timer Job Definition in SharePoint Programmatically
    http://www.codeproject.com/Tips/634208/Create-and-Deploy-Custom-Timer-Job-Definition-in-S
    How to: Add or Delete List Items
    http://msdn.microsoft.com/en-us/library/office/ms467435(v=office.14).aspx
    Bulk Add new items to a SharePoint List using ProcessBatchData
    http://www.arboundy.com/code/sharepoint/bulk-add-new-items-to-a-sharepoint-list-using-processbatchdata/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How do I move files in iCloud while using my mini iPad?

    I just recently got an iPad mini with retina display.  This is my first iPad.  There are many things that are new to me.
    At the moment, I'm trying to figure out how to move or delete files in iCloud Drive while using my mini iPad.  As I understand it, the only way to look at, organize or move files in the iCloud drive is to login to iCloud via a browser other than installing a separate specific application that lets me do that.  However, I have found that even if I login to the iCloud drive using a browser, I still can't move or delete files while using the mini iPad although I can view the file list and folder list, create file folders, and use files for which I already have an application installed.
    How do I get around this so that I can do those things?  Do I really have to get a separate application to do that?  If so, what's a good one to use?

    Hi Files get sent to iCloud when you backup this happens Automatically When you charge your iPad Since ios 7 Almost everything can be done over your WiFi Software updates  apps& data can all be synced over WiFi We have  2 iPhones & 3 iPads & have not used PC for over a year. For Apple Devices. Go to ibooks download iPad user guide its Free. Cheers Brian

  • How do we make finder toolbar visible while using firefox

    We do not have firefox in fullscreen. The toolbar is visible when in any other application, and hides only while using firefox, a recent development.

    Hi,
    Can you please provide a screenshot of what this finder toolbar looks like? [[How do I create a screenshot of my problem?]]

  • How can I select the existing worksheet while using OLE2 to open the template workboo

    Source:
    application:=ole2.create_obj('Excel.Application');
    workbooks:=ole2.get_obj_property(application,'Workbooks');
    args := ole2.create_arglist;
    ole2.add_arg(args, 'c:\RptTemplate.xlt');
    workbook:=ole2.invoke_obj(workbooks,'Open',args);
    ole2.destroy_arglist(args);
    worksheets:=ole2.get_obj_property(application,'Worksheets');
    args := ole2.create_arglist;
    ole2.add_arg(args, 'Sheet1');      
    worksheet     :=ole2.invoke_obj(worksheets,'Select',args);
    ole2.destroy_arglist(args);
    Problem:
    1. While executing the above code, error -305500 occurs after executing "worksheet := ole2.invoke_obj(worksheets','Select',args)". How can I select the sheet i wanted in the template ??
    2. As I refer to the forms on-line document, it stated that the ole2 programmers documentation can provide all object types and methods that can be used with the OLE2. Does any link can provided to download the specified documentation ??

    The error is probably that your Worksheets variable is actually empty. Looking at your code I think the problem is that you try and get the value of the worksheets collection from the application then you should try and get it from the Workbooks object.

  • How can I keep windows in front while using other apps?

    I want to keep a Preview window in front of all windows while I work in photoshop, how can I do that? I know it is possible, because I saw an artist do it on youtube. He had his references opened up in Preview, while working photohsop, and the Preview window some how stays above the Photoshop window. I know I can just have them side by side by using photoshop in window mode, and shtinking it into a half sized window, but I have porblem rotating the canvas and it is just to small to work when it is like that. He mangaed to use phoshop in full window mode (fills the whole screen) and still have his preview window stay in front. I asked him but I got no reply. So I was hoping some here would know.

    Yeah, I was also using Afloat before updating to Lion, but now it seems it is not compatible anymore. Mac should have that function (keep a window on top) built in - such an easy thing and so helpful, much more than all claimed "productivity" apps etc. Linux has it since always...

  • How can i access gmail's smtp server using java mail api

    i m using java mail api to access gmails pop and smtp service to receive and send mail from ur gmail account. I m able to access gmails pop server using the ssl and port 995 , but i can not use its smtp server to which i m connecting using ssl on 465 port. It requires authentication code.
    if anybody can help me in this regard i m thnkful to him/her.
    thnks in advance.
    jogin desai

    Here's an example of using SSL + Authentication
    http://onesearch.sun.com/search/onesearch/index.jsp?qt=ssl+authentication&subCat=siteforumid%3Ajava43&site=dev&dftab=siteforumid%3Ajava43&chooseCat=javaall&col=developer-forums

  • How to restrict  redundant value in report while using left outer urgent

    Hi frineds
          i am developing pp report,
    i am using the select query,
      the output instead of one i ,got two for every one
    ex reason badm-- onlyone
    but igives badm
                    badm
      SELECT FMATNR FAUFNR FPSMNG GXMNGA GPERNR GBUDAT GGRUND GVORNR  GAUFPL  GIEDD H~GRDTX INTO CORRESPONDING FIELDS OF TABLE IT_AFPO_IDEL
             FROM AFPO AS F
             INNER JOIN AFRU AS G ON FAUFNR = GAUFNR
            INNER JOIN TRUGT AS H ON GGRUND = HGRUND
             LEFT OUTER  JOIN TRUGT AS H ON GGRUND = HGRUND
             WHERE F~MATNR IN S_MATNR AND
                   F~AUFNR IN S_AUFNR   AND
                  G~ISDD IN S_ISDD AND
                   G~IEDD IN S_IEDD AND
                   G~WERKS IN S_WERKS AND
                   G~XMNGA <> 0 .
    how can i restrict ,give me solution ,very urgent
    Thanks in advance
    Regards
    ds

    Hi Chandran,
                I got that Idea too. I created a authorized customer, I created a authorized Object and assigned to a role.But in the role, when I am changing the object to generate profile, it is asking to select list of customers from the customer table.If the customers are always constant then this would work,  but in my scenario, customers for the sales rep changes over time and when I ever reps open the query, they should see updated list of customers assigned to them only, as we update the master data everyday from source system and that shud reflect in the value help.
    I am trying User Exit to achieve this, but I am not getting proper ideas how to do this.
    Any Help on this issue with user exit code???
    Thanks in Advance
    regards,
    PNK

  • How do i integrate GMail into Enterprise Portal using a URL iView?

    Hi,
    Can some one tell me ohw i can integrate GMail or any other Mail into portal using URL iView or any other iView?

    Hi nadh,
    See if by any chance, the following links prove to be of any help:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=207925">https://www.sdn.sap.com/irj/sdn/thread?threadID=207925</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=137144">https://www.sdn.sap.com/irj/sdn/thread?threadID=137144</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=63299">https://www.sdn.sap.com/irj/sdn/thread?threadID=63299</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=95643">https://www.sdn.sap.com/irj/sdn/thread?threadID=95643</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/7c/6a469702474146a8ef2f97fe880b2f/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/7c/6a469702474146a8ef2f97fe880b2f/frameset.htm</a>
    Bye
    Ankur
    Do reward points if it helps!!

  • How to pass select-options in key while using Read Statement.

    Hi SAP gurus,
    I was using a select stmt. with were clause of Select-options it was working fine,
    now my scenerio is changed i need to read an internal table
    with key of select-options....
    how to read internal table with key S_MATNR (Select-options).

    Hi,
    We can certainly do this.
    We need to loop the internal table with select-options condition.
    Example  :
    LOOP AT ITAB WHERE FIELD =  S_FIELD.
    ENDLOOP.
    This should solve your problem.
    Plz reward if useful.
    Thanks,
    Dhanashri.

  • How to find the check box selected while using Class in ALV grid display

    hi,
    I am displaying the ALV report using Class 
    For Example: CALL METHOD MYGRID->SET_TABLE_FOR_FIRST_DISPLAY EXPORTING I_STRUCTURE_NAME = 'ACC1'
                                                             IS_VARIANT = GS_VARIANT
                                                             I_SAVE = 'A' "XSAVE
                                                             IS_LAYOUT  = LOUT
                                                     CHANGING  IT_FIELDCATALOG = IT_FIELD
                                                               IT_OUTTAB = ACC_NO[].
    In output i am getting 10 customer with check box, how do i find that customer number is selected.

    HI,
    Once user selects a check box, he would CLICK on a button ( say PROCESS )inorder to do the processing for the selected records. So in the PAI, under the EVENT ( OK CODE ) of the Button ( say PROCESS ), write the following code.
    CALL METHOD MYGRID->check_changed_data.
    Now,
    Loop at acc_no where check = `X`.
    Do the processing.
    endloop.
    Best regards,
    Prashant

  • How to activate a window in FCP while using Livetype

    When I am typing some thing in Livetype the FCP video pauses. How can I edit on Livetype and simultaneously keep listening or watching the video in FCP.

    FCP must be the active, front most application or it will stop playing.
    This will of course prevent you from editing text in LiveType as that will then >be in front.
    Ya this is what is happening.
    You might try using Movie Note Taker to view the video instead -www.dvcreators.net
    Thanks for this suggestion.

  • How can hide jsession id in url  while using struts

    i'm new to struts and when i use struts there is a jsession parameter in url how can i hide and dont see it

    Turn on cookies.

  • How do I mark someone as important while using "do not disturb"?

    How do I specify a person as important when I choose to have "do not disturb" on?

    Add them to your Favorites in the Phone app. then set Do Not Disturb to Allow calls from favorites.
    http://support.apple.com/kb/HT5463

Maybe you are looking for