[EMAIL PROTECTED] wrote:
>> Based on the status entry... it looks like sendmail attempted
>> to connect to 4clevelands.com, but for some reason the
>> connection was refused. Duh! This could either be a firewall
>> blocking outbound connections on port 25 -or- sendmail is
>> announcing itself (HELO) incorrectly to 4clevelands.com and
>> is being rejected. I know I have my MTA confgured to reject
>> MTA's that do not announce themselves correctly during the
>> HELO handshake. Fricken spammers do that all the time.
> 
> How do I make sure it's announcing itself correctly?
> 
> 

In the following order...

1) type: telnet 4clevands.com 25
This should verify that a firewall is not blocking attempts from the server
your on. If you get a 220 response, then type: quit.

2) type: sendmail -bt -d0.1 </dev/null
Look for the canonical name. Can this name be looked up in DNS? both forward
and reverse?

3) You did not answer my question from my other post. Are we working on the
same problem? The logfile entry you posted is over a day old. Whats the
output of "mailq"

Steve Cowles


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to