aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2011-02-04 17:09:54 +0100
committerStefan Kangas <stefankangas@gmail.com>2011-02-06 12:35:21 +0100
commit885dc2f173581abf860d06921dac077ff191034f (patch)
tree456a25e7674ce693cd14baf0be0e36649041ed15
parentdaa2b2e1c7254b843b69c6857ea6186725f73310 (diff)
Minor fixes
-rw-r--r--fripost-docs.org12
1 files changed, 8 insertions, 4 deletions
diff --git a/fripost-docs.org b/fripost-docs.org
index d629a37..c9f1121 100644
--- a/fripost-docs.org
+++ b/fripost-docs.org
@@ -63,7 +63,11 @@ send them to skangas@skangas.se.
** Packages to install
*** Administrative
- sudo aptitude install openssh-server molly-guard ntp ntpdate screen
+ - sudo aptitude install openssh-server molly-guard ntp ntpdate screen
+
+ If the system is on a dynamic IP (e.g. using DHCP):
+
+ - sudo aptitude install resolvconf
*** Security
@@ -97,7 +101,7 @@ X11Forwarding no
already in the sudo group. Otherwise, follow these steps:
- Add relevant users to the sudo group
- - sudo visudo
+ - EDITOR="emacs" sudo visudo
%sudo ALL= (ALL) ALL
** Configure logcheck
@@ -297,7 +301,7 @@ Aptitude
skip-innodb
:END:
-**** Configuring the main IMAP server
+**** MySQL on the main IMAP server
- create database mail;
@@ -595,7 +599,7 @@ TODO: Add nice rules.
expected to commit them using a descriptive commit message. Please add a
signature (initials or your username) since all commits will be made as root.
- $ etckeeper commit "postfix: enable to relay messages to remote hosts via smtp /Signature"
+ $ etckeeper commit "postfix: enable to relay messages to remote hosts via smtp /skangas"
If you do not commit your changes, the next system upgrade will fail and
whoever makes the upgrade will have to commit your changes for you. They may