HP-UX Mailing Services Administrator's Guide
Configuring and Administering Sendmail
Troubleshooting Sendmail
Chapter 2 95
This is only a test.
.
Sendmail responds with the following information:
myname@baby.com... Connecting to sys1.hp.com via esmtp...
220 sys1.baby.com ESMTP Sendmail 8.8.6 (PHNE_12345)/8.8.6 SMKi
t7.02; Wed, 23 Oct 2002 18:44:21 +0530 (IST)
250-sys1.baby.com Hello root@inet.baby.com [15.70.178.1940, pl
easedtomeetyou
>>MAIL From:<root@inet.baby.com> SIZE=21
250 <root@inet.baby.com>... Sender ok
>> RCPT To:<myname@baby.com>
250 <myname@baby.com>
>>DATA
354 Enter mail, end with “.” on a line by itself
>>>.
250 SAA24294 Message accepted for delivery
myname@baby.com... Sent (SAA24294 Message accepted for deliver
y)
Closing connection to sys1.baby.com
QUIT
221 sys1.baby.com closing connection.
Sendmail has interfaces to three types of delivery agents. In verbose
mode, Sendmail reports its interactions with them as follows:
• Mailers that use SMTP to a remote host over a TCP/IP connection
(IPC mailers).
In verbose mode, Sendmail reports the name of the mailer used, each
MX host (if any) to which it tries to connect, and each Internet address
it tries for each host. When a connection succeeds, the SMTP
transaction is reported in detail.
• Mailers that run SMTP (locally) over pipes.
The name of the mailer used and the command line passed to exec()
are reported. Then the SMTP transaction is reported in detail. If the
mailer returns an abnormal error status, that is also reported.
• Mailers that expect envelope information from the Sendmail
command line and expect message headers and message body from
standard input.
The name of the mailer used and the command line passed to exec()
are reported. If the mailer returns an abnormal error status, that is
also reported.