[ingo] using the same server between ingo and imp.
VALOIS, Pascal
pascal.valois at devinci.fr
Wed Apr 27 09:28:00 UTC 2011
i tried this in the ingo/local/backend.local.php to get the mail server
name used for login with imp
<?php
$dodo=$registry->mail->server();
$backends['sieve'] = array(
'disabled' => false,
'transport' => 'timsieved',
'hordeauth' => 'full',
'params' => array(
//'hostspec' => $registry->mail->server() est un hash contenant
un champ hostspec
'hostspec' => $dodo['hostspec'],
'logintype' => 'PLAIN',
'usetls' => true,
'port' => 2000,
'scriptname' => 'ingo',
'debug' => false,
),
'script' => 'sieve',
'scriptparams' => array(
'utf8' => false,
),
'shares' => false
);
?>
but then, when i apply the filter, the webserver stop responding and no
connection is made to the sieve server.
if i put a static name for the sieve server everything goes fine.
Can someone help me ?
--
Pascal Valois
Service Informatique
Pôle Universitaire Leonard de Vinci
More information about the ingo
mailing list