Line 26: |
Line 26: |
| yum --enablerepo=smedev install smeserver-mimp | | yum --enablerepo=smedev install smeserver-mimp |
| | | |
− | 3. Do following commands for the changes to take effekt: | + | 3. Do following commands for the changes to take effect: |
| | | |
| signal-event post-upgrade | | signal-event post-upgrade |
Line 38: |
Line 38: |
| <code> mimp is not activated</code> | | <code> mimp is not activated</code> |
| | | |
− | 5. Then we activate it; go to the config template directory. | + | 5. Then we activate it: |
| | | |
− | cd /etc/e-smith/templates/home/httpd/html/horde/config/registry.php/ | + | config set mimp service status enabled |
| | | |
− | 6. Open this fragment with text-editor Pico (^-sign means ctrl-button).
| + | 5a. To deactivate it: |
| | | |
− | pico -w 115AppRegistryMimp | + | config setprop mimp status disabled |
| | | |
− | Check this line:
| + | 6. To make these changes take effect: |
| | | |
− | my $Mimp = $mimp{'status'} || 'disabled'; return " \'status\' => \'inactive\'" unless$ | + | signal-event email-update |
| | | |
− | 7. Change this: 'disabled' to 'enabled' and 'inactive' to 'active'
| + | An alternative way is: Go to server-manager, email, email settings page and click "Save"-button. |
| | | |
− | Then it should be like this:
| + | 7. Enable webmail access in server-manager (if not already done) |
| | | |
− | my $Mimp = $mimp{'status'} || 'enabled'; return " \'status\' => \'active\'" unless$
| + | 8. Open https://yourserver/webmail |
| | | |
− | '' The folloving line are untested by me:''
| + | 9. Log in and check out Mobile email and related settings, by going to your.domain.com/horde/mimp. You will first login to horde, then login to mimp. Logout. |
− | <br>
| |
− | ''If you replace 'active' with 'hidden', Mimp will be transparent when using webmail''
| |
| | | |
− | 8. Exit Pico, and save file: ctrl+x - y - enter
| + | 10. Connect your mobile device to "your.domain/horde/mimp" or "your.domain/webmail (horde is supposed to automatically detect whether you are connecting via a wireless device and present you with the mimp login. '''Need someone to confirm that this still works on 7.1.x, only got confirmation that it did work on 6.x.''') and login. |
− | | |
− | We have just activated Mimp, and in the same sweep enabled Mimp login screen.
| |
− | | |
− | 9. To make these changes take effect:
| |
− | | |
− | expand-template <path-blablabla> Need help here!!!
| |
− | | |
− | An alternative way is: Go to server-manager, email, a settings page and click "Save"-button.
| |
− | | |
− | 10. Enable webmail access in server-manager (if not already done) | |
− | | |
− | 11. Open https://yourserver/webmail
| |
− | | |
− | 12. Log in and check out Mobile email and related settings. Logout.
| |
− | | |
− | 13. Connect your mobile device to "your.domain/horde/mimp" and login.
| |
| | | |
| ==== Check installed version ==== | | ==== Check installed version ==== |