On 22-Feb-2003/10:39 -0800, Nicholas Fitzgerald <[EMAIL PROTECTED]> wrote:
>There is already an MX record for mail.icesource.com. I'd love to fix 
>sendmail as you say, but how do you do it? I've tried everything that 
>remotely looks like it might help and nothing seems to work. I am the 
>ISP, what's wrong with my secondary dns?

There is a setting in sendmail.mc that tells sendmail to only listen on
127.0.0.1. Comment out that line and rebuild the cf file.

You seem to have only one nameserver associated with icesource.com, even
though you have two namesevers. It is generally recommended that a domain
be served by two nameservers.

Your NS records for icesource.com look strange too. I'm not a BIND guru,
but it doesn't seem right to have the name of the target domain appended
directly onto the nameserver's hostname:

************************************************************************

[EMAIL PROTECTED] agreene]$ host -a icesource.com
Trying "icesource.com."
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16649
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;icesource.com.                 IN      ANY

;; ANSWER SECTION:
icesource.com.          37796   IN      NS      ns1.axelis.com.icesource.com.
icesource.com.          37796   IN      A       66.12.123.173

;; AUTHORITY SECTION:
icesource.com.          37796   IN      NS      ns1.axelis.com.icesource.com.

Received 90 bytes from 68.48.0.5#53 in 22 ms
*************************************************************************


I queried several other domains, and none looked like that. As I said, I'm
not a guru. but if you don't know why that appears like that, you should
check it out.

Tony
-- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to