diff options
-rw-r--r-- | README | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -8,15 +8,22 @@ skangas@skangas.se #. Installation -Read installation file INSTALL +Read installation file INSTALL and follow those instructions. + +Edit file default.yml and add the following + + admuser: <admin username> + admpass: <admin password> + +where <admin username> and <admin password> are user name and password on <remote server> in next section. #. Log in to server - $ ssh -NfL <local port>:localhost:<remote port> <remote server> + $ ssh -NfL 3306:localhost:3306 <remote server> -This opens an ssh-tunnel. Use standard mysql port 3306. +This opens an ssh-tunnel and returns to standard prompt. Use standard mysql port 3306. -#. Add a new mailbox +#. Add a new mailbox. $ fripost-adduser |