| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 29 '12 at 6:55 | |
| stats | profile views | 24 |
|
May 24 |
awarded | Commentator |
|
May 24 |
comment |
Not receiving mails from some senders due to DNS config An MTA should be querying the domain after the @ in the email address for MX records and nothing else. If it gets any, it should immediately attempt delivery to one of the lowest MX records. If all MX servers fail to connect or no MX records are found, it should try connecting to the domain itself. The MTA in question is obviously going too far in resolving information, or isn't following the rules for determining what mail server to connect to. There should be nothing wrong with having your domain point to a CNAME - but you need the MX records for email to work. |
|
May 21 |
comment |
Not receiving mails from some senders due to DNS config You clearly do not understand DNS and the downvote was completely unwarranted. You also edited your question after I posted my answer adding extra information. You also never mention once that you do not have access to your zone file despite clearly mentioning you have changed them. |
|
May 19 |
answered | Not receiving mails from some senders due to DNS config |
|
May 2 |
comment |
map www.abc.com to www.t.xyz.com using cNAme If your website www.t.xyz.com is sharing an IP address and/or the web server uses the host name to figure out what site to serve, you must also configure the web server to recognize www.abc.com as an alias for www.t.xyz.com. |
|
May 2 |
answered | Local DNS not updating |
|
May 2 |
answered | Missing attachments from specific domain |
|
May 2 |
comment |
FTP Upload Reaches 100%, but doesn't finish upload for hours later Monitor network traffic - best way to see what's going on. It could be an issue on either end... maybe your server isn't sending a response back to the client. |
|
May 1 |
comment |
DKIM failure when using Exim4 as an “edge transport” for Exchange 2010 When is Exim doing the DKIM signing? If Exim is acting as a relay, remember that, typically, it will add a header stating that it picked up the message from another server. If the header (or the message at all) is being altered after it's being signed, then the DKIM signature will be off. |
|
Apr 10 |
awarded | Tumbleweed |
|
Apr 5 |
comment |
Using DNS entries to determine location Ok, so then you want a centralized location system but if someone moves the server and doesn't update the data, then the host will not know its location changed. Sandman4's recommendation of DHCP is a good one if you want something centrally managed. Perhaps you should look at applications that can put together a network topology map based on MAC addresses and using router/bridge information so that you can get an idea of what's located where... |
|
Apr 4 |
comment |
nameservers one domain one VPS and one VMCloud Yes, however I wasn't going to confuse the poster - they don't need to know that the WHOIS info is just informative - just that it matters they have the proper nameservers registered as the authoratative nameservers at their registrar and not just updating the NS records for DNS. |
|
Apr 4 |
answered | Using DNS entries to determine location |
|
Apr 4 |
comment |
How to enable deflate content-encoding with Apache2 mod_deflate? Do you have mod_deflate enabled and configured? httpd.apache.org/docs/2.3/mod/mod_deflate.html |
|
Apr 4 |
comment |
Apache Virtualhost entry with Windows hostname You shouldn't have to create a virtual host entry for every single possible domain that points to your server just to prevent access. His problem is that Apache, by default, has an allow all access rule. What very few people know to do is set a deny all rule for "/" so that the server by default is locked down unless you explicitly specify access. |
|
Apr 4 |
comment |
Apache Virtualhost entry with Windows hostname Do you have any _default_ virtual hosts defined anywhere? |
|
Apr 3 |
answered | nameservers one domain one VPS and one VMCloud |
|
Apr 3 |
awarded | Supporter |
|
Apr 3 |
awarded | Editor |