On Mon, 18 Jan 1999, David Priebe wrote:

> Hi all,
> I have been having this configuration problem for quite a while now, and
> don't know where to turn to find out more information.  Any suggestions
> or pointers to other resources would be greatly appreciated!!
> 
> I'll start with what I want.
> I have a domain valleynet.on.ca with several machines in it.  Even though
> there are several machines, there is really only one that is accessed from
> the WWW.  It is named valley1.valleynet.on.ca
> I would like the WWW to access valley1 simply by typing the domain name.
> ex: http://valleynet.on.ca/    or   telnet valleynet.on.ca
> 
[ snip ]
> 
> I was told that a better way of doing what I want is to have:
> valleynet.on.ca. in CNAME valley1     and
> valleynet.on.ca. in MX 10 valley1.valleynet.on.ca

Watch your dots here.  Also, valleynet.on.ca is your origin right?  You
shouldn't have your origin be an alias for something else.  I think what
you want is:

@       [soa stuff]
                        IN      A 204.40.198.3
                        MX 10   valley1
valley1                 IN      A 204.40.198.3
valley2                 IN      A 204.40.198.4

The reason valley1 is not a CNAME is that MX records should only point to
something with an A record.

> 
> which is what I have now.  The problem now is that all mail coming in looks
> like it was sent to [EMAIL PROTECTED] instead of 
> [EMAIL PROTECTED] which is the address actually used.  This is causing
> lots of problems with mailing lists.

This is because the fqdn of valleynet.on.ca is valley1.valleynet.on.ca
(using your dns records above).  Make valleynet.on.ca a real address, and
everything should work.

> 
> The last suggestion I got was to have sendmail not re-write the headers,
> but I'm not 100% sure this is what is happening.
> 
> How should this be done??
> Is there any other mailing lists I should be posting this to??
> (I don't have access to newsgroups)
> Thank you,
> David Priebe
> ---------------------------------------------------------------------------
> |      David Priebe               |       Technical Officer               |
> | System's & Network Analyst      |       ValleyNet (Renfrew County) Inc. |
> | Renfrew County Board of Ed.     |       "Renfrew County's Freenet!"     |
> | [EMAIL PROTECTED]        |       [EMAIL PROTECTED]          |
> | http://www.renfrew.edu.on.ca    |       http://www.valleynet.on.ca/     |
> ---------------------------------------------------------------------------

---
$ fortune -s
Macho does not prove mucho.
                -- Zsa Zsa Gabor


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to