Difference between revisions of "Mimp"

From SME Server
Jump to navigationJump to search
(Mimp install HowTo added -needs attention!)
 
(17 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
{{Languages}}
 +
{{Warning box| This contrib is available on SME 7, SME 8 and SME 9, however no longer maintained by its author. He strongly suggests moving to [[https://wiki.contribs.org/Horde5 Horde 5]] for SME9 [[http://bugs.contribs.org/show_bug.cgi?id=8956 see bug #8956]]. }}
 
== Mimp for SME Server ==
 
== Mimp for SME Server ==
''This HowTo need further work to be acceptable, at least at step 9.'' /Per
+
=== Version ===
 +
{{ #smeversion: smeserver-mimp}}
 +
{{ #smeversion: mimp-h3 }}
 +
 
 +
 
 
=== Maintainer ===
 
=== Maintainer ===
  
Line 6: Line 12:
  
 
=== Description ===
 
=== Description ===
 
+
*Mimp is a part of Horde framework.
*MIMP is a version of IMP suitable for mobile devices such as WAP phones or PDAs.  
+
*MIMP is a version of IMP ''(1)'' suitable for mobile devices such as WAP phones or PDAs.  
 
*Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages.
 
*Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages.
  
 +
''(1) Imp is the standard email interface (webmail) included in SME''
  
<br>Step-by-step silly HowTo for installation of Mimp on SMEserver 7.1.3.
+
Step-by-step HowTo for installation of Mimp on SME Server 7.x.
 
 
It's intended for Linux-newbies.
 
 
 
This installs from smedev repository (the simple way), there could be later versions elsewhere.
 
  
 
=== Installation ===
 
=== Installation ===
  
1. Log in (with username root) to the SMEserver console.
+
1. Log in (with username root) to the SME Server console.
  
 
2. Download and install mimp and smeserver-mimp
 
2. Download and install mimp and smeserver-mimp
  
  yum --enablerepo=smedev install smeserver-mimp
+
  yum install smeserver-mimp --enablerepo=smecontribs
 
 
3. Do following commands for the changes to take effekt:
 
  
signal-event post-upgrade
+
3. Do following commands for the changes to take effect:
  
  signal-event reboot
+
  signal-event post-upgrade; signal-event reboot
  
 
Your SME server reboots
 
Your SME server reboots
Line 37: 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/
 
  
6. Open this fragment with text-editor Pico (^-sign means ctrl-button).
+
config set mimp service status enabled
  
pico -w 115AppRegistryMimp
+
5a. To deactivate it:
  
Check this line:
+
config setprop mimp status disabled
  
my $Mimp = $mimp{'status'} || 'disabled'; return "    \'status\' => \'inactive\'" unless$
+
6. To make these changes take effect:
  
7. Change this: 'disabled' to 'enabled' and 'inactive' to 'active'
+
signal-event email-update
  
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://your.server/webmail/horde/mimp with a webbrowser.
  
8. Exit Pico, and save file: ctrl+x - y - enter
+
9. Log in as admin (first to Horde, then to Mimp) and check out mobile email settings.  Logout.
  
We have just activated Mimp, and in the same sweep enabled Mimp login screen.
+
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) and login.
  
9. To make these changes take effect:
+
==== Check installed version ====
 +
yum info installed *mimp*
 +
That will show both packages.
  
  expand-template <path-blablabla> Need help here!!!
+
==== Uninstall ====
 
+
  yum remove *mimp*
An alternative way is: Go to server-manager, email, a settings page and click "Save"-button.
+
Check spec (when asked) that no unintended packages have been included.
 
 
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.
 
  
 
=== Additional information ===
 
=== Additional information ===
Line 81: Line 74:
 
[http://forums.contribs.org/index.php?topic=35530.0 Announcement: SME Server 7.x Contribs]
 
[http://forums.contribs.org/index.php?topic=35530.0 Announcement: SME Server 7.x Contribs]
  
If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
+
More tips about email in this HowTo: [[Email]]
 +
 
 +
If you connect to the SME Server console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
  
 
Please note that this was written in april 2007, if the software change then this howto may be outdated.
 
Please note that this was written in april 2007, if the software change then this howto may be outdated.
Line 87: Line 82:
 
Please do edit if you find errors or have improvements, but make sure that it works!
 
Please do edit if you find errors or have improvements, but make sure that it works!
  
Good luck [http://wiki.contribs.org/User:Per /Per]
+
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-mimp component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mimp|title=this link}}.
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-mimp|noresultsmessage="No open bugs found."}}
 +
 
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=mimp|noresultsmessage="No open bugs found."}}
  
 
=== Tested software version ===
 
=== Tested software version ===
  
Host: SMEserver v7.1 with update 3 (7.1.3)
+
Host: SME Server v9.0beta3 (el5 versions of rpms), v8.0, v7.1 update 3 onwards
 +
 
 +
Current versions in SME 8 smecontribs repository at 19 February 2014
  
mimp-h3.noarch 1.0.1-1
+
mimp-h3-1.1.3-1.el5.sme.noarch.rpm
  
smeserver-mimp.noarch 1.0-11
+
smeserver-mimp-1.1-3.el5.sme.noarch.rpm
  
 
----
 
----
  
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 +
[[Category: Groupware]]

Revision as of 00:36, 13 March 2020


Warning.png Warning:
This contrib is available on SME 7, SME 8 and SME 9, however no longer maintained by its author. He strongly suggests moving to [Horde 5] for SME9 [see bug #8956].


Mimp for SME Server

Version

smeserver-mimp
The latest version of smeserver-mimp is available in the SME repository, click on the version number(s) for more information.


mimp-h3
The latest version of mimp-h3 is available in the SME repository, click on the version number(s) for more information.



Maintainer

John Bennett Services - JBS (software)

Description

  • Mimp is a part of Horde framework.
  • MIMP is a version of IMP (1) suitable for mobile devices such as WAP phones or PDAs.
  • Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages.

(1) Imp is the standard email interface (webmail) included in SME

Step-by-step HowTo for installation of Mimp on SME Server 7.x.

Installation

1. Log in (with username root) to the SME Server console.

2. Download and install mimp and smeserver-mimp

yum install smeserver-mimp --enablerepo=smecontribs 

3. Do following commands for the changes to take effect:

signal-event post-upgrade; signal-event reboot

Your SME server reboots

4. (optional) If you try to connect to https://yourserver/horde/mimp/ at this stage, you will probably get this message:

mimp is not activated

5. Then we activate it:

config set mimp service status enabled

5a. To deactivate it:

config setprop mimp status disabled

6. To make these changes take effect:

signal-event email-update

7. Enable webmail access in server-manager (if not already done)

8. Open https://your.server/webmail/horde/mimp with a webbrowser.

9. Log in as admin (first to Horde, then to Mimp) and check out mobile email settings. Logout.

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) and login.

Check installed version

yum info installed *mimp*

That will show both packages.

Uninstall

yum remove *mimp*

Check spec (when asked) that no unintended packages have been included.

Additional information

Mimp website

JBS release notes

Announcement: SME Server 7.x Contribs

More tips about email in this HowTo: Email

If you connect to the SME Server console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).

Please note that this was written in april 2007, if the software change then this howto may be outdated.

Please do edit if you find errors or have improvements, but make sure that it works!

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-mimp component or use this link .

"No open bugs found."
"No open bugs found."

Tested software version

Host: SME Server v9.0beta3 (el5 versions of rpms), v8.0, v7.1 update 3 onwards

Current versions in SME 8 smecontribs repository at 19 February 2014

mimp-h3-1.1.3-1.el5.sme.noarch.rpm

smeserver-mimp-1.1-3.el5.sme.noarch.rpm