I'm trying to configure seperate RedHat 7.1 sendmail servers on each RH machine of my private LAN. I want each server to send & receive mail to the other machines on my LAN.
I've looked through the Sendmail HOWTO's, but all this stuff looks way too complicated for my simple needs. It appears sendmail is already up and running on all my machines, I can send mail out through my gateway/router to the internet. (Although I have not asked my ISP to put an MX entry in their DNS records so I can receive mail to my domain on my machines. This is not necessary for me at the moment.)
I have tried adding entries in the /etc/mail/mailertable:
host1.mydomain.com SMTP:[192.168.1.2]
host2.mydomain.com SMTP:[192.168.1.3]
...and so forth, and then updating the database:
makemap hash /etc/mail/mailertable < /etc/mail/mailertable
but I still cannot seem to get mail going to other machines on my LAN.
Any help would be MUCH appreciated. THanks so much,
Bryan C.
I've looked through the Sendmail HOWTO's, but all this stuff looks way too complicated for my simple needs. It appears sendmail is already up and running on all my machines, I can send mail out through my gateway/router to the internet. (Although I have not asked my ISP to put an MX entry in their DNS records so I can receive mail to my domain on my machines. This is not necessary for me at the moment.)
I have tried adding entries in the /etc/mail/mailertable:
host1.mydomain.com SMTP:[192.168.1.2]
host2.mydomain.com SMTP:[192.168.1.3]
...and so forth, and then updating the database:
makemap hash /etc/mail/mailertable < /etc/mail/mailertable
but I still cannot seem to get mail going to other machines on my LAN.
Any help would be MUCH appreciated. THanks so much,
Bryan C.