#! /usr/bin/perl5 print <Electronic Mail

Internet mail service is implemented by a combination of programs and protocols that perform three basic functions: user mail agents that provide the user interface for composing and reading electronic mail, remote mail service, and message transfer and routing. The WebForce Internet Gateway mail service comprises two utilties: sendmail, which implements mail tranfer and routing, and POP3 (Post Office Protocol, version 3), a mail server for PC and Macintosh users.

The sendmail program receives mail messages from the user agents in the local network and from remote mail servers. When a mail message arrives, sendmail requests a mail exchanger record (MX record) from DNS to determine where to forward the mail. If sendmail is unable to identify the destination host returned in the record, it passes the message to a relay host for local domain addresses, or to a forwarder host for external addresses.

Mail that sendmail receives is read on the local host with a UNIX user agent, or it is read remotely from a PC or Macintosh host with a user agent that relies on POP3 service.

Use these forms to configure WebForce Internet Gateway mail services:

See Chapter 8 of IRIX Admin: Networking and Mail for more information on sendmail. Also see the sendmail(1M), configmail(1M), and popper(8) references pages. EndOfFile