diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -10,7 +10,7 @@ skangas@skangas.se Read installation file INSTALL and follow those instructions. -Copy file fripost.yml.template to ~/.fripost.yml, edit it, chmod 600 it, and +Copy file fripost.yml.template to ~/.fripost.yml, edit it, chmod 0600 it, and add the following: bind_dn: <admin bind DN> @@ -19,17 +19,19 @@ add the following: where <admin bind username> and <admin bind password> your own admin DN and password. -Configure an locla Mail Transger Agent (MTA) for example exim4: +Configure a local Mail Transger Agent (MTA) for example exim4: $ sudo dpkg-reconfigure exim4-config -Choose use smarthost for outgoing and no local e-mail. Choos your IPS's SMTP server for outgoing e-mail. +Choose use smarthost for outgoing and no local e-mail. Choose your IPS's SMTP +server for outgoing e-mail. #. Log in to server $ ssh -vNfL 389:localhost:389 <remote server> -This opens an ssh-tunnel and returns to standard prompt. Use standard LDAP port 389. +This opens an ssh-tunnel and returns to standard prompt. Locally, you may want +to use the standard LDAP port 389, or some unprivileged port. #. Add a new mailbox. @@ -43,7 +45,9 @@ This opens an ssh-tunnel and returns to standard prompt. Use standard LDAP port $ fripost-newalias -The script prompts first for go-to address, which is where the new alias is supposed to point to, and later for alias. It is not necessary to add domain for go-to address, BUT for alias address. +The script prompts first for goto address, which is where the new alias is +supposed to point to, and later for alias. It is not necessary to add domain for +goto address, BUT for alias address. #. Add a new domain to the system |