HP-UX Reference (11i v1 00/12) - 1M System Administration Commands N-Z (vol 4)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1m/naaagt.1m
________________________________________________________________
___ ___
s
sendmail(1M) sendmail(1M)
Aliases
You can set up system aliases and user forwarding. The alias and .forward files are described in the
aliases(5) manpage.
EXIT STATUS
sendmail returns an exit status describing what it did. The codes are defined in <sysexits.h>:
EX_OK Successful completion on all addresses.
EX_NOUSER User name not recognized.
EX_UNAVAILABLE Catchallmeaning necessary resources were not available.
EX_SYNTAX Syntax error in address.
EX_SOFTWARE Internal software error, including bad arguments.
EX_OSERR Temporary operating system error, such as ‘‘cannot fork’’ .
EX_NOHOST Host name not recognized.
EX_TEMPFAIL Message could not be sent immediately, but was queued.
AUTHOR
The sendmail command was developed by the University of California, Berkeley, and originally appeared
in BSD 4.2. This version of HP-UX sendmail originally came from sendmail 8.9.3.
FILES
$HOME/.forward User’s mail forwarding file
$HOME/dead.letter User’s failed message file
Except for the
/etc/mail/sendmail.cf
file and the daemon process ID file, the below mentioned
default pathnames are all specified in the configuration file,
/etc/mail/sendmail.cf
. These default
file names can be overridden in the configuration file.
/etc/mail/aliases raw data for alias names
/etc/mail/aliases.db
data base of alias names
/etc/mail/sendmail.cf
configuration file
/usr/share/lib/sendmail.hf
help file
/etc/mail/sendmail.st
collected statistics
/var/spool/mqueue/*
mail queue files
/etc/mail/sendmail.pid
The process id of the daemon
/etc/mail/sendmail.cw
The list of all hostnames that are recognized as local, which causes
sendmail to accept mail for these hosts and attempt local delivery
/etc/nsswitch.conf
configuration file for the name-service switch
SEE ALSO
aliases(5), convert_awk(1M), elm(1), expand_alias(1), identd(1M), idlookup(1), killsm(1M), mail(1), mailq(1),
mailstats(1), mailx(1), mtail(1M), newaliases(1M), praliases(1), smrsh(1M).
Section 1M−−776 − 7 − HP-UX Release 11i: December 2000
___
___