Hi,
I’ve tried many of the answers on the forum here but am not finding anything that works.
I registered my domain name through NameCheap.com and it’s pointed to my droplet. My blog works fine, but now I’m trying to set it up so info@mydomain.com will auto-forward to my gmail address. Can anyone help or point me in the right direction?
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If you used GoDaddy to buy your domain name Once setting DigitalOcean DNS configuration, and leaving in effect the auto forward to gmail on GoDaddy you can set the following MX settings on your DigitalOcean Droplet and the forwarding to gmail will go back working:
MX @ mailstore1.secureserver.net (Priority: 10) MX @ smtp.secureserver.net (Priority: 0)
Digital Ocean doesn’t provide a service like the one you’re looking for – but there is a way to use NameCheap’s services and still have your name point to your droplet.
The consequence of using NameCheap’s name servers instead of your own is that things like PTR records will be handled at NameCheap, not here on Digital Ocean. But ths is probably what you want. Also, f your IP address for your droplet changes for any reason, you’ll need to go to NameCheap to update it. The same is true for adding subdomains, etc.
You should now be able to forward mail using NameCheap, and access to your host name should point to the droplet.
EDIT: Any idea how to do second-level indentation?
EDIT 2: Oh, the markdown’s not working properly. …anyways, the last two list items above should be indented.
EDIT 3: Also, note that the service provided by NameCheap is only a forwarding service, you won’t be able to set it up in gmail as a proper email address.
I found https://app.improvmx.com/. they provide a free trial to forwarding email to gmail. It works fine for me.
Assalam O Alaikum! Sir i am a poor boy please help me
I just tried the NameCheap experiment on one of my domains. Handed control of DNS back to them, set up a forwarder, gave it a while, and sent a test that successfully forwarded to GMail. There’s one downside though: GMail displays the incoming message as coming from:
John Doe via registrar-servers.com
That “via” part is not a very professional appearance - kind of weird and off-putting for recipients. I think I’ll go for the postfix setup after all.
+1 for postfix. Here are a couple more excellent tutorials on the subject: http://www.andreagrandi.it/2014/08/31/getting-started-with-digital-ocean-vps-configuring-dns-and-postfix-for-email-forwarding/ http://www.cyberciti.biz/faq/linux-unix-bsd-postfix-forward-email-to-another-account/
I don’t know your starting setup, but you’ll certainly need a mail server (MTA) with an alias entry in your domain pointing to your Gmail address. If you use postfix have a look at “man virtual” and this tutorial.
Unfortunately, NameCheap doesn’t offer email forwarding to its clients that use their nameservers and control panel. There’s not much we can do about it on our end.
This confuses me, because I have a client using GoDaddy and DigitalOcean and the email forwarding from GoDaddy works just fine, with the DNS set to DigitalOcean. Why doesn’t this work for NameCheap?
You’ll have to install a POP server. Check out <a href=“https://help.ubuntu.com/lts/serverguide/dovecot-server.html”>Dovecot Server | Ubuntu Server Guide</a> and set up an <code>MX record</code>.
Click below to sign up and get $100 of credit to try our products over 60 days!
Info my domain email ok, Thank you very much sir
Thank you sir