Tagged Questions
The mx-record tag has no wiki summary.
6
votes
7answers
2k views
How to get mx records for a dns name with System.Net.DNS?
Is there any built in method in the .NET library that will return all of the MX records for a given domain? I see how you get CNAMES, but not MX records.
5
votes
5answers
602 views
5
votes
3answers
901 views
Using MX records to validate email addresses
Scenario:
I have a contact form on my web app, it gets alot of spam.
I am validating the format of email addresses loosely i.e. ^.+@.+\..+$
I am using a spam filtering service (defensio) but the ...
3
votes
3answers
133 views
Am I better off using Google Mail servers to ensure my email isn't marked as spam? [closed]
I'm starting an E-Card business. And although mine is completely legitimite, I know they can be frequently flagged as spam.
These are for people's birthdays and such, and it is important that they ...
3
votes
5answers
2k views
Why have MX records?
I previously asked a question regarding MX records (and appreciate the thoughtful answers I received from SO'ers). Now that that problem is resolved, I want to step back and ask why there are MX ...
3
votes
3answers
5k views
Can I use Google Apps for domain Email and still use a “sendmail” server to send emails?
I am using Google Apps for domain to host the email from my domain and I've setup the MX records on my site according to the Google documentation. Can I also use a "sendmail" server to send ...
2
votes
1answer
82 views
How to do DNS lookup in a Windows Azure web role?
me again.
I download DnDNS from http://dndns.codeplex.com/ and get it work at local IIS.
sample code:
request.Resolve("8.8.8.8", domain_a_string, NsType.MX, NsClass.INET, ProtocolType.Udp, null);
...
2
votes
1answer
410 views
Accepting emails from domain with wildcard subdomain
I'm setting up an app to preform mailhooks. You create an account, assign a callback url, and a pattern to match. Then you get a subdomain that you can send email to. Something like ...
2
votes
5answers
4k views
sendmail and MX records when mail server is not on web host
This is a problem I'm sure is easy to fix, but I've been banging my head on it all day.
I'm developing a new web site for a client. The web site resides at (this is an example) website.com. I have ...
2
votes
3answers
16k views
How do I setup an MX record for a sub-domain?
Update -
GoDaddy said they don't provide support for custom MX records. I gave up and we just setup an MX record on another domain.
I am hitting a road block in assistance with GoDaddy in setting ...
1
vote
5answers
176 views
Comparing output to a list/array
I consider myself a very beginner at python(and programming in general!), but I am working though "learn python the hard way" by Zed A Shaw and slowing picking things up.
I'm writing a little script ...
1
vote
1answer
102 views
SMTP server requirements
Could someone help answer a few questions regarding the networking / DNS requirements for an SMTP server? Assume the server is setup already.
Is a MX record required for SMTP?
TCP port 25 open to ...
1
vote
1answer
88 views
Why does php's mail() want to deliver to the second specified MX record?
This is very similar to this problem:
http://stackoverflow.com/questions/322659/sendmail-and-mx-records-when-mail-server-is-not-on-web-host
I have a php script on an IIS server called example.org. ...
1
vote
2answers
2k views
Can I have a different mail server for each subdomain?
Basically, some GoDaddy DNS help text has me scratching my head. Godaddy's DNS service says, "You cannot set up your domain name to use more than one mail provider at a time." But it doesn't talk ...
1
vote
4answers
1k views
Specify remote port to use for mail via exim4
I've got a stock Debian Etch system, using Exim4. The domains are mostly local but there are some that are remote. To handle the delivery of remote mail I use the Debian configuration file:
...
0
votes
1answer
34 views
Can I have both Google Apps and another e-mail service in my MX records?
I have a client who I'm switching to Google Apps. We've set up the Google Apps account but have not yet added Google's MX records. We're going to wait a few weeks before actually switching them over ...
0
votes
1answer
206 views
Android DNS MX record lookup
I want to lookup dns mx records an the android platform.
When using http://www.dnsjava.org on android new Lookup("gmail.com", Type.MX).run(); always returns null.
import org.xbill.DNS.Lookup;
...
0
votes
1answer
199 views
How to Forward Domain Name to Existing URL - .htaccess, DNS records, what else?
I am much more of a programmer than a server guru so any help is much appreciated!
Forwarding a domain name for SEO reasons ->
NewDomain.com hosted with 3rd party needs to point to currently hosted ...
0
votes
1answer
127 views
Gmail MX record Dual Nature [closed]
I have set my MX record with Google
Mail, but google only provide 50 email
address for free is there any
possibility to create 50 email with
google and more with my own Web
hosting ...
0
votes
1answer
73 views
Configured Gmail for my own website?
I have configured Gmail with my MX Domain record. Now
where can handle all users email [Administration URL]
Where user can signup @mydomain.com [SignUp URL]
0
votes
2answers
687 views
MX Record lookup and check
I need to create a tool that will check a domains live mx records against what should be expected (we have had issues with some of our staff fiddling with them and causing all incoming mail to ...
0
votes
2answers
311 views
Understanding MX records with C#
I probably missing a piece understanding how mail transfer works in order to implement it.
I I want to implement a SMTP server, it receives an email message from the client, then it looks for the ...
0
votes
1answer
245 views
Email Validation using MX
Need to implement the email validation to find if the email really exists. After some search found that the this is not possible due to the spam control techniques used (e.g. grey listing).
So moved ...
0
votes
1answer
187 views
DNS_GET_RECORD MX lookup failing
I have a PHP script that is using get_dns_record to retrieve and display specific DNS records for a domain, submitted via a form.
It's working really well, except that the section that handles MX ...
0
votes
1answer
87 views
Will emails be dropped if a single MX record is missing?
I'd like to setup email using Google Apps for your Domain but can only enter 5 of the 6 required MX records due to limitations with number of host records I can enter (I'm using Zerigo DNS to host my ...
0
votes
1answer
133 views
How to use two email hosts?
A client wants to use Google Apps for employees but they want to offer email accounts to users of their site for which I'm going to use Rackspace email. Rackspace is the cheapest I've found (2/month) ...
0
votes
2answers
109 views
google apps is setup on my server, how do i get php mail() to use it?
I've got google apps setup on my server with all the correct MX records etc, now i want to start testing it.
I want to use it for all automated
emails (registration, lost password
etc).
I'm testing ...
0
votes
1answer
323 views
Create dns zone records with php
I want to create a site like .co.cc but you.mydomain.net. I can't seem to make it work. I would ideally like to make a CNAME (and an MX record) when a user submits a form with the desired CNAME (I ...
0
votes
2answers
503 views
Fast concurrent checking of SOA DNS records for .co.za domains
I want to implement bulk availability checking of .co.za domain names as accurately as possible by checking for the existence of SOA or MX records using C# ASP.NET.
I am looking for a solution that ...
0
votes
1answer
375 views
question about UNIX dig output
Using the unix dig command, I can get the following MX record:
$ dig +nocmd gmail.com MX +noall +answer
gmail.com. 1868 IN MX 20 alt2.gmail-smtp-in.l.google.com.
gmail.com. 1868 IN MX 40 ...
0
votes
2answers
1k views
Linux postfix won't send to local domain
I think the crux of this issue is that I'm a postfix neophyte, but here goes.
I'm using postfix's sendmail on a 1&1 VPS account to post messages from a webserver (through PHP; contact forms, ...