jradzuweit
Basic Pleskian
I just solved temporary a sync problem for the webmail with Horde by editing the apache config file
Any suggestions to do this best?
Now I want to make this fix permanent, because the above file is generated from the templates in/etc/apache2/plesk.conf.d/webmails/<myDomain>_webmail.conf
Actually I want to place the following code in the final domain webmail conf file/usr/local/psa/admin/conf/templates/default/webmail
HTML:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
Any suggestions to do this best?