smtpd(1M) smtpd(1M)
NAME
smtpd - receive incoming mail using Simple Mail Transfer
Protocol
SYNOPSIS
smtpd
DESCRIPTION
smtpd is a daemon that runs while in multi-user mode, waiting
for requests from remote hosts to send mail. smtpd listens
for these requests on all connection oriented transports that
have SMTP ports defined.
Mail received successfully is queued under the spool directory
/var/spool/mailq, then passed through
/usr/lib/mail/surrcmd/mailWrapper to /bin/rmail.
FILES
/etc/inet/services list of TCP/UDP services (SMTP should be 25/tcp)
/var/spool/mailq queue directory for all hosts
/var/spool/mailq/D.* incoming mail messages
EXIT CODES
0 Successful exit
1 Memory or TLI error
2 Usage error
REFERENCES
mail(1), smtp(1M)
Copyright 1994 Novell, Inc. Page 1