[opensuse-factory] PostfixAdmin: Changed directory layout
Hello, one of the next snapshots of both Tumbleweed and Leap 15 will include PostfixAdmin 3.2, which comes with a changed directory layout. TL;DR: you'll need to do some manual config changes: - move /srv/www/htdocs/postfixadmin/config.local.php to /etc/postfixadmin/ (you did your config changes in config.local.php, right? ;-) - enable the /postfixadmin alias with a2enflag POSTFIXADMIN && rcapache2 restart Long version: PostfixAdmin 3.2 comes with a changed directory layout. Instead of having everything in /srv/www/htdocs/postfixadmin/, - the config files (config.inc.php and config.local.php) are now in /etc/postfixadmin/. (It's recommended to keep config.inc.php unmodified, and to add config changes to config.local.php.) - the PHP code moved to /usr/share/postfixadmin/ - the smarty cache moved to /var/cache/postfixadmin/ Note that /srv/www/htdocs/postfixadmin/config.*.php will _not_ be moved to /etc/postfixadmin/ automatically on upgrades, so you'll have to migrate your config changes manually. Also note that the /postfixadmin alias is _not_ enabled in Apache by default. To enable the /postfixadmin alias, run a2enflag POSTFIXADMIN && rcapache2 restart This will make /postfixadmin available on all virtual hosts. If you want to have the /postfixadmin alias only on a specific virtual host, add the alias to the config of that vhost. I also submitted this text for the release notes: https://bugzilla.opensuse.org/show_bug.cgi?id=1091866 Regards, Christian Boltz --
Die Glaskugel möchte ich ungerne rausholen. *Polierpaste und Microfasertuch reich* [> Sebastian Siebert und David Haller in opensuse-de]
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (1)
-
Christian Boltz