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