aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric Faurot <eric@faurot.net>2014-07-10 20:49:32 +0200
committerEric Faurot <eric@faurot.net>2014-07-10 20:49:32 +0200
commit86c3e36c0d086b73d92a8882ef1ecffc62ef7614 (patch)
treecbf733ababffd1f51d9126cf73e34cfb4a3f026e /README.md
parentsync with stable (diff)
downloadOpenSMTPD-86c3e36c0d086b73d92a8882ef1ecffc62ef7614.tar.xz
OpenSMTPD-86c3e36c0d086b73d92a8882ef1ecffc62ef7614.zip
- remove examples that don't belong here
- tweak README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e64372c5..1c274b0b 100644
--- a/README.md
+++ b/README.md
@@ -111,12 +111,12 @@ script allows overriding these using the options:
mkdir /var/empty
useradd -c "SMTP Daemon" -d /var/empty -s /sbin/nologin _smtpd
- useradd -c "SMTP queue user" -d /var/empty -s /sbin/nologin _smtpq
+ useradd -c "SMTPD Queue" -d /var/empty -s /sbin/nologin _smtpq
### DragonFlyBSD, FreeBSD
pw useradd _smtpd -c "SMTP Daemon" -d /var/empty -s /sbin/nologin
- pw useradd _smtpq -c "SMTP queue user" -d /var/empty -s /sbin/nologin
+ pw useradd _smtpq -c "SMTPD Queue" -d /var/empty -s /sbin/nologin
### Mac OS X
@@ -155,7 +155,7 @@ First, kill any running sendmail/exim/qmail/postfix or other.
Then:
- smtpd &
+ smtpd
or in debug and verbose mode