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
-
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
-
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
-
Thank you!! :D
-
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 ?
-
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:
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:
expand-template /home/httpd/html/horde/config/mime_drivers.php
-
I thought the imp config overides the horde config ?
-
Not if you modify the template file:
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:
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
-
Should I create the entire structure and place the copy within it?
Thanks,
E
Yes
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
expand-template /home/httpd/html/horde/config/mime_drivers.php
-
Code:
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 /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
-
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.
-
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.
-
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