Thanks.
Larry Brown wrote:
Who is icesource.com? It is that machine that is refusing the mail as per your log. It is probably denying mail that has a return address of localhost.localdomain which wouldn’t surprise me. You need to specify your return address as a legitimate address.
Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nicholas Fitzgerald
Sent: Friday, February 21, 2003 11:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Sendmail Problem
nate wrote:
Nicholas Fitzgerald said:I'm running RedHad 8.0. Now that I think of it, the last 7.3 server Iworked with didn't have this problem. Too bad RedHat can't see their wayclear to upgrade the packages for it like apache and php to something abit more current. I tried the test you used up there with a coupledifferent email addresses and that didn't work either.well you know what the saying is .. "don't use a redhat .0 release :)"I'm not really a redhat user but a debian user, though I have a redhatsystem on my LAN here just so I am famillar with it ..what does the log show? a test I usually do would beHere is the log entries from the last time I tried to send:
Feb 21 20:40:12 dns sendmail[19527]: h1M4eCkl019527: from=apache, size=355, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, [EMAIL PROTECTED]Feb 21 20:40:12 dns sendmail[19529]: h1M4eCqe019529: from=<[EMAIL PROTECTED]>, size=592, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]Feb 21 20:40:12 dns sendmail[19527]: h1M4eCkl019527: [EMAIL PROTECTED], ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30150, relay=localhost.localdomain. [127.0.0.1], dsn=2.0.0, stat=Sent (h1M4eCqe019529 Message accepted for delivery)Feb 21 20:40:12 dns sendmail[19531]: h1M4eCqe019529: to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (48/48), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=30387, relay=icesource.com. [66.12.123.173], dsn=4.0.0, stat=Deferred: Connection refused by icesource.com.
echo "test" | mail [EMAIL PROTECTED] ; tail -f /var/log/maillogworst case perhaps, purge out the sendmail rpm and reinstall maybethe upgrade broke something.I tried that test, and I did totally clean out and reinstall sendmail with no luck at all.
That's fine, I don't have a problme sending via localhost as that's all Ineed it to do, but it's not, it's sending via the actual network hostnameof the computer. Any idea how to change it to?sending via the network interface, well if I understand what yoursaying is normal and that should work. It can only RECIEVE mail onthe loopback interface by default, which seems to be fine for yoursituation.do you have any firewall rules? try iptables -LI didn't install the firewall.
I seem to remember some redhat versions comming with a fairlystrict firewall config in some situations.another thing to try is to telnet to the mail server your sendingmail to on port 25 and be sure that network-wise it works(do thisfrom the redhat box that's having the trouble). If your not surewhat mail server is associated with an email address use thehost command (e.g. host -t MX aphroland.org)good luck!nate