I added some aliases and redirects to a my apache config.
Code:
<VirtualHost 193.xxx.xxx.220>
VirtualDocumentRoot /srv/www/vhost/%-1/%-2/%-3
Alias /pipermail/ /var/lib/mailman/archives/public/
</VirtualHost>
<VirtualHost webmail.xxx.net:443>
DocumentRoot /usr/share/squirrelmail
Servername webmail.xxx.net
SSLEngine on
SSLCertificateFile /etc/apache/ssl.crt/mail.xxx.net.crt
SSLCertificateKeyFile /etc/apache/ssl.key/mail.xxx.net.key
Alias /pipermail/ /var/lib/mailman/archives/public/
Alias /vexim/ /usr/share/vexim/
RedirectTemp /mailman https://xxx.net/cgi-bin/mailman/listinfo
</VirtualHost>
The Problem is the ssl one works the other doesn't. I tried figuring out why for a few days now and google didn't give me any answers.
Anybody any ideas?
thanks in advance!
cheers
Jon