diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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! |