redhat linux wrote:
hi
i have configured sendmail on my machine, hostname of
the machine is testserver and i am getting these
errors in maillog

Go down you sendmail.cf, until you find a line with

Port=smtp,Addr=127.0.0.1,Name=MTA

Just remove the Addr=127.0.0.1 part so that the line looks as

Port=smtp,Name=MTA

Save the file and restart the server.

Additionaly you will require to put in the following line in your access file (typically in /etc/mail on RH systems) where xx.xx would be your network address.

xx.xx.xx.0    RELAY

Then do a makemap hash access < access

Restart your sendmail

Kapil

--
PS:
1. Google: Feel free to Google before posting. http://www.google.com

2. HOWTO'S : Latest Howto documents are available http://www.tldp.org . Newbies are requested to take a look. You will find solutions to most of your problems there


_______________________________________________ ilugd mailinglist -- ilugd@lists.linux-delhi.org http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to