post to shared holder
-
hans_germa at yahoo.com
Fre Jun 10 07:37:10 CEST 2011
Hallo,
ja ich kenn das Problem.
Schau mal das File /kolab/lib/php/Horde/Kolab/Filter/Incoming.php an
foreach ($this->_recipients as $recipient) {
if (strpos($recipient, '+')) {
list($local, $rest) = explode('+', $recipient, 2);
list($rest, $domain) = explode('@', $recipient, 2);
--> $real_recipient = $local . '@' . $domain;
} else {
$real_recipient = $recipient;
}
$dn = $server->uidForIdOrMail($real_recipient);
if (is_a($dn, 'PEAR_Error')) {
return $dn;
}
if (!$dn) {
Horde::logMessage(sprintf('User %s does not exist!', $real_recipient),
__FILE__, __LINE__, PEAR_LOG_DEBUG);
}
$user = $server->fetch($dn, KOLAB_OBJECT_USER);
Bei mir hat es geholfen die zeile zu ändern in
$real_recipient = $rest . '@' . $domain;
Gruss,
Hans
Von: Markus Bruckbauer <office at bm-it.at>
An: kolab-users-de at kolab.org
Gesendet: 10:06 Montag, 6.Juni 2011
Betreff: post to shared holder
Hallo,
Ab kolab 2.3.1 funktioniert das senden einer Email an einen shared
folder nach dieser Anleitung
"http://wiki.kolab.org/index.php/Shared_folders" nicht mehr.
Kennt jemand das Problem? Gibt es Abhilfe?
MfG
Markus Bruckbauer
_______________________________________________
Kolab-users-de mailing list
Kolab-users-de at kolab.org
http://lists.wald.intevation.org/mailman/listinfo/kolab-users-de
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: http://lists.wald.intevation.org/pipermail/kolab-users-de/attachments/20110610/186b2686/attachment.html