By default sendmail is configured not to RELAY mails except from localhost. To enable relaying from clients other than localhost, modify /etc/mail/access file.
---------- /etc/mail/access ---------- # by default we allow relaying from localhost... localhost RELAY 127.0.0.1 RELAY <your client ip> RELAY ---------- /etc/mail/access ---------- And don't forget to rebuild the access map by typing 'make' in /etc/mail directory. Amitay. On Thu, 2004-06-03 at 15:12, Anand Pandurang Shelake wrote: > Hi, > I am trying to send mails using sendmail from eudora mail > client. But every time I am getting message as > message not sent [EMAIL PROTECTED] > The response from server : 550 [EMAIL PROTECTED] Relaying denied > > Can anybody help me in this. > > Regds, > Anand Shelake > Amitay. -- A successful man is one who makes more money than his wife can spend. A succesful woman is one who finds such a man. - Lana Turner -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

