Author Topic: "Global Address Book"-Plugin  (Read 5056 times)

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
"Global Address Book"-Plugin
« 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.

Offline mbsouth

  • Full Member
  • ***
  • Posts: 71
Re: "Global Address Book"-Plugin
« Reply #1 on: August 16, 2013, 01:52:25 PM »
Quote
Wenn RC mit "localhost" kommuniziert, ...
...liegt ein Fehler in der Konfiguration vor.


mbsouth




Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Re: "Global Address Book"-Plugin
« Reply #2 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.