# 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.
Alias /postfixadmin /usr/share/postfixadmin/public
Options FollowSymLinks
php_admin_flag allow_url_include off
php_admin_flag allow_url_fopen off
php_admin_value open_basedir "/usr/share/postfixadmin:/etc/postfixadmin:/var/cache/postfixadmin:/usr/bin/doveadm"
php_admin_value session.save_path /var/cache/postfixadmin/sessions
require all granted
order allow,deny
allow from all
# vim:ts=4 expandtab ft=apache