Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Leaving old host questions
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sat Apr 02, 2011 10:32 pm    Post subject: Leaving old host questions Reply with quote

I'm leaving Godaddy and moving my site to my server with vr.org (which I've actually done already).

Couple of questions:

1. While my hosting account with Godaddy expires at the end of April, my domain reg with Godaddy expires in 2013. I'm thinking I'll just leave the domain reg there. I shouldn't have any problems until I register my domain with another registrar... right?

2. Should I expect to run my own email server on my vr.org account (kind of fun to think about, actually)? Does leaving a shared hosting account mean leaving behind email service for a domain, or is that tied into my domain registration with Godaddy?

I don't want to ask Godaddy either question, because I'm hesitant to deal with tech support staff there.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54850
Location: 56N 3W

PostPosted: Sat Apr 02, 2011 11:06 pm    Post subject: Reply with quote

audiodef,

Provided you can point your A record to your new IP with vr.org, it will all just work.
During your changeover, while your new IP propogates around the world, some visitors will get the old IP and some the new one.
This only takes a few hours.

If you want to run a mailserver, you need to add a MX record to your Godaddy nameserver. Don't set it up as an open relay - even accidently or it will just get banned.

If you have native IPv6, you will need an AAAA record to direct readers with IPv6 to your site. Thats a long term project.
Almost nobody uses IPv6 yet.

If Godaddy provides a web based tool for you to manipulate your nameserver entries, its all down to you, otherwise you will need to deal with tech support to get changes made. That won't be often.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Sat Apr 02, 2011 11:26 pm    Post subject: Reply with quote

NeddySeagoon wrote:

If Godaddy provides a web based tool for you to manipulate your nameserver entries


they do actually, FWIW (i have a handful of domains with them)

it's a relatively straightforward web-based DNS control panel

@audiodef

when youre logged onto GoDaddy, if you click on Domains, you'll have something that says "Total DNS Control" or some such
launch that
leave the name servers as they are (since, until your domain expires, youll want godaddy as your NS host)
change the A record to point at new host
once you have a mail system set up (*cough* postfix *cough*), change the MX record to point at whatever hostname you've given your VR box.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sun Apr 03, 2011 1:04 am    Post subject: Reply with quote

cach0rr0 wrote:

once you have a mail system set up (*cough* postfix *cough*), change the MX record to point at whatever hostname you've given your VR box.


Gotcha.

And thanks to Neddy.

I'll check out postfix. I would have asked for a recommendation anyway.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sun Apr 03, 2011 1:39 am    Post subject: Reply with quote

Speaking of postfix, I ran into this and was wondering how to get around it. I don't want to break php.

Code:

serverdef htdocs # emerge -pv postfix

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] mail-mta/postfix-2.7.3-r1  USE="ipv6 mysql pam ssl -cdb -doc -dovecot-sasl -examples -hardened -ldap -mbox -nis -postgres -sasl (-selinux) -vda" 3,344 kB
[blocks B     ] mail-mta/ssmtp ("mail-mta/ssmtp" is blocking mail-mta/postfix-2.7.3-r1)
[blocks B     ] mail-mta/postfix ("mail-mta/postfix" is blocking mail-mta/ssmtp-2.62-r8)

