Godaddy Emails Stop Working after Connecting to Shopify - email

After I connected my domain to shopify, the emails I have on Godaddy hosting (not the workspace webmail) stop working
The current DNS records are as follow:
A (Host):
# ==> shopify ip
CName:
www ==> example.myshopify.com
imap ==> imap.secureserver.net
pop ==> pop.secureserver.net
smtp ==> smtp.secureserver.net
MX:
# ==> smtp.example.com
I tried different MX records but none seem to work, any help would be appreciated, thanks.

Related

Email forwarding with Godaddy, SMTP2Go and Netlify

I cannot get email forwarding from my godaddy domain to my gmail. When I send an email to the address, I get the email (from my gmail only) and a message saying address not found.
Setup is:
Godaddy domain and emailforwarding
Netlify to mangage the DNS (it's where the site it managed too)
SMTP2GO to manage email sending an configuration
In GoDaddy, the MX settings are active with the green tickmark showing.
In Netlify, I have input the MX records from GoDaddy.
In SMTP2GO, the SPF and DKIM records are verified.
What am I doing wrong?
Thanks
If netlify is managing DNS, then the MX records in Godaddy are ignored. You can tell this by using whois:
$ whois fools.website | grep -i "name server"
Name Server: DNS1.P05.NSONE.NET
Name Server: DNS2.P05.NSONE.NET
Name Server: DNS3.P05.NSONE.NET
Name Server: DNS4.P05.NSONE.NET
Netlify's nameservers all match the same pattern of DNSx.P0X.NSONE.NET
If your whois lookup returns similar results, you'll want to instead configure everything you have in your DNS settings in Godaddy at Netlify's DNS config, usually https://app.netlify.com/account/dns/domain.name (where you replace domain.name with your actual domain name like mynetlifysite.com)
If your whois records look more like this:
$ whois godaddysite.com | grep -i "name server"
Name Server: PDNS03.DOMAINCONTROL.COM
Name Server: PDNS04.DOMAINCONTROL.COM
Then you'd want to work with Godaddy's support on why the records aren't working as expected since they do host/manage your DNS.
Point Godaddy's DNS to Netlify. Then from Netlify, add MX record of SMTP2GO. Lastly, create alias from STMP2GO that points to your Gmail email address. In my case, I'm using Namecheap instead of Godaddy and ImprovMX instead of SMTP2GO. I posted this here
https://marvintan.com/posts/free-custom-email-address/

Different A Addresses for Main Domain and Email

So this maybe a long shot!
However, I have client and there structure for hosting is:
Hosted under my VPS server:
Main Domain: Pointed to Wix
Email Domain: Pointed to my server
Subdomain(s): Pointed to my server and running different scripts/redirecting to other URLs
The subdomains are working fine under my hosting however, the emails aren't working. I was wondering is there away to have two different A addresses or different IPs for Main Domain and Emails?
As of right now I have:
DOMAIN.COM - A - WIX IP
www - CNAME - WIX NAME
mail - CNAME - DOMAIN.COM
Then when I tried to do:
mail - A - VPS IP
I got an error stating that I couldn't do so as I already have a CNAME.
Can anyone help me?!
Make it:
DOMAIN.COM - MX - mail [MX records list DNS names with A/AAAA records]
mail - A - VPS IP
It should allow you handle messages for user#domain.com by accepting incoming SMTP sessions/connections at VPS IP.

Direct Incoming Emails to CPanel email server?

I've configured several email addresses using the built-in CPanel email utility, and they're all able to successfully send outgoing mail. Incoming mail however is bounced back, with one of the following two errors:
Address not found:
The response from the remote server was:
550 5.1.1 <email#domain.com> Recipient not found.
Message not delivered:
The response from the remote server was:
550 5.4.1 [nathan#fortunesfavored.com]: Recipient address rejected: Access denied
I believe that these error codes (550 5.4.1 and 550 5.1.1) are Exchange server errors, meaning that incoming mail is being directed to the wrong server. (I'm hosting on a GoDaddy service). Is that correct? If so, is this an issue that I would solve in my DNS settings under the MX entry? Here's what I have now:
Priority Host Points to TTL
10 # mailstore1.secureserver.net 1 Hour
0 # smtp.secureserver.net 1 Hour
yes you have to edit your MX entries.
Login to you cpanel account.
under emails click on MX entries.
if there is no MX entry then add a MX entry.
mail.yourdomainname.com and set priority 10

Plesk, Email with localy established domain where the mail server is external

i have a big problem with the setup for an Domain.
The Webservices are established on our Server but the Mail functions are on a Server of an other Company when we now want send an Email over our Server he tried to send it localy insted of sending it to an other server so he give back an no account here error.
Thanks for helping me out and friendly greetings.
Edit: OS Debian 6
Imap: Courier
Send: Postfix
CP: Plesk
Further to this, we are using Plesk 11.5.3 on a setup where a single mail service is activated for all domains.
So each domain cannot have the mail service turned on or off individually.
We had the same problem as Franco, and we fixed this by running the following command for each domain that had external email:
# /usr/local/psa/bin/mail --off domain.com
Works perfectly, and removes any previously created local email addresses from Postfix.
"The problem is because the server will attempt to deliver emails for the domain name locally by default. To resolve that problem you would need to set it to use the domain name's MX record."
The simple answer is to disable mail services for the subscription.
Untick the box for "Activate mail service on domain".

SMTP error status 5.3.5 Email looping. Using Gmail

I have a problem with SMTP configuration.
I use Gmail with my domain for ex. www.mydomain.com. When I try to send email from server under that domain to mailbox#mydomain.com I get fail report
Final-Recipient: rfc822;mailbox#mydomain.com
Action: failed
Status: 5.3.5
MX records are as in Google configuration wizard. Why is the mail looping?
10 alt2.aspmx.l.google.com
10 aspmx.l.google.com.mydomain.com
10 alt1.aspmx.l.google.com
20 aspmx2.googlemail.com
20 aspmx3.googlemail.com
My server is IIS 7, with default SMTP service.
Thank you for any help.
If someone will find this question, problem was with DNS MX records:
aspmx.l.google.com.mydomain.com
but it should be
aspmx.l.google.com
Apparently this was causing the loop.