[Tickets #1560] NEW: Cannot set rights / IMAP server problem

bugs at bugs.horde.org bugs at bugs.horde.org
Wed Mar 16 08:06:51 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1560
-----------------------------------------------------------------------
 Ticket             | 1560
 Created By         | dnehring at marcant.net
 Summary            | Cannot set rights / IMAP server problem
 Queue              | IMP
 Version            | 4.0.2
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


dnehring at marcant.net (2005-03-16 08:06) wrote:

Hi,

versions:

horde-3.0.4-rc1.tar.gz
imp-h3-4.0.2.tar.gz
ingo-h3-1.0.1.tar.gz
kronolith-h3-2.0.2.tar.gz
turba-h3-2.0.2.tar.gz


Users are on cyrus-imapd only, config is in mysql database. Now i try to
share a server and try to give another user the right to read.

Problem: I cannot set imap-Server for auth via servers.php. I try:

$servers['xxx'] = array(
    'name' => 'xxx Mailserver',
    'server' => 'mail.xxx.net',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'xxx.net',
    'smtphost' => 'xxx.marcant.net',
    'smtpport' => 25,
    'realm' => 'xxxl.marcant.net',
    'preferred' => '',
    'admin' => array(
        'params' => array(
            'login' => 'cyrus',
            'password' => 'secret',
            'hostspec' => 'mail.xxx.net'
        )
    ),
    'quota' => array(
 [...]

The hostspec-Variable from /horde/lib/Horde/IMAP/Admin.php will not be
overridden and every time horde tries to connect to the default value
(localhost). If I change it in Admin.php, it works.

Seems to be a bug that hostspec is not configurable...

Best regards,

Dirk Nehring






More information about the bugs mailing list