[appengine-java] Re: using getResourceAsStream to fetch XSL Sheet

2010-02-15 Thread vbart
Hello, I also load XSL style sheets from a jar and without problems. I do not have any special config line in web.xml nor appengine-web.xml. Only if your XSL style sheets were put directly in the WAR and outside WEB-INF folder, then you would have to add to the appengine-web.xml something like

[appengine-java] Re: JPA still has the 1000 record limit in GAE 1.3.1?

2010-02-15 Thread mjustin
Thanks for your answer! My current code uses query.setFirstResult(n), is this still limited to 1000? Your link is rather old and covers Python, but I would like to use JPA with Java. Do I have to use JDO or will JPA drop the 1000 records limit later? Regards, On 15 Feb., 05:31, Timofey Koolin

[appengine-java] Do I need to re-cache my object after I updated it in the memcache of Google AppEngine?

2010-02-15 Thread opok
Hi all, I created a bean to be cached in the memcache, when I retrieved it from the memecache and called some methods on it to update its status, do I need to re-cache it into memcache? I guess that memcache used its reference, so I should not need to do it. But things turn out that I am not

Re: [appengine-java] Do I need to re-cache my object after I updated it in the memcache of Google AppEngine?

2010-02-15 Thread John Patterson
Yes you need to put it in memcache again. All instances returned from memcache are deserialized copies of the original. On 15 Feb 2010, at 16:04, opok wrote: Hi all, I created a bean to be cached in the memcache, when I retrieved it from the memecache and called some methods on it to

[appengine-java] Re: Do I need to re-cache my object after I updated it in the memcache of Google AppEngine?

2010-02-15 Thread opok
thanks, that make sense. On Feb 15, 5:10 pm, John Patterson jdpatter...@gmail.com wrote: Yes you need to put it in memcache again.  All instances returned from   memcache are deserialized copies of the original. On 15 Feb 2010, at 16:04, opok wrote: Hi all, I created a bean to be cached

[appengine-java] Re: Issue with URLFetchService HTTPResponse .getContent()

2010-02-15 Thread Johnnie Walker
Rookie mistake, I feel stupid, Thanks John. On Feb 15, 1:26 am, John Patterson jdpatter...@gmail.com wrote: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Class.html#getName() On 15 Feb 2010, at 05:40, Johnnie Walker wrote: Hi, I might be my environment but could somebody else please

[appengine-java] Cron job schedule format question

2010-02-15 Thread opok
Hi, I need a cron job to run on every 15 mins in every weekday just from 8:00 to 16:00. How to set the Schedule Format for this cron job? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] How would you suggest to have a dynamic settings in my app ?

2010-02-15 Thread Shai
Hi, I would like to dynamically change some settings of my application without having the settings hard-coded and re-deploy the application .. I guess I could have a static settings file somewhere and URLFetch it + parse and change settings accordingly. However this seems slow and cumbersome ..

[appengine-java] DeadlineExceededException on LogFactory.getClass()

2010-02-15 Thread Heru Martinus Salim
Hello, I got a DeadlineExceededException as I initialize my Logger. Here is the code which threw this exception: private final org.apache.commons.logging.Log LOG = org.apache.commons.logging.LogFactory.getLog(this.getClass()); Any idea how could this happen? This class is initialized via Spring

[appengine-java] Re: Google Plugin for Eclipse 1.3 plans

2010-02-15 Thread Matthew McGinty
Keith, Please address #2739 : http://code.google.com/p/googleappengine/issues/detail?id=2739 at the same time you address #1515. My project (Open BlueDragon) needs to be easily switched between non- GAE and GAE environments. Thanks. Matt McGinty On Feb 4, 2:52 pm, Keith Platfoot

Re: [appengine-java] AppCfg error

2010-02-15 Thread Andreas Blomqvist
Hi Still has this problem. Using Netbeans 6.8 on SnowLeopard 10.6 (OSX) What build file are you refering to? The build-impl.xml or the ant-deploy.xml ? Thanks 2010/1/30 杨浩 skzr@gmail.com after gae set,this is a e.x: target name=GAE update description=Uploads the application to App

[appengine-java] Task Queue bugs?

