ba7fdd6573
- Don't mention patch which is already integrated by the port - Don't mention docs which are no longer online - Trim trailing whitespace
13 lines
602 B
Text
13 lines
602 B
Text
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
|
|
spooled mail on to its eventual destination.
|
|
|
|
smtpd is invoked from a super-server such as inetd or juniperd.
|
|
|
|
Access control rules based on the connecting host, and the smtp envelope are
|
|
supported. It contains some powerful features for stopping inbound or
|
|
outbound SPAM.
|
|
|
|
WWW: http://www.obtuse.com/
|