This appendix provides an explanation and suggested user actions for the sendmail error messages. These messages can occur when sending mail to another user on the same host or when sending mail using TCP/IP. If other mailers are configured on your system (for example, DECnet), see the documentation that accompanies the mailer for additional messages.
The following sendmail messages are found either in a rejected message or in the syslogd message file:
User Action:
#
grep '^define(_GateINET' /var/adm/sendmail/hostname.m4
If the braces are empty (that is, do not contain a host name), reconfigure
sendmail
and specify a relay host. See
Section 11.3
for more information on specifying a relay name.
User Action:
Check whether
sendmail
is running on the host by using the
ps
command as follows:
#
ps -ax | grep send
If it is not, ask the system administrator to start
sendmail.
User Action: The message will be retried later.
User Action:
If the host is not defined, ask your system administrator to correct the
problem.
#
nslookup -q=mx hostname
If a record exists, go to step 3.
#
grep '^define(GateINET' /var/adm/sendmail/hostname.m4
If the braces are empty (that is, do not contain a host name), reconfigure
sendmail
and specify a relay host. Send the message again. See
Section 11.3
for more information on specifying a relay name.
User Action:
Check your
sendmail
configuration by entering the following command:
#
grep '^define(GateINET' /var/adm/sendmail/hostname.m4
If the braces on any line contain your host's name, there is a configuration
error. Reconfigure
sendmail.
See
Section 11.3
for more information.
User Action: The message will be retried later.
User Action: Look for other error messages, for example Host unknown, and resolve them first. Resolving other errors should resolve this error as well.
User Action: Check whether the user address is correct or whether the user has moved.