LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Unable to send email "Relaying denied" (https://www.linuxquestions.org/questions/linux-software-2/unable-to-send-email-relaying-denied-308816/)

ejain 04-01-2005 09:05 PM

Unable to send email "Relaying denied"
 
Hi Friends,
I am unable to send email via outlook express from mine VPS on Redhat 9.0 . I am running webmin .
I have an entry in Sendmail options>SMTP port options as "Port=smtp,Addr=127.0.0.1, Name=MTA" . The error given is "The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'email hidden'. Subject 'trial', Account: 'email hidden', Server: 'hidden', Protocol: SMTP, Server Response: '550 5.7.1 <email hidden>... Relaying denied. IP name lookup failed [202.91.67.100]', Port: 25, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79"

. When i change the entry to "Port=smtp, Name=MTA" the timeout error appears.
I have correct entry in the Local Domains with mine domain name listed there.

Also i can not see Sendmail M4 Configuration . The following error appears:

"The Sendmail M4 configuration base directory /usr/share/sendmail-cf was not found on your system, or is not the correct directory. Maybe it has not been installed (common for packaged installs of Sendmail), or the module config is incorrect."

Please help me what should i do.
Thanks for your time and effort.
---
Regards
Abhishek Jain

Pete M 04-02-2005 02:44 PM

Abhishek

Make this line look like

dnl DAEMON_OPTIONS (Port=smtp,Addr=127.0.0.1, Name=MTA)

This allows Sendmail to listen on all available interfaces

Add to /etc/mail/access the IP address of what I think is a Windows box using Outlook like this

192.168.0.4 RELAY (Use your own IP)

If I remember correctly Sendmail M4 Configuration is part of the Sendmail-cf package

When you make changes always restart Sendmail

Pete

ejain 05-21-2005 08:02 AM

Hi
I made the entry in sendmail.mc file like 'dnl DAEMON_OPTIONS (Port=smtp,Addr=127.0.0.1, Name=MTA)'and rebuild the sendmail.cf file. Then the sendmail.cf file contains the entry like
O DaemonPortOptions=Name=MTA .

Still i am not able to send the emails via outlok express.
Pl. tell me what errors i am commiting.
I shall be very grateful.
--
Regards
Abhishek jain


All times are GMT -5. The time now is 02:13 AM.