Hello-
I had sendmail working at one point on my Fedora system, but under Fedora 6 I no longer can send emails. I am attempting to send mail from the local machine to external email addresses, using my sbcglobal server (which works from another Windows system).
Problem is, when I use sendmail -v to see what's happening, mail is being delivered to my localhost 127.0.0.1 instead of to the external smtp server: smtp.sbcglobal.yahoo.com
The first line of the log is:
scott@xxxx.com... Connecting to [127.0.0.1] via relay... (instead of my external SMTP server)
I have the following lines, as before, in my sendmail.mc file, and have set up the authinfo database correctly I believe:
define(`SMART_HOST', `smtp.sbcglobal.yahoo.com')dnl
FEATURE(`authinfo')dnl
LOCAL_DOMAIN(`mydomain.com')dnl
MASQUERADE_AS(`mydomain.com')dnl
FEATURE(`masquerade_envelope')dnl
FEATURE(`allmasquerade')dnl
FEATURE(`masquerade_entire_domain')dnl
Probably something simple, but I can't figure out why mail isn't being routed to the sbcglobal server instead of 127.0.0.1
THANKS in advance
Scott