2010-02-15 Thread WSouza
Hello, Is this normal? I am using the task queues, I've added about 20 tasks and all of them returned with a 500 error on the first execution (indexes being built or cold start latency), and now after 25 minutes they are all still in queue, is it normal to take that long after an error? Or is

[appengine-java] Re: using getResourceAsStream to fetch XSL Sheet

2010-02-15 Thread derkent
thanks I figured it out. For some reason I had to extract the file then mimic the clashpath under web-inf and it worked. odd. On Feb 15, 9:16 am, vbart vaclav.barta...@spolecne.cz wrote: Hello, I also load XSL style sheets from a jar and without problems. I do not have any special config line

[appengine-java] Need urgent help - java.lang.ClassNotFoundException: com.google.appengine.api.memcache.MemcacheService

2010-02-15 Thread imyousuf
Hi, I am getting the error below for the following Guice binding: protected void configure() { . bind(MemcacheService.class).toInstance(getMemcacheServiceInstance()); // Line 44 . } protected MemcacheService getMemcacheServiceInstance() { return

[appengine-java] Re: Unable to upload application - Total refill rate must not exceed 20 per second

2010-02-15 Thread Ronin
I dont think it is related to queue configuration. All the queue rates are below 20. I cant upload this as a second application ( with a new app id ). But I can upload this as the first application. There is some connection between app ids queue configs. Should the queuenames be unique across

[appengine-java] A record (IP address??)

2010-02-15 Thread raringsunny
I have a website hosted on google apps server and I recently made a change and moved to Microsoft office live server. I want to switch back to Google apps and I need help with the A record (point to IP address field). That's the field I had changed and had given Microsoft office live server's IP

[appengine-java] Discussion on will-it-play-in-app-engine

2010-02-15 Thread Bryant Luk
Apache Wink ( http://incubator.apache.org/wink/ ) should be compatible with Google App Engine. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To

[appengine-java] Mail API / Sender Email Address

2010-02-15 Thread Henning
Hello, I have set up my own .com domain on Google apps, set the CNAME entries and I can now access my google app engine project through my own .com address rather than appspot. I set up google mail as a google app on my domain too. If I have now a google mail account like m...@mydomain.com and

[appengine-java] Cannot find the declaration of element 'jdoconfig'.

2010-02-15 Thread beart
I'm starting my local gae application and have jdo config the same that example on gae tutorial, but there is the msg Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 4 in XML document from class path resource [META-INF/ jdoconfig.xml] is invalid; nested

[appengine-java] 500 internal server error

2010-02-15 Thread karthikeyan s.p
Hi, I have created a web application that can be accessed with this link, http://publicationnumbersearch.appspot.com/ It gives 500 internal server error and I am not able to find why and what causes the problem. How can I find the problem and what would have been wrong here. Thanks. Karthi. --

[appengine-java] SVG data in a jsp file

2010-02-15 Thread Martin Trögner
My application shall create SVG data which will be integrated in a jsp. For svg data you normally can use object data=f.svg type=image/svg+xml width=200 height=200 / I think this cannot work, because you cannot create a file with the SVG data using GAE. So I tried to use inline SVG, but

[appengine-java] Re: Class XXX has multiple relationship fields of type YYYY

2010-02-15 Thread Payam
The problem is still not solved. Although you can persist an object with multiple relations of the same type. When you actually query the object, the retrieved object has duplicates for the multiple relations. As in, if I were to persist instances A, B inside C. When I query for C, both objects

[appengine-java] Content caching and Compression

2010-02-15 Thread zainul franciscus
I was browsing through Google App Engine feature documentation. In certain page I found that Google App Engine does not support gzip compression nor content caching but on other page Google said that they have incorporated gzip compression feature in app engine. Does any body know whether google

[appengine-java] [JDO/SDK1.3.1] A bug around transaction

2010-02-15 Thread vori
Hi, I think it is a bug around transaction of JDO/SDK1.3.1. It does not occurs with SDK1.3.0 Entity entityA = pm.getObjectById(Entity.class, keyA); entityA.setDoubleProperty(Math.random()); tx = pm.currentTransaction(); tx.begin(); // This makePersistent throws javax.jdo.JDOException: //

[google-appengine] Re: Lucene/Compass

2010-02-15 Thread Tonny
Not having access to the file system on GAE will prevent you from using the out-of-the-box Lucene Index implementations (which uses the filesystem). On Feb 13, 12:40 am, Patrick Twohig patr...@namazustudios.com wrote: I was curious if anybody is using Lucene and Compass and how well it works in

[google-appengine] 1.3.1 on linux

2010-02-15 Thread Tonny
Hi Running 1.3.1 under Linux gives me this. File /opt/google_appengine/google/appengine/ext/db/__init__.py, line 1563, in get rpc = datastore.GetRpcFromKwargs(kwargs) Any bode else trying to run 1.3.1 on Linux? I also had a heap of problems running 1.3.1 on OS X, but they could be worked

[google-appengine] Re: 1.3.1 on linux

2010-02-15 Thread Tonny
My Bad, switching the GAE modules while the app is running is a bad idea. I'm just so used to the dynamic reload part... Cheers Tonny On Feb 15, 10:20 am, Tonny 12br...@gmail.com wrote: Hi Running 1.3.1 under Linux gives me this.   File

Re: [google-appengine] Am I allowed to host my site at app engine?

2010-02-15 Thread Nick Johnson (Google)
Hi Philip, You're certainly welcome to develop and host such a site on App Engine, provided it doesn't violate any laws (eg, copyright law). Please do read our Terms Of Service: http://code.google.com/appengine/terms.html . We impose very few restrictions on what apps may be run on App Engine.

Re: [google-appengine] Re: Unrecoverable 500 error

2010-02-15 Thread Nick Johnson (Google)
Hi Ivan, This error occurs when all the request handlers for your app are busy processing requests, and incoming requests are queued for more than 10 seconds. This is usually because your app takes a very long time to process requests, or because you're doing 'long polling' or something else that

Re: [google-appengine] Re: JDO: Owned 1 to Many relationship between the objects of the same class

2010-02-15 Thread Alexander Arendar
Hi Ian, thank you for explanation. I voted for that issue. Hope it will get is fixed a bit faster :) Sincerely, Alex On Sat, Feb 13, 2010 at 4:35 PM, Ian Marshall ianmarshall...@gmail.comwrote: Hi Alex, You might care to star datanucleus-appengine issue 80 (Recursive relation does not

[google-appengine] Datastore bug?

2010-02-15 Thread clay
I'm running this query (.toString()) in my Java code: SELECT * FROM FactWeekMediumKeyword WHERE __key__ = DimAccount(d001200RlItfAAF)/FactWeekMediumKeyword(O27kBI-kCV== JqKWRaCc73KiOq_iOF== ) AND __key__ DimAccount(d001200RlItfAAF)/FactWeekMediumKeyword(O27kBI-kCV== JqKWRaCc73KiOq_iOV==

[google-appengine] Re: Datastore bug?

2010-02-15 Thread clay
I've posted this to the issue tracker, which is probably more appropriate place. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Re: Select columns

2010-02-15 Thread ryan
On Feb 14, 10:13 pm, Manny S manny.m...@gmail.com wrote: I was trying to use the Key string for ordering and pagination. Guess I will have to look into creating a separate field for pagination.  Thanks, have you looked at the recent 1.3.1 release? we now support pagination with cursors, so you

[google-appengine] Re: When is the Timeout bug going to get fixed?

2010-02-15 Thread ryan
On Feb 12, 9:42 am, Stephen sdea...@gmail.com wrote: Obviously, if your files are 1MB then the blobstore is your only option. If you have a few static files then static file serving is an option.  But if you have dynamic files 1MB there are now two options: db/memcache or blobstore.  Which

Re: [google-appengine] Datastore bug?

2010-02-15 Thread Nick Johnson (Google)
Hi clay, What is your application ID? -Nick Johnson On Mon, Feb 15, 2010 at 1:22 PM, clay clay.lenh...@searchlatitude.comwrote: I'm running this query (.toString()) in my Java code: SELECT * FROM FactWeekMediumKeyword WHERE __key__ =

Re: [google-appengine] Re: Select columns

2010-02-15 Thread Jeff Schnitzer
You will likely find it good practice to keep a createdDate (and possibly a modifiedDate) in all of your entities. Makes debugging easier, and if you're looking for this kind of pagination, there you go. Trying to abuse the key system for these purposes seems a bit hazardous. That said, you can

[google-appengine] Some questions about scalability and feasibility (i.e. trying to do due diligence :))

2010-02-15 Thread peterk
I've sort of been 'visioneering' some web apps that I might implement on GAE, and as I am inclined to do, I've been thinking about the best- case scenarios, and scalability to that point. I note that for billed apps, there's a request limit of 43m requests per day - calculated from a limit of 500

[google-appengine] Re: Datastore updates in 1.3.1: So much better

2010-02-15 Thread gwstuff
Just thought I'd add my vote of satisfaction here too. Errors that used to occur in my apps due to timeouts have completely disappeared since the release. I already had code that would retry failed writes when they were critical (i.e. the response depended on them) but that tactic would sometimes

[google-appengine] Width Problem with GWT DialogBox in Chrome, Safari

2010-02-15 Thread Brett Shelley
Hi all, I am experiencing some problems with the GWT DialogBox in a number of places. Basically, the DialogBox gets cut off (width-wise) when in displays in Chrome and Safari. The DialogBox appears fine in Internet Explorer and Mozilla Firefox. I have attached a screenshot for those

Re: [google-appengine] Width Problem with GWT DialogBox in Chrome, Safari

2010-02-15 Thread 'Αλκης Ευλογημένος
This is the wrong mailing list for this question. You should be posting here: http://groups.google.com/group/Google-Web-Toolkit On Mon, Feb 15, 2010 at 8:16 PM, Brett Shelley brett.h.shel...@gmail.comwrote: Hi all, I am experiencing some problems with the GWT DialogBox in a number of places.

Re: [google-appengine] Width Problem with GWT DialogBox in Chrome, Safari

2010-02-15 Thread Brett Shelley
Sorry about that. My apologies. 2010/2/15 Alkis Evlogimenos ('Αλκης Ευλογημένος) evlogime...@gmail.com This is the wrong mailing list for this question. You should be posting here: http://groups.google.com/group/Google-Web-Toolkit On Mon, Feb 15, 2010 at 8:16 PM, Brett Shelley

[google-appengine] GAE Email is going to the spam folder. Best Practices to avoid this??

2010-02-15 Thread kghate
Hi All, I am sending a very standard Account Confirmation email from my GAE powered website www.smbreviews.com The idea is simple, an email will sent out from ad...@smbreviews.com asking recently registered users to confirm their email address, this is just under development currently.

[google-appengine] Is there any way I can test datastore.Timeout

2010-02-15 Thread naan
It's great that SDK 1.3.1 automatically retries timeouted datastore operation, but I still get enough timeout error on my instance. The problem of dealing with timeout is there's no way to do unit testing with timeout error. If SDK has some kind of Emulate datestore timeout options, it would be

[google-appengine] Re: Programmatic access the logs

2010-02-15 Thread peterk
Came to ask about this and found your post. This would be exceptionally useful. A common use case at the moment seems to be this - a request comes in with some data, dump the data to memcache, then later on a task might come along, aggregate data from memcache, and persist it to datastore in

Re: [google-appengine] GAE Email is going to the spam folder. Best Practices to avoid this??

2010-02-15 Thread Barry Hunter
You could setup SPF records on your domain to designate AppEngine as a permitted sender. I beleive you can use _netblocks.google.com to delegate. have a look at how gmail.com does it, can use `dig gmail.com TXT` Not a magic bullet, but shouldnt harm and is quite easy. On 15 February 2010

Re: [google-appengine] Re: Lucene/Compass

2010-02-15 Thread Patrick Twohig
Yeah. I know. The beta version of Compass supports GAE On Mon, Feb 15, 2010 at 1:13 AM, Tonny 12br...@gmail.com wrote: Not having access to the file system on GAE will prevent you from using the out-of-the-box Lucene Index implementations (which uses the filesystem). On Feb 13, 12:40

[google-appengine] Re: Some questions about scalability and feasibility (i.e. trying to do due diligence :))

2010-02-15 Thread ryan
hi peter! thanks for the post. On Feb 15, 10:49 am, peterk peter.ke...@gmail.com wrote: I've sort of been 'visioneering' some web apps that I might implement on GAE, and as I am inclined to do, I've been thinking about the best- case scenarios, and scalability to that point. I note that for

[google-appengine] Re: Is there any way I can test datastore.Timeout

2010-02-15 Thread ryan
On Feb 15, 3:27 pm, naan kaz...@gmail.com wrote: It's great that SDK 1.3.1 automatically retries timeouted datastore operation, but I still get enough timeout error on my instance. The problem of dealing with timeout is there's no way to do unit testing with timeout error. If SDK has some

Re: [google-appengine] Google Calendar Sharing

2010-02-15 Thread Patrick Twohig
Wrong group for this sort of thing. You need the group for Google Apps not Google App Engine. On Thu, Feb 11, 2010 at 3:15 AM, Rajalakshmi Subramanian raji.sm...@gmail.com wrote: Hi everydody I'm working with Google app for domain.Admin want to share user A's calendar to user B is it

[google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-15 Thread ai_...@live.ru
1) Don't be rude with me plz.. i'm not your freind, and i (unlike you) don't call you stupid. 2) If you call everione who use\used GAE - troll.. Hmmm.. then i have nothing to say to you. On 14 фев, 05:43, Wooble geoffsp...@gmail.com wrote: This wouldn't happen to most of us because 1) we

