1998-03-01 01:58:52 +00:00
|
|
|
The smtpd daemon talks the Simple Mail Transfer Protocol (SMTP) with other
|
|
|
|
SMTP daemons to receive mail from them, and saves it into a spool directory
|
|
|
|
for later processing. It is the store portion of an SMTP store and forward
|
|
|
|
proxy. The symbiotic companion program smtpfwdd is used to forward the
|
2005-09-14 21:34:27 +00:00
|
|
|
spooled mail on to its eventual destination.
|
1998-03-01 01:58:52 +00:00
|
|
|
|
2005-09-14 21:34:27 +00:00
|
|
|
smtpd is invoked from a super-server such as inetd or juniperd.
|
1998-03-01 01:58:52 +00:00
|
|
|
|
|
|
|
Access control rules based on the connecting host, and the smtp envelope are
|
|
|
|
supported. It contains some powerful features for stopping inbound or
|
2005-09-14 21:34:27 +00:00
|
|
|
outbound SPAM.
|
1998-03-01 01:58:52 +00:00
|
|
|
|
2005-09-14 21:34:27 +00:00
|
|
|
WWW: http://www.obtuse.com/
|