aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-04-15 22:04:31 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-04-15 22:04:31 +0200
commit033af5c7de65c2ba38c45ba649ad29823bfb7141 (patch)
tree5b9f93fe22dd61c71b0a711c0fefa8e91d1d6c31 /README
parentb1fe11c6c9ae79bd8714ba7e627cff1665198fd4 (diff)
fripost-adduser: LDAP ready
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 10 insertions, 6 deletions
diff --git a/README b/README
index 6ab96ba..14c5af2 100644
--- a/README
+++ b/README
@@ -10,12 +10,13 @@ skangas@skangas.se
Read installation file INSTALL and follow those instructions.
-Copy file default.yml.template to default.yml, edit file default.yml and add the following
+Copy file fripost.yml.template to ~/.fripost.yml, edit it and add the following
- admuser: <admin username>
- admpass: <admin password>
+ bind_dn: <admin bind DN>
+ bind_pw: <admin bind password>
-where <admin username> and <admin password> are user name and password to the MySQL-server on <remote server> in next section.
+where <admin bind username> and <admin bind password> your own admin DN
+and password.
Configure an locla Mail Transger Agent (MTA) for example exim4:
@@ -25,9 +26,9 @@ Choose use smarthost for outgoing and no local e-mail. Choos your IPS's SMTP ser
#. Log in to server
- $ ssh -vNfL 3306:localhost:3306 <remote server>
+ $ ssh -vNfL 389:localhost:389 <remote server>
-This opens an ssh-tunnel and returns to standard prompt. Use standard mysql port 3306.
+This opens an ssh-tunnel and returns to standard prompt. Use standard LDAP port 389.
#. Add a new mailbox.
@@ -51,6 +52,9 @@ The script prompts first for go-to address, which is where the new alias is supp
$ fripost-passwd
+All these scripts have an integrated manual you can read using e.g.,
+`fripost-adduser --man'. A short help is also available with e.g.,
+`fripost-adduser --help'.
Have fun!