Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Unable to send mails with Attachment in Horde  (Read 1959 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Unable to send mails with Attachment in Horde
« on: November 16, 2013, 08:37:11 pm »
Unable to send mails with Attachment in Horde


If you are unable to send mails with attachments even-though mails are recieving, then check the horde temporary file permission.

First of all check /usr/share/psa-horde/config/conf.php for the temporary directory used by Horde.

--------
~]#  cat /usr/share/psa-horde/config/conf.php | grep tmpdir
 $conf['tmpdir'] = '/tmp';
-------

Check the permission of .horde file

-------
~]# ls -la /tmp/.horde
------

If the ownership of the file would be apache.apache. Change it as below.

---------
~]# chown -R horde_sysuser:horde_sysgroup /tmp/.horde/
---------

Hurray... Issue is fixed now. You will be able to send mails with attachment from now on.

Enjoy   ;)