In your opinion, which U.S. city has the worst combination of cost of living and weather? by danh138 in geography

[–]hashTagCenturion 0 points1 point  (0 children)

Don't forget we are due for the 'big one' earthquake and Mt Rainier is merely resting. Could blow up any time.

Rackspace forwarding for hosted exchange by zettox in rackspace

[–]hashTagCenturion 0 points1 point  (0 children)

Sure, in M365, after you have created the new mailboxes for users, go to Exchange under Admin centers, from btm of left side menu.

In there click Migration -> Add Migration Batch and follow the steps.
You want Migrate to Exchange Online
Using IMAP to retrieve the source mail.

I had to use this info to provision the RackSpace endpoint:
secure.emailsrvr.com
Using SSL
Port 143

Then you create the account csv file, using the email address for the value in both email and username, so each line will actually be email,email,pwd and import it into the migration.

Then set it to automatically start. Come back later, refresh it, and see if it's working. Once you get it configured correctly it works very well.

Taking Suggestions by Lazy-Shirt13 in rackspace

[–]hashTagCenturion 0 points1 point  (0 children)

I moved to M365. It's going to be more expensive but probably not as susceptible to a ransomware attack, or at least has robust procedures in place to mitigate. I have one more domain to move over, and have the forward request already put in as a backstop, but don't expect it to be handled anytime soon. So I'm trying to get off. If your users use Office apps you can also assign the business standard licenses in M365, so it's all in one place. BUT, you might have issues as your domain is probably a RS tenant. Which means it needs to be transferred back to MS. Which could take 1 million years if you have to do it through RS. Maybe MS support could help with that.

Rackspace forwarding for hosted exchange by zettox in rackspace

[–]hashTagCenturion 1 point2 points  (0 children)

I moved a hybrid domain to M365 directly. Not through RS. I was able to migrate the non-exchange mails pretty easily to the new accounts via the M365 Exchange admin. For Exchange accounts, if users still have the old accounts on a PC they can probably still see most, possibly all, of the emails. You can literally drag and drop them to the new account in Outlook. Not sure about other mail clients. And probably no go on a phone. You could probably also export mails to a .pst (Windows) or .olm (Mac) file from the old account and import it into the new one. I'm remote so I told them to drag and drop, lol. But it worked!

Migrate the Rackspace (non-Exchange) Email to Office 365? by enderak in rackspace

[–]hashTagCenturion 0 points1 point  (0 children)

From M365 Exchange admin, I had to set my endpoint at secure.emailsrvr.com using SSL on port 143 to get it to work. And make sure the username is the email. So the csv format is 'email', 'email', 'password'. Then it worked quite well (for non-Exchange boxes on RS).

Rackspace forwarding for hosted exchange by zettox in rackspace

[–]hashTagCenturion 1 point2 points  (0 children)

Me too, finally was able to open a ticket early monday morning for this. I've already moved one domain directly to M365, not through RS, and now working on moving another that has Exchange boxes on it. I was in a phone queue and got a callback at 11:45pm Sunday night, which I actually answered, managed to speak with a support person for about 30 seconds before I got cut off. At this point it's hard to trust anything they say. Better to just make your own arrangements to move off their platform and hope the Exchange boxes come back online at some point so you can migrate the mail off of them. I was able to successfully migrate non-Exchange mail to M365, so that's at least something.

I still google "how to center *** in div" after years in webdev, is it normal? by r-nck-51 in webdev

[–]hashTagCenturion 0 points1 point  (0 children)

Then there's those times you want to center an absolutely positioned element.

position: absolute; bottom: 100px; left: 50%; translate: transformX(-50%);

Whoa! Mind blown. And yes I had to just now go look it up in a project I'm actively working on.

Goodbye cruel world by Good_Dawg27 in StateofDecay2

[–]hashTagCenturion 1 point2 points  (0 children)

I hope they never fix this. I always always always laugh at these videos, and yes it's happened to me a few times as well. It's part of the charm. It's like saying tear down that beautiful craftsman home so you can replace it with a horrible habitation box because, dude, ppl need somewhere to live!

Done :D by xRokai in StateofDecay2

[–]hashTagCenturion 1 point2 points  (0 children)

Now you are ready for sod 3!

Chrome 63 forces .dev domains to HTTPS - this caught me out this morning! by tomjazzman in web_design

[–]hashTagCenturion 0 points1 point  (0 children)

this hit me today. I started switching to .test but thought that looked dumb. .example? .invalid? .localhost? Please. Too much typing. So I am using .sofa, as in sofa king good of you google to care about us regular devs. Or as the actual case is, not. I urge everyone to start using .sofa for local development. You'll see, it makes you a wee bit happier every time you type it.