Index: [Article Count Order] [Thread]

Date:  Fri, 25 Sep 2009 17:49:15 -0500
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:16063] Re: relay=[127.0.0.1] [127.0.0.1], dsn=5.0.0, stat=Service unavailable
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <EC82083734DE403197A3C590BA7D0A88@raqware>
References:  <138010.33693.qm (at mark) web65611.mail.ac4.yahoo.com>
X-Mail-Count: 16063

Dan Kriwitsky  wrote;
>> yet
>> if I execute
>> [root@fsn1 ~]# echo "test" | mail -s test admin ; tail -f
>> /var/log/maillog | grep admin
>> Sep 25 16:51:54 fsn1 sendmail[27560]: n8PLpsr2027560:
>> to=admin, ctladdr=root (0/0), delay=00:00:00,
>> xdelay=00:00:00, mailer=relay, pri=30030, relay=[127.0.0.1]
>> [127.0.0.1], dsn=5.0.0, stat=Service unavailable
>> 
> Check Sendmail access:
> 
> localhost.localdomain RELAY
> localhost RELAY
> 127.0.0.1 RELAY
> 
Tks, Dan
[root@fsn1 mail]# cat access | grep local
localhost.localdomain           RELAY
localhost                       RELAY
[root (at mark) fsn1 mail]# cat access | grep 127.0.0.1
127.0.0.1                       RELAY

I checked and all Ok

Gerald