[horde] Fwd: Re: Horde/IMP domains
Jan Schneider
jan at horde.org
Fri Dec 2 04:48:58 PST 2005
----- Weitergeleitete Nachricht von toni_olmos at telefonica.net -----
Datum: Fri, 02 Dec 2005 13:21:18 +0100
Von: Antonio <toni_olmos at telefonica.net>
Antwort an: Antonio <toni_olmos at telefonica.net>
Betreff: Re: [horde] Horde/IMP domains
An: Jan Schneider <jan at horde.org>
Jan Schneider escribió:
> I bet this is not your only entry in servers.php.
>
> Jan.
>
>
I am using comments for other entries. Btw, I have a cyrus imap server.
$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);
/* Example configurations: */
/*
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'domain.org',
'smtphost' => 'smtp.example.com',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
*/
$servers['cyrus'] = array(
'name' => 'Cyrus IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'domain.org',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'admin' => array(
'params' => array(
'login' => 'xxx',
'password' => 'xxx',
// The 'userhierarchy' parameter defaults to 'user.'
// If you are using a nonstandard hierarchy for personal
// mailboxes, you will need to set it here.
'userhierarchy' => 'user.',
// Although these defaults are normally all that is required,
// you can modify the following parameters from their default
// values.
'protocol' => 'imap/notls',
'hostspec' => 'localhost',
'port' => 143
)
),
'quota' => array(
'driver' => 'cyrus',
'params' => array(
'login' => 'xxx',
'password' => 'xxx',
// The 'userhierarchy' parameter defaults to 'user.'
// If you are using a nonstandard hierarchy for personal
// mailboxes, you will need to set it here.
'userhierarchy' => 'user.',
// Although these defaults are normally all that is required,
// you can modify the following parameters from their default
// values.
'protocol' => 'imap/notls',
'hostspec' => 'localhost',
'port' => 143
)
),
'acl' => array(
'driver' => 'rfc2086',
),
'dotfiles' => false,
'hierarchies' => array());
/*
$servers['pop'] = array(
'name' => 'POP3 Server',
'server' => 'pop.example.com',
'hordeauth' => false,
'protocol' => 'pop3',
'port' => 110,
'folders' => '',
'namespace' => '',
'maildomain' => 'example.com',
'smtphost' => 'smtp.example.com',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
$servers['exchange'] = array(
'name' => 'Exchange 5.5 server',
'server' => 'exchange.example.com',
'hordeauth' => false,
'protocol' => 'imap',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => '',
'smtphost' => 'smtp.example.com',
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
if ($GLOBALS['conf']['kolab']['enabled']) {
$servers['kolab'] = array(
'name' => 'Kolab Cyrus IMAP Server',
'server' => $GLOBALS['conf']['kolab']['imap']['server'],
'hordeauth' => 'full',
'protocol' => 'imap/notls/novalidate-cert',
'port' => $GLOBALS['conf']['kolab']['imap']['port'],
'folders' => '',
'namespace' => 'INBOX/',
'maildomain' => $GLOBALS['conf']['kolab']['imap']['maildomain'],
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'cyrus',
'params' => array(
'login' => $GLOBALS['conf']['kolab']['imap']['adminuser'],
'password' => $GLOBALS['conf']['kolab']['imap']['adminpw'],
'userhierarchy' => 'user.',
// Although these defaults are normally all that is
required,
// you can modify the following parameters from their
default
// values.
'protocol' => 'imap/notls/novalidate-cert',
'hostspec' => 'localhost',
'port' => 143
)
),
'acl' => array(
'driver' => 'rfc2086',
),
'dotfiles' => false,
'hierarchies' => array()
);
}
*/
Mmm... I have created a new account, and this account has the correct
domain....maybe the problem was I created the first users with
'example.com' domain in servers.php....
----- Ende der weitergeleiteten Nachricht -----
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the horde
mailing list