Strangely all of the webmail conf files for horde disappeared in my Plesk 9 setup. This regenerated them: for domain in `mysql -uadmin -p$(cat /etc/psa/.psa.shadow ) -Dpsa -e’select name from domains d, dom_param dp where d.id=dp.dom_id and dp.param=”webmail” and dp.val=”horde”;’`; do /usr/local/psa/admin/bin/webmailmng –set-default –vhost-name=$domain –name=horde ; done Update: seems to be a result of hotfix [...]
Posts Tagged ‘Horde’
Horde Plesk enforce signature
December 21st, 2009
No Comments
To enforce a signature/footer on all users: Edit /usr/share/psa-horde/imp/config/trailer.txt
Horde Plesk disable IP checks
December 21st, 2009
No Comments
The Horde webmail client checks to ensure that its users sessions always originate from the same IP once open. This can be problematical if the user has an intermittent connection or a roaming IP etc: edit /usr/share/psa-horde/config/conf.php set $conf['auth']['checkip'] = false;