mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
removing the defaultvalue for the imap_server, as we do not require imap_server for setup anymore
This commit is contained in:
parent
3d99f3e9b3
commit
963b99ea5b
@ -359,7 +359,8 @@ class setup_cmd_config extends setup_cmd
|
||||
$defaults['backup_files'] = false;
|
||||
$defaults['temp_dir'] = '/tmp';
|
||||
$defaults['webserver_url'] = '/egroupware';
|
||||
$defaults['smtp_server'] = $defaults['mail_server'] = 'localhost';
|
||||
$defaults['smtp_server'] = 'localhost';
|
||||
//$defaults['mail_server'] = 'localhost';
|
||||
$defaults['mail_suffix'] = '$domain';
|
||||
$defaults['imapAdminUsername'] = 'cyrus@$domain';
|
||||
$defaults['imapAdminPW'] = self::randomstring();
|
||||
|
Loading…
Reference in New Issue
Block a user