Help setting up Sendmail 8.12.11
Hi everybody.This time i need your help to set up Sendmail 8.12.11 in a Fedora Core 2 Server
Well, i really already have it installed and runing, this server is used to send newsletters to a mail list, The problem is that when i send the emails, the server doesn't send them via local smtp (127.0.0.1) but searches the MX of the domain of the email i'm sending. For Instance: when i send to rochoa@grupoinmedia.com, the server tries to send it using the smtp port of the MX of grupoinmedia.com, of course that server doesn't allow relaying so the email is not delivered

This is a copy of my MailLog:
Dec 29 15:58:53 myserver sendmail[3437]: iBTLwrep003437: to=rochoa@grupoinmedia.com, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=49710, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (iBTLwrqI003438 Message accepted for delivery)
Dec 29 15:58:54 myserver sendmail[3440]: STARTTLS=client, relay=grupoinmedia.com., version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, bits=256/256
Dec 29 15:58:55 myserver sendmail[3440]: iBTLwrqI003438: to=<rochoa@grupoinmedia.com>, ctladdr=<root@myserver.com.sv> (0/0), delay=00:00:02, xdelay=00:00:02, mailer=esmtp, pri=49901, relay=grupoinmedia.com. [66.235.180.213], dsn=5.1.1, stat=User unknown
Dec 29 15:58:55 myserver sendmail[3440]: iBTLwrqI003438: iBTLwtqI003440: DSN: User unknown
I have set up older versions and i have not had this problem.
The question is: How can i do to set up sendmail to ONLY send emails using the local smtp?
Your help is highly appreciated.