From e326996e0eebd7783c9eba4a5ec0b41ed6a69d72 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 05 Jun 2007 17:45:02 -0400
Subject: [PATCH] Added autoresponder function and custom maildrop rules.

---
 install/install.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/install.php b/install/install.php
index abbe358..5af71e9 100644
--- a/install/install.php
+++ b/install/install.php
@@ -121,7 +121,7 @@
 exec("/etc/init.d/courier-imap-ssl restart");
 exec("/etc/init.d/courier-pop restart");
 exec("/etc/init.d/courier-pop-ssl restart");
-
+exec("/etc/init.d/apache2 restart");
 
 echo "Installation finished.\n";
 

--
Gitblit v1.9.1