diff --git a/install_postfixadmin.sh b/install_postfixadmin.sh index 792e0a8..69285fb 100755 --- a/install_postfixadmin.sh +++ b/install_postfixadmin.sh @@ -1287,6 +1287,11 @@ if $_create_vhost_config ; then ServerName $WEBSITE_NAME + # Don't provide users login + # + RewriteEngine on + RewriteRule users(.*) https://%{SERVER_NAME} [R=301,L] + EOF if [[ $? -ne 0 ]]; then failed=true