Can't get Ingo to communicate with sieve on specified address

View: New views
5 Messages — Rating Filter:   Alert me  

Can't get Ingo to communicate with sieve on specified address

by Karl Boyken :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We're running Ingo 1.2.1 with Horde 3.3.3 and Imp 4.3.3.  I've tried
changing 'preferred' and 'hostspec' in the Ingo backends.php file and
restarting httpd, but I can't make Ingo change the address it uses to
communicate with sieve.  Is there any other place where I would need to
specify the sieve interface?  Thanks.

Karl

--
Karl Boyken, system administrator
karl-boyken@...
303A MLH, Dept. of Comp. Sci.
http://www.cs.uiowa.edu/~boyken/
The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)
319-335-3668 (fax)


--
Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...

smime.p7s (4K) Download Attachment

Re: Can't get Ingo to communicate with sieve on specified address

by Darrell Budic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What's your backends.php look like, especially the params array for  
your sieve backend? And if it's on a different server, have you  
checked to be sure the timsieved port is accessible from the web host?

   -Darrell

On Mar 6, 2009, at 11:25 AM, Karl Boyken wrote:

> We're running Ingo 1.2.1 with Horde 3.3.3 and Imp 4.3.3.  I've tried  
> changing 'preferred' and 'hostspec' in the Ingo backends.php file  
> and restarting httpd, but I can't make Ingo change the address it  
> uses to communicate with sieve.  Is there any other place where I  
> would need to specify the sieve interface?  Thanks.
>
> Karl
>
> --
> Karl Boyken, system administrator karl-boyken@...
> 303A MLH, Dept. of Comp. Sci. http://www.cs.uiowa.edu/~boyken/
> The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)  
> 319-335-3668 (fax)
> --
> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: ingo-unsubscribe@...

--
Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...

Re: Can't get Ingo to communicate with sieve on specified address

by Karl Boyken :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, but accessibility is not the issue.  Horde and sieve are on the
same server.  sieve is listening on localhost and on an outward-facing
network interface.  I've verified this by telneting into port 2000 on
both localhost and the outward IP address.  Right now, Ingo is
communicating with sieve via the outward-facing network interface, even
though I've set the 'preferred' and 'hostspec' parameters to
'localhost'.  That's the problem--Ingo is ignoring the settings in
backends.php.  Here's my backends.php:

$backends['sieve'] = array(
     'driver' => 'timsieved',
     'preferred' => '127.0.0.1',
     'hordeauth' => true,
     'params' => array(
         'hostspec' => '127.0.0.1',
         'logintype' => 'PLAIN',
         'usetls' => true,
         'port' => 2000,
         'scriptname' => 'ingo',
     ),
     'script' => 'sieve',
     'scriptparams' => array(),
     'shares' => false
);

Karl

Darrell Budic wrote:

> What's your backends.php look like, especially the params array for your
> sieve backend? And if it's on a different server, have you checked to be
> sure the timsieved port is accessible from the web host?
>
>   -Darrell
>
> On Mar 6, 2009, at 11:25 AM, Karl Boyken wrote:
>
>> We're running Ingo 1.2.1 with Horde 3.3.3 and Imp 4.3.3.  I've tried
>> changing 'preferred' and 'hostspec' in the Ingo backends.php file and
>> restarting httpd, but I can't make Ingo change the address it uses to
>> communicate with sieve.  Is there any other place where I would need
>> to specify the sieve interface?  Thanks.
>>
>> Karl
>>
>> --
>> Karl Boyken, system administrator karl-boyken@...
>> 303A MLH, Dept. of Comp. Sci. http://www.cs.uiowa.edu/~boyken/
>> The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)
>> 319-335-3668 (fax)
>> --
>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: ingo-unsubscribe@...
>
--
Karl Boyken, system administrator
karl-boyken@...
303A MLH, Dept. of Comp. Sci.
http://www.cs.uiowa.edu/~boyken/
The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)
319-335-3668 (fax)


--
Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...

smime.p7s (4K) Download Attachment

Re: Can't get Ingo to communicate with sieve on specified address

by Darrell Budic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ah, I get it, I misinterpreted your original problem. I run a similar  
setup, I'll check on it tonight and see if mine does the same thing.

   -Darrell

On Mar 6, 2009, at 2:24 PM, Karl Boyken wrote:

