diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/smtpd/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/smtpd/README b/share/smtpd/README index bfc0896ae1b..aeaa9402a4c 100644 --- a/share/smtpd/README +++ b/share/smtpd/README @@ -5,7 +5,7 @@ WHAT IS IT?: smtpd and smtpfwdd are an implementation of a store and forward smtp proxy. Smtpd is a daemon witch runs in a chrooted environment and -talks smtp in order to recieve mail. It spools received mail to it's +talks smtp in order to receive mail. It spools received mail to it's chroot. Smtpfwdd is a daemon which periodically scans the smtpd chroot directory and invokes sendmail to deliver the mail, either locally or by forwarding it to its eventual destination. |