HPlogo Configuring and Managing MPE/iX Internet Services > Chapter 10 Sendmail for MPE/iX

Syslog Message Formats

MPE documents

Complete PDF
Table of Contents
Glossary
Index

E0802 Edition 6 ♥
E0701 Edition 5
E0400 Edition 4

The following examples illustrate the types of syslog messages that Sendmail generates during normal operation.

The MPE user USER.ACCT on the local HP e3000 with a hostname of myhost.mydomain.com has just submitted a new message with 1 recipient consisting of a message body size of 5 bytes:

  Feb 6 12:14:42 localhost sendmail[65622]: g16HEgik065622:
    from=USER.ACCT, size=5, class=0, nrcpts=1,
    msgid=<200202061714.g16HEgik065622@myhost.mydomain.com>,
    relay=USER.ACCT@localhost

The new message is being relayed via the local host, i.e., Sendmail is connecting to TCP port 25 (SMTP) on the local host in order to queue the message:

  Feb 6 12:14:43 localhost sendmail[65623]: g16HEgs9065623:
    from=<USER.ACCT@myhost.mydomain.com>, size=5, class=0, nrcpts=1,
    msgid=<200202061714.g16HEgik065622@myhost.mydomain.com>,
    proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]

The new message has been successfully queued on the local host and will eventually be delivered to destuser@remhost.mydomain.com:

  Feb 6 12:14:43 localhost sendmail[65622]: g16HEgik065622:
    to=destuser@remhost.mydomain.com, ctladdr=USER.ACCT (153/126),
    delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30091,
    relay=localhost [127.0.0.1], dsn=2.0.0, stat=Sent
    (g16HEgs9065623 Message accepted for delivery)

The Sendmail daemon on the local host is now processing the queue for the message being sent from USER.ACCT@myhost.mydomain.com to destuser@remhost.mydomain.com. The remote mail server's IP address is 192.168.0.1, and the message was successfully sent:

  Feb 6 12:14:46 localhost sendmail[65625]: g16HEgs9065623:
    to=<destuser@remhost.mydomain.com>,
    ctladdr=<USER.ACCT@myhost.mydomain.com> (153/126),
    delay=00:00:03, xdelay=00:00:03, mailer=esmtp, pri=120377,
    relay=remhost.mydomain.com. [192.168.0.1], dsn=2.0.0, stat=Sent
    (g16HNwC810485863 Message accepted for delivery)

In this next example, the remote user destuser@remhost.mydomain.com is sending an incoming message to some user on the local HP e3000. The remote mail server that has connected to your local HP e3000 is remhost.mydomain.com, and its IP address is 192.168.0.1:

  Feb 6 12:15:13 localhost sendmail[131160]: g16HFDs9131160:
    from=<destuser@remhost.mydomain.com>, size=31, class=0, nrcpts=1,
    msgid=<200202061724.g16HOMLs065645@remhost.mydomain.com>,
    proto=ESMTP, daemon=MTA, relay=remhost.mydomain.com [192.168.0.1]

The local Sendmail daemon has successfully delivered the incoming message to the local user USER.ACCT:

  Feb 6 12:15:14 localhost sendmail[131161]: g16HFDs9131160:
    to=<USER.ACCT@myhost.mydomain.com>, delay=00:00:01, xdelay=00:00:01,
    mailer=local, pri=30042, dsn=2.0.0, stat=Sent




Troubleshooting


For Further Information