Total: 1 package (1 new), Size of downloads: 3,344 kB
Conflict: 2 blocks (2 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (mail-mta/ssmtp-2.62-r8, installed) pulled in by
    mail-mta/ssmtp required by (virtual/mta-0, installed)

  (mail-mta/postfix-2.7.3-r1, ebuild scheduled for merge) pulled in by
    postfix


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked


 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

serverdef htdocs # equery depends ssmtp
[ Searching for packages depending on ssmtp... ]
virtual/mta-0 (mail-mta/ssmtp)
serverdef htdocs # equery depends mta
[ Searching for packages depending on mta... ]
dev-lang/php-5.3.5 (virtual/mta)
sys-process/vixie-cron-4.1-r10 (virtual/mta)

_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Sun Apr 03, 2011 3:03 am    Post subject: Reply with quote

you can safely unmerge ssmtp
normally applications end up pulling that in, because they need for a system 'sendmail' command to exist. For example, the php "mail()" function will/can be, backended to just call "sendmail blah" behind the scenes. Cron will do this as well, and it needs something to provide 'sendmail' command

However, Postfix also provides this, so you do not need ssmtp.

so, basically

Code:

emerge -C ssmtp
emerge postfix


Postfix is more under my area of expertise than apache, so, soon as you're ready to get that going, if you get stuck, chunk up a new thread, and we'll get crackin' ;)

My setup now is Postfix, sending to cyrus-imap (a custom ebuild actually, using the 'autocreate' patch, so I don't have to manually set up every mailbox; any mail that cyrus receives, if a mailbox does not exist, it will autocreate it - the downside of course being, if you get a huge influx of spam to invalid users, you can fill up a bit of disk - i have other mitigation steps for that!) via LMTP. I can do that sort of setup, or a setup with dovecot, and mailboxes managed via /etc/passwd, pretty well from memory.

One way or another, Postfix only handles the SMTP side of things, so obviously you'll need to decide on an IMAP or POP server. Cyrus-imap is fairly complex to manage, but also very powerful. Dovecot is, well, painfully easy to set up, but not quite as extensible as cyrus. I tend to avoid courier like the plague, but that's just me.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash


Last edited by cach0rr0 on Sun Apr 03, 2011 3:05 am; edited 1 time in total
Back to top
View user's profile Send private message
titanofold
Developer
Developer


Joined: 30 Dec 2003
Posts: 235
Location: Bryson City, NC USA

PostPosted: Sun Apr 03, 2011 3:05 am    Post subject: Reply with quote

Both of those packages do the same thing. If you want a full blown MTA, you can use Postfix. If you just need to be able to send stuff, use ssmtp.

Either way, they can't both be on the system, you have to unmerge ssmtp if you want Postfix.
_________________
The best things in life are free.
Guy-1: Surely, you will fold with me...
Guy-2: Alright, but don't call me Shirley
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sun Apr 03, 2011 3:38 am    Post subject: Reply with quote

cach0rr0 wrote:

Postfix is more under my area of expertise than apache, so, soon as you're ready to get that going, if you get stuck, chunk up a new thread, and we'll get crackin' ;)



OK. First... a bit of a snooze!
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN


Last edited by audiodef on Sun Apr 03, 2011 3:42 pm; edited 2 times in total
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sun Apr 03, 2011 3:38 am    Post subject: Reply with quote

titanofold wrote:
Both of those packages do the same thing. If you want a full blown MTA, you can use Postfix. If you just need to be able to send stuff, use ssmtp.

Either way, they can't both be on the system, you have to unmerge ssmtp if you want Postfix.


Groovy. Thanks for pointing out the difference. I'll definitely need to do more than just send stuff.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Sun Apr 03, 2011 3:43 pm    Post subject: Reply with quote

cach0rr0 wrote:

Postfix is more under my area of expertise than apache, so, soon as you're ready to get that going, if you get stuck, chunk up a new thread, and we'll get crackin' ;)



Thread chunked! https://forums.gentoo.org/viewtopic-p-6638261.html#6638261
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
Mad Merlin
Veteran
Veteran


Joined: 09 May 2005
Posts: 1155

PostPosted: Tue Apr 05, 2011 2:55 pm    Post subject: Re: Leaving old host questions Reply with quote

audiodef wrote:
1. While my hosting account with Godaddy expires at the end of April, my domain reg with Godaddy expires in 2013. I'm thinking I'll just leave the domain reg there. I shouldn't have any problems until I register my domain with another registrar... right?


While I haven't dealt with them myself, I've heard that Godaddy plays shenanigans if you try and transfer a domain away from them. Any changes to your account (including preparing to transfer the domain) "locks" the account for 90 days or something like that, during which they'll refuse to transfer the domain. By no accident, this usually means people end up needing to register for at least another year's worth of service to actually transfer the domain away from Godaddy.

In summary: transfer domain registrar now, don't wait.
_________________
Game! - Where the stick is mightier than the sword!
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6656
Location: The soundosphere

PostPosted: Tue Apr 05, 2011 4:22 pm    Post subject: Re: Leaving old host questions Reply with quote

8O 8O 8O

Thanks for sharing that. It seems like getting away from Blodaddy is the right move and I should get everything away from them tout de frickin' suite.

Mad Merlin wrote:

While I haven't dealt with them myself, I've heard that Godaddy plays shenanigans if you try and transfer a domain away from them. Any changes to your account (including preparing to transfer the domain) "locks" the account for 90 days or something like that, during which they'll refuse to transfer the domain. By no accident, this usually means people end up needing to register for at least another year's worth of service to actually transfer the domain away from Godaddy.

In summary: transfer domain registrar now, don't wait.

_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
santhan
n00b
n00b


Joined: 06 Jul 2012
Posts: 1

PostPosted: Fri Jul 06, 2012 6:02 am    Post subject: Re: Leaving old host questions Reply with quote

audiodef wrote:
I'm leaving Godaddy and moving my site to my server with vr.org (which I've actually done already).

Couple of questions:

1. While my hosting account with Godaddy expires at the end of April, my domain reg with Godaddy expires in 2013. I'm thinking I'll just leave the domain reg there. I shouldn't have any problems until I register my domain with another registrar... right?

2. Should I expect to run my own email server on my vr.org account (kind of fun to think about, actually)? Does leaving a shared hosting account mean leaving behind email service for a domain, or is that tied into my domain registration with Godaddy?

I don't want to ask Godaddy either question, because I'm hesitant to deal with tech support staff there.


1. Yeah you are right
2. Always, but if you move from the old to new, there is no issue to keep everything as it is.
3. COOl i used surf a lot if get some other registrar i would tell you
_________________
Santhan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum