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 anyonne@anyone.com The response from server : 550 anyone@anyone.com Relaying denied
Can anybody help me in this.
Regds, Anand Shelake
Amitay.