ok.. I have recompiled the sendmail.Sendmail has ran with out any issues after searching lot from the google.But now its having a issue with while sending the mail
550 5.7.1 Rejected: 127.0.0.1 listed at
postmaster... Using cached ESMTP connection to [127.0.0.1] via relay...
mail -v
sachin.s@esoftech.com
sachin.s@esoftech.com... Connecting to [127.0.0.1] via relay...
220 myhost.mydomain.com ESMTP Sendmail 8.13.8/8.13.8; Thu, 7 Apr 2011 06:26:31 -0400
>>> EHLO myhost.mydomain.com
250-samba.aitcc.com Hello myhost.mydomain.com [127.0.0.1], pleased to meet you
250 ENHANCEDSTATUSCODES
>>> MAIL From:<root@myhost.mydomain.com
550 5.7.1 Rejected: 127.0.0.1 listed at
root... Using cached ESMTP connection to [127.0.0.1] via relay...
>>> RSET
250 2.0.0 Reset state
>>> MAIL From:<>
550 5.7.1 Rejected: 127.0.0.1 listed at
postmaster... Using cached ESMTP connection to [127.0.0.1] via relay...
>>> RSET
250 2.0.0 Reset state
>>> MAIL From:<>
550 5.7.1 Rejected: 127.0.0.1 listed at
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 myhost.mydomain.com closing connection
tail -f /var/log/maillog
Apr 7 06:26:31 samba sendmail[6299]: p37AQVMb006299: p37AQVMc006299: return to sender: Service unavailable
Apr 7 06:26:31 samba sendmail[6299]: p37AQVMc006299: to=postmaster, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32090, relay=[127.0.0.1], dsn=5.0.0, stat=Service unavailable
Apr 7 06:26:31 samba sendmail[6299]: p37AQVMb006299: Losing ./qfp37AQVMb006299: savemail panic
Apr 7 06:26:31 samba sendmail[6299]: p37AQVMb006299: SYSERR(root): savemail: cannot save rejected email anywhere
Apr 7 06:26:59 samba sendmail[6351]: p37AQxL6006351: from=nagios, size=393, class=0, nrcpts=3, msgid=<201104071026.p37AQxL6006351@samba.aitcc.com>, relay=nagios@localhost
Apr 7 06:26:59 samba sendmail[6352]: p37AQxhJ006352: SYSERR(root): rewrite: map access not found
Apr 7 06:26:59 samba last message repeated 13 times
please help me out if you have any clue