Roundcube Community Forum

Language Specific Support => Deutsch => Topic started by: oldschool on August 14, 2013, 12:57:56 PM

Title: "Global Address Book"-Plugin
Post by: oldschool on August 14, 2013, 12:57:56 PM
Hi!

--- schnipp ---

// the name of the dummy which holds the global address book, if the user does not exist it will be created
// the name can contain the following macros that will be expanded as follows:
//      %d is replaced with the domain part of the username (if the username is an email address or default mail domain if not)
//      %h is replaced with the imap host (from the session info)
// eg. to create one global address book per domain: global_addressbook@%d
$rcmail_config['globaladdressbook_user'] = '[global_addressbook@%d]';

--- schnapp ---

Wenn RC mit "localhost" kommuniziert, bekomme ich IMMER ein "localhost-addressbook".
Ich hatte eigentlich erwartet, dass die Domain des (angemeldeten) Nutzers ausschlaggebend ist.
Hmmm...


Gruss.
Title: Re: "Global Address Book"-Plugin
Post by: mbsouth on August 16, 2013, 01:52:25 PM
Quote
Wenn RC mit "localhost" kommuniziert, ...
...liegt ein Fehler in der Konfiguration vor.


mbsouth



Title: Re: "Global Address Book"-Plugin
Post by: oldschool on August 17, 2013, 12:05:42 AM
Hi!

Quote
Wenn RC mit "localhost" kommuniziert, ...
...liegt ein Fehler in der Konfiguration vor.


mbsouth

Na, da bin ich aber auf konstruktive Vorschläge gespannt...
Zumal, ich hoffe, Du ahnst im Ansatz, dass das nicht ohne Grund so läuft, wie's läuft.


Gruss.