[imp] option configuration Administration dissapeared
Estela Macías
emacias at usb.ve
Wed Jun 21 15:00:37 PDT 2006
i was checking, when i'm working with IMP 4.1.1 the configuration in
servers.php was:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'xxx.xxx.xxx',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'xxx.xxx',
'smtphost' => 'xxx.xxx.xxx',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'courier',
'params' => array(
'login' => '',
'password' => ''
)
)
);
Now in IMP 4.1.2 the configuration is:
$servers['cyrus'] = array(
'name' => 'Cyrus IMAP Server',
'server' => 'xxx.xxx.xxx',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'usb.ve',
'smtphost' => 'xxx.xxx.xxx',
'smtpport' => 25,
'realm' => 'xxx.xxx',
'preferred' => '',
'quota' => array(
'driver' => 'cyrus',
'params' => array(),
),
'acl' => array(
'driver' => 'rfc2086',
),
);
At the configuration begining in IMP 4.1.2 i had problems with quotes
views and configured some lines, after that, the problem with "icono
Configuration" start.
Quoting Jan Schneider <jan at horde.org>:
> Zitat von Estela Macías <emacias at usb.ve>:
>
>> When i installed IMP 4.1.2 and tray to open a session with
>> administrator account, i don't have icon option "Administration". I
>> did probe uninstalling IMP 4.1.2 and installing IMP 4.1.1 and option
>> icon Administration is active in menu. What's the problem about IMP
>> 4.1.2 / Administration Option?
>
> Nothing, you probably have different settings in config/servers.php.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
More information about the imp
mailing list