I have always had difficulty sending email to @aol customers and some other random domains. This is because I am using a dynamic ip address with no-ip to resolve to my current IP. Does anyone have any suggestions for getting around this? It is not very important to me because I know very few individuals still using AOL.
Thanks!
Dynamic IP Difficulties!
I ran the test and got the following errors:
---------
ERROR: I couldn't find any MX records for ppcpathways.com. If you want to receive E-mail on this domain, you should have MX record(s). Without any MX records, mailservers should attempt to deliver mail to the A record for ppcpathways.com. I can't continue in a case like this, so I'm assuming you don't receive mail on this domain.
---------
ERROR: I could not find any mailservers for ppcpathways.com.
---------
This makes no sense, though, because I receive email all the time with no problems. Why am I unable to send to certain services? They say I have a dynamic IP so they are concerned I might be sending spam. Any more ideas? I use no-ip for dynamic ip resolving and I have read about mx records but am not quite sure what they are or if I even need them since my email server is working fine for incoming traffic.
---------
ERROR: I couldn't find any MX records for ppcpathways.com. If you want to receive E-mail on this domain, you should have MX record(s). Without any MX records, mailservers should attempt to deliver mail to the A record for ppcpathways.com. I can't continue in a case like this, so I'm assuming you don't receive mail on this domain.
---------
ERROR: I could not find any mailservers for ppcpathways.com.
---------
This makes no sense, though, because I receive email all the time with no problems. Why am I unable to send to certain services? They say I have a dynamic IP so they are concerned I might be sending spam. Any more ideas? I use no-ip for dynamic ip resolving and I have read about mx records but am not quite sure what they are or if I even need them since my email server is working fine for incoming traffic.
- Blue Ninja
- Normal user
- Posts: 238
- Joined: 2005-12-31 00:22
- Contact:
Many mail servers reject mail as probably spam when it's coming from a dynamic IP - I had the same issue. I ended up switching to a commercial account with a fixed IP address, but another solution you could use is something like DynDNS.org's MailHop Outbound service.
- Blue Ninja
- Normal user
- Posts: 238
- Joined: 2005-12-31 00:22
- Contact:
Youcould use your ISP's SMTP gateway, but that will prevent you from sending SPF-compliant mail, since your domain wouldn't match the ISP's domain. Though you could include your ISP in your SPF record, that would let ANYONE on your ISP's domain send mail "from you", so that would be a disaster.
I'm not personally familiar with any free SMTP gateways, and I'd be surpruised if many existed - seems they would be an easy target for spammers, and likely end up in the DNS blacklists pretty quickly...
I'm not personally familiar with any free SMTP gateways, and I'd be surpruised if many existed - seems they would be an easy target for spammers, and likely end up in the DNS blacklists pretty quickly...
-
- Senior user
- Posts: 886
- Joined: 2005-11-28 11:43
And you are running a mail server? Maybe you should read up on the basics.I have read about mx records but am not quite sure what they are
The reason you are still receiving e-mails is that in the absence of an mx record or if the mailserver specified by the mx record is down or busy many mail servers will send to the a record instead, which you do have.
Also, many services will make sure that #1 there is a FQDN in the HELO message and #2 that that domain has an mx record. Large outfits also get lists of residential dynamic ip addresses from other large isps. AOL certainly does this as my business static ip was accidentally listed once.
If you can live without using spf, simply use a service that will relay messages for you. Or live with the fact that you will not be able to send mail to provideders like AOL.
Woyzeck