Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: psoren on October 07, 2006, 12:38:10 PM

Title: How can i view HTML in Horde webmail
Post by: psoren on October 07, 2006, 12:38:10 PM
Hi,

I have searched, but can not find the HOWTO which describes how i make it possible to see mails with HTML code in webmail.
Can anyone help?

Thanks
Per
Title: Re: How can i view HTML in Horde webmail
Post by: raem on October 07, 2006, 02:32:23 PM
psoren

look at the swerts-knudsen site

see
http://sme.swerts-knudsen.dk/index.html?frame=http%3A//sme.swerts-knudsen.dk/howtos/howto_3.htm
Title: Re: How can i view HTML in Horde webmail
Post by: psoren on October 07, 2006, 06:03:18 PM
Thank you!!   :D
Title: Re: How can i view HTML in Horde webmail
Post by: Agent86 on January 18, 2007, 03:43:00 AM
Quote from: "RayMitchell"
psoren

look at the swerts-knudsen site

see
http://sme.swerts-knudsen.dk/index.html?frame=http%3A//sme.swerts-knudsen.dk/howtos/howto_3.htm


Thanks works great

But if I update I may have to fix it again right ?
Title: Re: How can i view HTML in Horde webmail
Post by: cactus on January 18, 2007, 08:42:33 AM
Quote from: "Agent86"
Quote from: "RayMitchell"
psoren

look at the swerts-knudsen site

see
http://sme.swerts-knudsen.dk/index.html?frame=http%3A//sme.swerts-knudsen.dk/howtos/howto_3.htm


Thanks works great

But if I update I may have to fix it again right ?
Not if you modify the template file:
Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \ /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
and make the modifications in the copied file. After you have made your modifications regenerate the file:
Code: [Select]
expand-template /home/httpd/html/horde/config/mime_drivers.php
Title: How can i view HTML in Horde webmail
Post by: william_syd on January 18, 2007, 08:57:37 AM
I thought the imp config overides the horde config ?
Title: Re: How can i view HTML in Horde webmail
Post by: Elliott on January 30, 2007, 11:14:26 PM
Quote from: "cactus"
Not if you modify the template file:
Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \ /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
and make the modifications in the copied file. After you have made your modifications regenerate the file:
Code: [Select]
expand-template /home/httpd/html/horde/config/mime_drivers.php


Um... should this work without question? That directory structure doesn't even exist on my installation.

/etc/e-smith/templates-custom only has one subdirectory under it and it's /etc, not /home.

Should I create the entire structure and place the copy within it?

Thanks,
E
Title: Re: How can i view HTML in Horde webmail
Post by: william_syd on January 30, 2007, 11:48:05 PM
Quote from: "Elliott"


Should I create the entire structure and place the copy within it?

Thanks,
E


Yes

Code: [Select]
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php

Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \
/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html


Code: [Select]
expand-template /home/httpd/html/horde/config/mime_drivers.php
Title: How can i view HTML in Horde webmail
Post by: drfresh on February 09, 2007, 01:13:45 PM
Quote
Code:
Code: [Select]
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \
/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html



I don't understand this? I get an error saying
Code: [Select]
/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
-bash: /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html: No such file or directory

after doing the first cp command. Something is misssing I guess. I know nothing about templates, sorry.

Dr. Fresh
Title: How can i view HTML in Horde webmail
Post by: william_syd on February 09, 2007, 02:33:36 PM
Copy and paste both lines as one block or

cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html

on one line.
Title: How can i view HTML in Horde webmail
Post by: drfresh on February 09, 2007, 02:39:46 PM
That's what I did (I hope). Problem is - i guess - that there's is no such file 160html. When is that created and what shuold it contain? It says above, that you have to edit that accordingly.
Title: How can i view HTML in Horde webmail
Post by: william_syd on February 09, 2007, 02:52:42 PM
Works for me.

mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
nano -w /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
expand-template /home/httpd/html/horde/config/mime_drivers.php