On Fri, Jan 31, 2003 at 05:56:16PM -0600, Caleb Groom wrote:
> I posted this message this morning but I haven't seen it show up yet. 
> I'm guessing I botching something, if not, sorry for the double post.
> 
> I'm having problems setting up a mail server for my internal domain. 
> Sorry for being so verbose but I don't know how else to explain it all. 
> :)
> 
> Red Hat v8.0
> 
> Server: server.mydomain.org
> Client: client.mydomain.org
> 
> server.mydomain.org is has DNS, DHCP, FTP, Apache, and NIS working
> correctly.  So far so good.  Next is getting sendmail to act as the
> mydomain.org mail server.
> 
> -----
> 
> Here's the dig on my DNS:
> 
> # dig mydomain.org mx | grep MX
> ;mydomain.org.                     IN      MX
> mydomain.org.              86400   IN      MX 10 server.mydomain.org.
> 
> Ok, so we see that I have an MX record for the domain.
> 
> -----
> 
> I've installed the following RPM's:
> 
> sendmail
> sendmail-cf
> sendmail-doc
> m4
> procmail
> 
> -----
> 
> I made these changes to /etc/mail/sendmail.mc:
> 
> MASQUERADE_AS(`mydomain.org')dnl
> FEATURE(`allmasquerade')dnl
> FEATURE(`masquerade_envelope')dnl
> EXPOSED_USER(`root')dnl
> dnl This changes sendmail to only listen on the loopback device
> 127.0.0.1
> dnl and not on any other network devices. Comment this out if you want
> dnl to accept email over the network.
> #DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

The # isn't a comment character.  Use dnl to comment it out.
Once you rebuilt your config file and restarted sendmail, try to telnet
localhost port 25 to start, and then from the client, just telnet to
server port 25 and see what happens.

        .../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



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

Reply via email to