[turba] Moving from old webemail to turba addressbooks

Matthias Mahrholz Matthias.Mahrholz@URZ.Uni-Magdeburg.DE
Tue Nov 5 08:15:22 2002


Hi,

> Quoting Matthias Mahrholz <Matthias.Mahrholz@urz.uni-magdeburg.de>:
>
> > in two tests after 'Log in':
> >
> > - no Options
> > - no entries in 'My Addressbook'
> >
> > New entry in 'Options' and 'My Addressbook':
> > owner_id in turba_objects and pref_uid in horde_prefs without domain!
>
> You need to setup the "realm" parameter in horde/imp/servers.php (which
> is easy for single domain, complex for your example of multiple domains)
> or setup a hook for returning the info with the domain.  See the mailing
> IMP list archives for either option (I don't use multiple domains, so while
> I can try to help, I won't be of great help).
>
> I would think the vinfo hook would be your best bet, though setting
> the realm in servers.php dynamically should also work.

so,

I have a user - Klaus Hammer - account 'hammer' at email-server
    'sunny.urz.uni-magdeburg.de'.

I have a other user - Fritz Hammer - account 'hammer' at email-server
    'dfnserv1.urz.uni-magdeburg.de'

When either user login with

    Username: hammer
    Password: xxx
    Server: sunny.urz.uni-magdeburg.de

resp.

    Username: hammer
    Password: xxx
    Server: dfnserv1.urz.uni-magdeburg.de

to access either user to the same addressbook resp. options!

What is the solution?

Thanks,

Matthias

------------

conf.php:

$conf['server']['server_list'] = false;

$conf['server']['change_server'] = true;

server.php:

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'sunny.urz.uni-magdeburg.de',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'urz.uni-magdeburg.de',
    'smtphost' => 'smtp.urz.uni-magdeburg.de',
    'realm' => 'urz.uni-magdeburg.de',
    'preferred' => ''
);



Horde Versions

    Horde: 2.1
    IMP: 3.1 (run IMP tests)
    Turba: 1.1

 PHP Version

    View phpinfo() screen
    PHP Version: 4.1.2
    PHP Major Version: 4.1
    PHP Minor Version: 2
    PHP Version Classification: release
    You are running a supported version of PHP.

 PHP Module Capabilities

    FTP Support: No
    Gettext Support: Yes
    IMAP Support: Yes
    LDAP Support: Yes
    MCAL Support: No
    Mcrypt Support: No
    MySQL Support: Yes
    PostgreSQL Support: No
    XML Support: Yes

 Miscellaneous PHP Settings

    short_open_tag enabled: Yes
    magic_quotes_runtime set to Off: Yes
    file_uploads enabled: Yes

 PHP Sessions

    Session counter: 1
    To unregister the session: click here

 PEAR

    PEAR - Yes
    Recent PEAR - Yes
    Mail::RFC822 - Yes
    Log - Yes
    DB - Yes



More information about the turba mailing list