LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sendmail issue? (https://www.linuxquestions.org/questions/linux-newbie-8/sendmail-issue-298946/)

basketkase999 03-07-2005 09:16 PM

Sendmail issue?
 
I just finished installing an email server on my RHL9 box with these
directions. My isp is sbcglobal.net (dynamic). I can recieve mail no problem from anywhere, but i can only seem to send to sbcglobal.net and yahoo.com (since they are the same email server). Any thoughts? Thanks ahead of time!

Berhanie 03-07-2005 11:12 PM

Might be because other sites are dropping your mail because it comes from a dynamic ip address. You should relay your mail through your ISP's smtp server. Add something like
Code:

define(`SMART_HOST', `smtp.sbcglobal.net')
to the sendmail configuration file.

basketkase999 03-07-2005 11:20 PM

what if my smtp server requires authentication?

Berhanie 03-07-2005 11:56 PM

Looks like the section entitled "Using sendmail as a client with AUTH" here is what you need.


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