summaryrefslogtreecommitdiff
path: root/apache/vhosts.d/mail
diff options
context:
space:
mode:
Diffstat (limited to 'apache/vhosts.d/mail')
-rw-r--r--apache/vhosts.d/mail13
1 files changed, 13 insertions, 0 deletions
diff --git a/apache/vhosts.d/mail b/apache/vhosts.d/mail
new file mode 100644
index 0000000..394e4ea
--- /dev/null
+++ b/apache/vhosts.d/mail
@@ -0,0 +1,13 @@
+<VirtualHost *>
+ ServerName mail.107b.dk
+ ServerAlias mail
+ ServerAdmin webmaster@107b.dk
+ DocumentRoot /home/web/websites/mail.107b.dk
+
+Include /etc/horde/apache.conf
+Include /etc/imp/apache.conf
+Include /etc/squirrelmail/apache.conf
+
+Alias /postaci/ /var/www/postaci/
+
+</VirtualHost>