[google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-15 Thread ai_...@live.ru
Well i like GAE, but this situation is pissing me off. And you even want someone to pay money for THAT? o_O I just want to use servise. I don't want you to suggest somethin. I want you to help me. Is it really hard for Google to help people to use they servises? And please READ THIS ONE MORE

[google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-15 Thread ai_...@live.ru
Plz get lost.. I'm talking about Google right now... On 15 фев, 03:25, Jesaja Everling jeverl...@gmail.com wrote: I also recommend bitbucket. There is a free plan that lets you create one private repository, and the cheapest paid plan is only 5$ (5 private repositories). The free plan even

[google-appengine] Memcache: key_prefix vs namespace?

2010-02-15 Thread Nickolas Daskalou
What's the difference between key_prefix and namespace when using the Memcache.*_multi() functions? Maybe my understanding of namespace is wrong, but I thought namespace was basically a (string) prefix on the cache key. -- You received this message because you are subscribed to the Google

[google-appengine] Monitoring HTTPS traffic from app engine - running locally

2010-02-15 Thread mattb
Hello, I need to peek at the HTTPS traffic generated by my local instance of the app-server when debugging. How do I configure the local appengine instance to use to a http proxy for it's web requests? Or is there a way to configure a proxy to employed by urlfetch using the urlfetch API (I

[google-appengine] Re: Unit testing XMPP service

2010-02-15 Thread skyleecm
hi Dan, how about using any of XMPP client library to write your tests? Cheemeng On Feb 13, 5:44 pm, Dan dka...@gmail.com wrote: Hi, I've got an app that uses GAE's XMPP service.  I'd like to write some unit tests that verify the behavior of the server when it receives various messages

[google-appengine] Re: 1.3.1 SDK Prerelease - help us verify

2010-02-15 Thread Christian Schuhegger
Hello, I understand that this is a prerelease, but is there a maven repository where I can reference this new SDK? I did not find it at: http://maven-gae-plugin.googlecode.com/svn/repository/com/google/appengine/ -- You received this message because you are subscribed to the Google Groups

[google-appengine] Changing a model's property type

2010-02-15 Thread lennysan
I created a model with the type IntegerProperty, and now need to convet this to a StringProperty. I tried to follow the direction of http://code.google.com/appengine/articles/update_schema.html, but I can't seem to get around a BadValueError when fetching the data. Is there any way to do this?

[google-appengine] Unable to Sign up for Google App Engine

2010-02-15 Thread intermension
There appears to be a problem with the Google Apps sign up service at : https://appengine.google.com/start At the above URL, there is an button to Create An Application. Clicking that button redirects to a Verify Your Account by SMS form. Since a New Zealand mobile phone number is to be used

[google-appengine] Moving domain to Google App Engine

2010-02-15 Thread Martijn
I'm investigating the possibilities of Google App Engine for a website. I've come to the point of moving the website from the old PHP host to GAE. The site has it's own domain and e-mail addresses attached to this domain. Because I don't need the services of the old host anymore, I'd like to move

[google-appengine] Re: App Engine SDK 1.3.1 is out!

2010-02-15 Thread reallife
Quick question: I understand how to set up the custom wildcard domain (as described here: http://code.google.com/appengine/docs/domain.html) but I am unsure how to map this within my application. I could not find any Python code examples in the documentation. Any suggestions are very much

[google-appengine] Servelts jsp

2010-02-15 Thread kizito
people i am really new and seeking for help. I have a project in app engine application. i have started by reading on the net but i cant get thing right. I see code in servlet is the same with code in jsp My question is that, is it possible to use Jsps with javabeans without using servlets to

[google-appengine] what is the free quota of GAE?

2010-02-15 Thread oscar
I only find this,but no cpu cycle that we can free use... Hard limits Quota Limit Apps per developer 10 Time per request30 sec Files per app 3,000 HTTP response size 10 MB Datastore item size 1 MB Application code size 150 MB Quota Limit Emails per day 2,000

[google-appengine] BotNet/DDoS Attack on my App Engine site ?

2010-02-15 Thread Madhukar
I have a simple website at http://www.dollar2rupee.net/ which uses App Engine. I used to get anywhere between 100 to 1000 visits a day. But today App Engine is reporting 296K requests only in past few hours and I'm already over the quota limit. I have disabled the app temporarily now. Is this some

Re: [google-appengine] 1.3.1 on linux

2010-02-15 Thread andreas schmid
mine is working fine on ubuntu karmic. Tonny wrote: Hi Running 1.3.1 under Linux gives me this. File /opt/google_appengine/google/appengine/ext/db/__init__.py, line 1563, in get rpc = datastore.GetRpcFromKwargs(kwargs) Any bode else trying to run 1.3.1 on Linux? I also had a heap

[google-appengine] Google Searchable site .. Displaying Array list help

2010-02-15 Thread Avis developer
Hi, I hav 2 questions.. 1.) I tried searchng my application in google,it never came in the list.. why s t so.. How to make it appear in the list... 2.) I have a array list with say 50 items..I need to display it sequentially in several pages with each page having 10 items..Like the

Re: [google-appengine] Moving domain to Google App Engine

2010-02-15 Thread Robert Kluin
Just be sure the MX entries continue pointing to your mail server. Aside from you creating a CNAME record, GAE will not impact your DNS at all. Robert On Mon, Feb 15, 2010 at 9:44 AM, Martijn keloys...@gmail.com wrote: I'm investigating the possibilities of Google App Engine for a

[google-appengine] Re: GAE Email is going to the spam folder. Best Practices to avoid this??

2010-02-15 Thread kghate
Thanks Barry. I made the changes as per this article http://www.google.com/support/a/bin/answer.py?hl=enanswer=33786 Are these are the changes that you meant? On Feb 15, 4:20 pm, Barry Hunter barrybhun...@googlemail.com wrote: You could setup SPF records on your domain to designate AppEngine

[google-appengine] Extra Developer don't see the application, can't upload the app

2010-02-15 Thread Mehdi
I added a developer to my application. The status on the developers tab shows Active. But he signs in his account, he can't see the application. He can't upload the app either. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

Re: [google-appengine] Re: App Engine SDK 1.3.1 is out!

2010-02-15 Thread Danny Tuppeny
When you setup extra domains, they'll all just run the same scripts. However in your scripts you can read the host header using: os.environ.get('HTTP_HOST') This will contain the full domain (eg. mysub.mydomain.com), which you could use to do output different content. Hope this helps, Danny

[google-appengine] Re: Moving domain to Google App Engine

2010-02-15 Thread Martijn
Thanks for the reply Robert, it's quite clear now. Just a quick follow-up question: I can also keep my current hosting provider to host the domain (DNS) only. This way nothing will change in the MX-records. If I understand correctly I have to do this next: - I will have to add the domain to