Oops, Apache RewiteMap is Broken
- Your Apache does not appear to be respecting the RewriteMap
configured by mailpile-admin.py.
- This probable means this VirtualHost has RewriteEngine On
for its own purposes.
- To inherit the Mailpile rewrite rules, add this to your virtual host config:
RewriteOptions Inherit
- Restart Apache: apache2ctl restart
Good luck! :-)
Return to the login page