no default mailserver, so fmail redirects to create-mailaccount page

This commit is contained in:
Ralf Becker 2010-06-11 08:10:06 +00:00
parent 04267ed34d
commit b7b71cfe87

View File

@ -54,7 +54,7 @@ $config = array(
'ldap_context' => 'ou=accounts,$base',
'ldap_search_filter' => '(uid=%user)',
'ldap_group_context' => 'ou=groups,$base',
'mailserver' => 'localhost,imap,$domain',
'mailserver' => '',
'smtpserver' => 'localhost,25',
'postfix' => '', // see setup-cli.php --help config
'cyrus' => '',