| SMTPD(8) | System Manager's Manual | SMTPD(8) |
smtpd — Simple
Mail Transfer Protocol (SMTP) daemon
smtpd |
[-dFhnv] [-D
macro=value]
[-f file]
[-P system]
[-T trace] |
smtpd is a Simple Mail Transfer Protocol
(SMTP) daemon which can be used as a machine's primary mail system.
smtpd can listen on a network interface and handle
SMTP transactions; it can also be fed messages through the standard
sendmail(8) interface. It can
relay messages through remote mail transfer agents or store them locally
using either the mbox or maildir format. This implementation supports SMTP
as defined by RFC 5321 as well as several extensions. A running
smtpd can be controlled through
smtpctl(8).
The options are as follows:
-D
macro=value-dsmtpd will run in the foreground and log to
stderr.-Fsmtpd will run in the foreground and log to
syslogd(8).-f
file-h-n-P
system-T
trace-vsmtpd configuration file.J. Klensin, Simple Mail Transfer Protocol, RFC 5321, October 2008.
The smtpd program first appeared in
OpenBSD 4.6.
| March 2, 2023 | openbsd |