> Thanks, but accessibility is not the issue.  Horde and sieve are on  
> the same server.  sieve is listening on localhost and on an outward-
> facing network interface.  I've verified this by telneting into port  
> 2000 on both localhost and the outward IP address.  Right now, Ingo  
> is communicating with sieve via the outward-facing network  
> interface, even though I've set the 'preferred' and 'hostspec'  
> parameters to 'localhost'.  That's the problem--Ingo is ignoring the  
> settings in backends.php.  Here's my backends.php:
>
> $backends['sieve'] = array(
>    'driver' => 'timsieved',
>    'preferred' => '127.0.0.1',
>    'hordeauth' => true,
>    'params' => array(
>        'hostspec' => '127.0.0.1',
>        'logintype' => 'PLAIN',
>        'usetls' => true,
>        'port' => 2000,
>        'scriptname' => 'ingo',
>    ),
>    'script' => 'sieve',
>    'scriptparams' => array(),
>    'shares' => false
> );
>
> Karl
>
> Darrell Budic wrote:
>> What's your backends.php look like, especially the params array for  
>> your sieve backend? And if it's on a different server, have you  
>> checked to be sure the timsieved port is accessible from the web  
>> host?
>>  -Darrell
>> On Mar 6, 2009, at 11:25 AM, Karl Boyken wrote:
>>> We're running Ingo 1.2.1 with Horde 3.3.3 and Imp 4.3.3.  I've  
>>> tried changing 'preferred' and 'hostspec' in the Ingo backends.php  
>>> file and restarting httpd, but I can't make Ingo change the  
>>> address it uses to communicate with sieve.  Is there any other  
>>> place where I would need to specify the sieve interface?  Thanks.
>>>
>>> Karl
>>>
>>> --
>>> Karl Boyken, system administrator karl-boyken@...
>>> 303A MLH, Dept. of Comp. Sci. http://www.cs.uiowa.edu/~boyken/
>>> The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)  
>>> 319-335-3668 (fax)
>>> --
>>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>>> Frequently Asked Questions: http://horde.org/faq/
>>> To unsubscribe, mail: ingo-unsubscribe@...
>
> --
> Karl Boyken, system administrator karl-boyken@...
> 303A MLH, Dept. of Comp. Sci. http://www.cs.uiowa.edu/~boyken/
> The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)  
> 319-335-3668 (fax)

--
Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...

Re: Can't get Ingo to communicate with sieve on specified address

by Michael Menge :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

if you are using Cyrus > 2.3.10  you may have hit the
following Problem:

https://pear.php.net/bugs/bug.php?id=14205
http://bugs.horde.org/ticket/?id=6338
https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=1338


Quoting Darrell Budic <budic@...>:

> Ah, I get it, I misinterpreted your original problem. I run a  
> similar setup, I'll check on it tonight and see if mine does the  
> same thing.
>
>   -Darrell
>
> On Mar 6, 2009, at 2:24 PM, Karl Boyken wrote:
>
>> Thanks, but accessibility is not the issue.  Horde and sieve are on  
>> the same server.  sieve is listening on localhost and on an  
>> outward-facing network interface.  I've verified this by telneting  
>> into port 2000 on both localhost and the outward IP address.  Right  
>> now, Ingo is communicating with sieve via the outward-facing  
>> network interface, even though I've set the 'preferred' and  
>> 'hostspec' parameters to 'localhost'.  That's the problem--Ingo is  
>> ignoring the settings in backends.php.  Here's my backends.php:
>>
>> $backends['sieve'] = array(
>>   'driver' => 'timsieved',
>>   'preferred' => '127.0.0.1',
>>   'hordeauth' => true,
>>   'params' => array(
>>       'hostspec' => '127.0.0.1',
>>       'logintype' => 'PLAIN',
>>       'usetls' => true,
>>       'port' => 2000,
>>       'scriptname' => 'ingo',
>>   ),
>>   'script' => 'sieve',
>>   'scriptparams' => array(),
>>   'shares' => false
>> );
>>
>> Karl
>>
>> Darrell Budic wrote:
>>> What's your backends.php look like, especially the params array  
>>> for your sieve backend? And if it's on a different server, have  
>>> you checked to be sure the timsieved port is accessible from the  
>>> web host?
>>> -Darrell
>>> On Mar 6, 2009, at 11:25 AM, Karl Boyken wrote:
>>>> We're running Ingo 1.2.1 with Horde 3.3.3 and Imp 4.3.3.  I've  
>>>> tried changing 'preferred' and 'hostspec' in the Ingo  
>>>> backends.php file and restarting httpd, but I can't make Ingo  
>>>> change the address it uses to communicate with sieve.  Is there  
>>>> any other place where I would need to specify the sieve  
>>>> interface?  Thanks.
>>>>
>>>> Karl
>>>>
>>>> --
>>>> Karl Boyken, system administrator karl-boyken@...
>>>> 303A MLH, Dept. of Comp. Sci. http://www.cs.uiowa.edu/~boyken/
>>>> The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)  
>>>> 319-335-3668 (fax)
>>>> --
>>>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>>>> Frequently Asked Questions: http://horde.org/faq/
>>>> To unsubscribe, mail: ingo-unsubscribe@...
>>
>> --
>> Karl Boyken, system administrator karl-boyken@...
>> 303A MLH, Dept. of Comp. Sci. http://www.cs.uiowa.edu/~boyken/
>> The U. of Iowa, Iowa City, IA  52242   319-335-2730 (voice)  
>> 319-335-3668 (fax)
>
> --
> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: ingo-unsubscribe@...
>


--------------------------------------------------------------------------------
M.Menge                                Tel.: (49) 7071/29-70316
Universität Tübingen                   Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung          mail:  
michael.menge@...
Wächterstraße 76
72074 Tübingen

--
Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...

smime.p7s (7K) Download Attachment