Hi, I have an Ubuntu server with virtualmin/webmin installed with several virtual hosts. I’ve decided to try mailpile but I get stuck after installation. When I go to my servers domain.com/mailpile, I’m greeted with
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!
So I’ve done this and added “RewriteOptions Inherit” in my /etc/apache2/sites-available/domain.com.conf
but it doesn’t change anything.
I’m now stuck because I can’t find any info on this anywhere and I don’t know what to try.
Any help is appreciated!