summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkolab_wizard/Kolab.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm
index fd882b55..63172bb3 100755
--- a/kolab_wizard/Kolab.pm
+++ b/kolab_wizard/Kolab.pm
@@ -48,10 +48,10 @@ my $o = {
HOSTNAME => $HOSTNAME,
ip1 => $IPSERVER,
maildomain => $DOMAINNAME,
- password => 'a',
+ password => '',
},
needed_rpm => [ 'kolab-server', 'postfix', 'openldap-servers', 'proftpd' ],
- defaultimage => $ENV{__WIZ_HOME__},
+# defaultimage => $ENV{__WIZ_HOME__},
};
$o->{pages} = {
@@ -136,6 +136,7 @@ sub do_it {
return if $::testing;
my $in = 'interactive'->vnew('su', 'Kolab server');
my $w = $in->wait_message(N("Kolab server"), N("Configuring Kolab server on your system..."));
+ backup_conf();
system("service $_ stop") foreach qw(ldap saslauthd cyrus-imapd httpd postfix);
open(F, "|/usr/sbin/kolab_bootstrap.real -b\n");