Murali wrote: > > syslogd : line 45 warning: localhost could not be resolved. > > solaris-devx sendmail[510] My unqualified hostname( localhost > unknown) sleeping for retry > solaris-devx sendmail[511] My unqualified hostname( localhost > unknown) sleeping for retry > > Our computer host name is mit-1 > > Could you plz assist us wid this issue.
I am not sure but it seems you've deleted the /etc/inet/hosts entry for "localhost". IMO it is a good idea to restore that entry, e.g. add -- snip -- ::1 localhost 127.0.0.1 localhost -- snip -- to /etc/inet/hosts (if these items are missing) and add an entry for the full hostname (e.g. "terror.chickenmonster.gov" for the machine "terror" on domain "chickenmonster.gov") to make "sendmail" happy... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;) _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
