aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2013-03-08 18:04:46 +0100
committerCharles Longeau <github@chl.be>2013-03-08 18:04:46 +0100
commit97ab75033902ac56b734191296ca92b71ee63c6d (patch)
treed7f4d4fd53045d87353579f69654edea4126725d /README.md
parentmv README --> README.md (diff)
downloadOpenSMTPD-97ab75033902ac56b734191296ca92b71ee63c6d.tar.xz
OpenSMTPD-97ab75033902ac56b734191296ca92b71ee63c6d.zip
fix links and tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 9 insertions, 30 deletions
diff --git a/README.md b/README.md
index 899af835..9f06282f 100644
--- a/README.md
+++ b/README.md
@@ -10,26 +10,18 @@ the SMTP protocol.
OpenSMTPD runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:
- - Linux
- - FreeBSD
- - NetBSD
- - DragonFly
- - MacOSX
-
-For more information:
-
- [http://www.opensmtpd.org/portable.html](http://www.opensmtpd.org/portable.html)
+* Linux
+* FreeBSD
+* NetBSD
+* DragonFly
+* MacOSX
+For more information: [http://www.opensmtpd.org/portable.html](http://www.opensmtpd.org/portable.html)
People interested about OpenSMTPD are encouraged to subscribe to our mailing
-list:
-
- [http://www.opensmtpd.org/list.html](http://www.opensmtpd.org/list.html)
-
-
-and to join the IRC channel:
+list: [http://www.opensmtpd.org/list.html](http://www.opensmtpd.org/list.html)
- #OpenSMTPD @ irc.freenode.net
+and to join the IRC channel: #OpenSMTPD @ irc.freenode.net
Cheers !
@@ -148,8 +140,7 @@ Add a user - here we have picked 444:
/usr/bin/sudo /usr/bin/dscl . -create /Users/_smtpd RealName "SMTP Daemon"
/usr/bin/sudo /usr/bin/dscl . -create /Users/_stmpd Password "*"
/usr/bin/sudo /usr/bin/dscl . -create /Users/_smtpd PrimaryGroupID 444
- /usr/bin/sudo /usr/bin/dscl . -create /Users/_smtpd NFSHomeDirectory \
- /var/empty
+ /usr/bin/sudo /usr/bin/dscl . -create /Users/_smtpd NFSHomeDirectory /var/empty
/usr/bin/sudo /usr/bin/dscl . -create /Users/_smtpd UserShell /usr/bin/false
repeat for the _smtpq and _smtpf users.
@@ -167,15 +158,3 @@ Then:
or in debug and verbose mode
smtpd -dv
-
-
-Manual pages
-------------
-
-* [aliases](http://opensmtpd.org/aliases.5.html) -
-* [forward](http://opensmtpd.org/forward.5.html) -
-* [smtpd](http://opensmtpd.org/smtpd.8.html) - Simple Mail Transfer Protocol daemon
-* [smtpd.conf](http://opensmtpd.org/smtpd.conf.5.html) - Simple Mail Transfer Protocol daemon configuration file
-* [smtpctl](http://opensmtpd.org/smtpctl.8.html) - control the Simple Mail Transfer Protocol daemon
-* [newaliases](http://opensmtpd.org/newaliases.8.html) - generate aliases mappings for the Simple Mail Transfer Protocol daemon
-* [makemap](http://opensmtpd.org/makemap.8.html) - generate mappings for the Simple Mail Transfer Protocol daemon