Difference between revisions of "Webmail attachments"

From SME Server
Jump to navigationJump to search
(Created page with "Some time you may find that attachements added to messages created from within webmail (Horde) are corrupted (as an expample drawing files in DWG format). This is due to an incor...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Some time you may find that attachements added to messages created from within webmail (Horde) are corrupted (as an expample drawing files in DWG format). This is due to an incorrect identification of the attachments. To correct this behavoiur you need to get the following library:
+
Sometimes you may find that attachements added to messages created from within webmail (Horde) in SME 7.5.1. are corrupted (as an expample, drawing files in DWG format). This is due to an incorrect identification of the attachments. To correct this behavoiur you need to get the following library:
 
  wget http://apt.sw.be/redhat/el4/en/i386/dag/RPMS/php-pecl-fileinfo-1.0.4-2.el4.rf.i386.rpm
 
  wget http://apt.sw.be/redhat/el4/en/i386/dag/RPMS/php-pecl-fileinfo-1.0.4-2.el4.rf.i386.rpm
 
and then install it:
 
and then install it:
 
  yum localinstall php-pecl-fileinfo-1.0.4-2.el4.rf.i386.rpm
 
  yum localinstall php-pecl-fileinfo-1.0.4-2.el4.rf.i386.rpm
Create the a custom template fragment for php.ini creting the following folder:
+
Create then a custom template fragment for php.ini; start creating the following folder:
 
  /etc/e-smith/templates-custom/etc/php.ini
 
  /etc/e-smith/templates-custom/etc/php.ini
 
Create into the folder a file named 25magicmimetime and containing the following instructions:
 
Create into the folder a file named 25magicmimetime and containing the following instructions:
Line 10: Line 10:
 
  extension=fileinfo.so
 
  extension=fileinfo.so
 
Expand template:
 
Expand template:
 +
expand-template /etc/php.ini
 +
Restarting httpd may be sufficient:
 +
/etc/init.d/httpd restart
 +
 +
If the same problem involves SME 8 the correspondig rpm is:
 +
http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/php-pecl-fileinfo-1.0.4-2.el5.rf.i386.rpm
 +
 +
[[Category: Howto]]
 +
[[Category: Mail]]

Latest revision as of 20:27, 27 May 2012

Sometimes you may find that attachements added to messages created from within webmail (Horde) in SME 7.5.1. are corrupted (as an expample, drawing files in DWG format). This is due to an incorrect identification of the attachments. To correct this behavoiur you need to get the following library:

wget http://apt.sw.be/redhat/el4/en/i386/dag/RPMS/php-pecl-fileinfo-1.0.4-2.el4.rf.i386.rpm

and then install it:

yum localinstall php-pecl-fileinfo-1.0.4-2.el4.rf.i386.rpm

Create then a custom template fragment for php.ini; start creating the following folder:

/etc/e-smith/templates-custom/etc/php.ini

Create into the folder a file named 25magicmimetime and containing the following instructions:

;Magic mime time
mime_magic.magicfile = "/usr/share/file/magic.mime"
extension=fileinfo.so

Expand template:

expand-template /etc/php.ini

Restarting httpd may be sufficient:

/etc/init.d/httpd restart

If the same problem involves SME 8 the correspondig rpm is:

http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/php-pecl-fileinfo-1.0.4-2.el5.rf.i386.rpm