Sorry! `` looks awful in GitHub headers. Removed.

This commit is contained in:
reppep
2014-10-08 23:21:33 -04:00
parent aaeef92564
commit 1c4789dba9
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Setting up the `tilde.club` shell server (user host)
# Setting up the tilde.club shell server (user host)
We want to document the ins and outs of setting up the server so others who are interested can learn (and help!).
@@ -13,7 +13,7 @@ The default MTA on CentOS is `postfix`. Our goal was to have a `localhost`-only
* the `inet_interfaces` value should just be `localhost` (`inet_interfaces = localhost`)
* the `default_transport` parameter should be the bounce message we want (so add `default_transport = error: outside mail is not deliverable` to the bottom of the file)
## `identd`
## identd
Users will connect from their shell account to an IRC server, so it is *very* handy to have an `identd` server. For us that just meant installing the standard CentOS `identd` server and configuring it to start automatically: