From 033af5c7de65c2ba38c45ba649ad29823bfb7141 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 15 Apr 2012 22:04:31 +0200 Subject: fripost-adduser: LDAP ready --- README | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'README') 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: - admpass: + bind_dn: + bind_pw: -where and are user name and password to the MySQL-server on in next section. +where and 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 + $ ssh -vNfL 389:localhost:389 -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! -- cgit v1.2.3