diego wrote:
jas8522: I dont know what to edit on the files you mention. Can you be a little more specific on how the should look.
Thank you.
Sure! Best way to proceed:
Edit: /etc/psa-webmail/atmail/atmail_vhost.conf and look for this line:
Code:
php_admin_value open_basedir "@WEBMAIL_DOCROOT@:/var/log/atmail:/etc/psa:/tmp:/var/tmp:/etc/psa-webmail/atmail"
You will see it twice. Be sure to append the ":/etc/psa-webmail/atmail" like you see above. This will set it properly for the template, but it will *not* make it live. To do that, this should work:
Code:
/usr/local/psa/admin/bin/websrvmng -a
Check to see if the template was pushed to your atmail configuration file by running this:
Code:
cat /etc/httpd/conf.d/zzz_atmail_vhost.conf | grep open_basedir
If you see the ":/etc/psa-webmail/atmail" portion appended to the open_basedir line that this last command presents to you, then simply restart apache to apply it:
Code:
/sbin/service httpd restart
If not, edit that file as well and manually insert it in the same way you did to the template file, then restart apache.