[ingo] Can't connect to server.
Georgy Goshin
gosha at inbox.ee
Tue Jan 24 09:47:08 PST 2006
Hi!
I have a trouble connection to server, INGO writes connection timed out, so
I can't list scripts, activate or deactivate any scripts:
What I did wrong? Is there any step-by-step instruction how to use this with
cyrus-imapd? Cyrus imap works in virtual domain mode with UNIX folder name
delimeters.
Georgy.
PS.
backend:
/* Sieve Example */
$backends['sieve'] = array(
'driver' => 'timsieved',
'preferred' => 'server.domain.tld',
'hordeauth' => true,
'params' => array(
// Hostname of the timsieved server
'hostspec' => 'server.domain.tld',
// Login type of the server
'logintype' => 'DIGEST-MD5',
// Port number of the timsieved server
'port' => 2000,
// Name of the sieve script
'scriptname' => 'ingo'
),
'script' => 'sieve',
'scriptparams' => array()
);
More information about the ingo
mailing list