mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 06:29:49 +01:00
"fixed (cut-n-paste) typo, preventing mailserver config"
This commit is contained in:
parent
ca7860f217
commit
ef928ee3f6
@ -181,7 +181,7 @@ if (!file_exists($config['header']) || filesize($config['header']) < 200) // def
|
||||
// create dummy mailserver config, as fmail otherwise gives fatal error otherwise
|
||||
$setup_mailserver = $setup_cli.' --config '.escapeshellarg($config['domain'].','.$config['config_user'].','.$config['config_passwd']).
|
||||
' --mailserver localhost,imap --smtpserver localhost,25';
|
||||
run_cmd($setup_config);
|
||||
run_cmd($setup_mailserver);
|
||||
|
||||
// create first user
|
||||
$setup_admin = $setup_cli.' --admin '.escapeshellarg($config['domain'].','.$config['config_user'].','.$config['config_passwd'].','.
|
||||
|
Loading…
Reference in New Issue
Block a user