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
Evening Anand,
Make sure that ur /etc/hosts & DNS files are proper 'ucase sendmail searches for MX entry for delevering the e-mails ( as per the MTA standard. ).
Anand Pandurang Shelake anand_shelake@rediffmail.com 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
<snip>
find out "uname -n" and put this field to Cw like this in ur sendmail.cf file.
Cwlocalhost
Cwyour_host_name (this is allow ur sendmail MTA to accept e-mail from the clients. )
Regards
Animesh.
Can anybody help me in this.
Regds, Anand Shelake
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.