[ingo] Solved: Strange Sieve Problem

Darron Froese darron at nonfiction.ca
Thu Aug 3 10:34:11 PDT 2006


I'm still a little confused, I have hordeauth set to 'true' - which  
is supposed to just use the username:

$backends['sieve'] = array(
     'driver' => 'timsieved',
     'preferred' => 'servername.nonfiction.ca',
     'hordeauth' => true,
     'params' => array(
         // Hostname of the timsieved server
         'hostspec' => 'servername.nonfiction.ca',
         // Login type of the server
         'logintype' => 'PLAIN',
         // Port number of the timsieved server
         'port' => 2000,
         // Name of the sieve script
         'scriptname' => 'ingo',
         // The following settings can be used to specify an  
administration
         // user to update all users' scripts.
         'admin' => 'cyrus',
         'password' => 'password-goes-here',
         'username' => Auth::getAuth(),
     ),
     'script' => 'sieve',
     'scriptparams' => array()
);

Unless I'm missing something here.

On 3-Aug-06, at 1:49 AM, Jan Schneider wrote:

>> Certainly sounds wonky. Can you create a ticket on bugs.horde.org  
>> so  that it doesn't get lost, unless of course someone who knows  
>> the  Sieve backend better than I do responds in the mean time? :)
>
> I already replied in the bug ticket:
>
> This is wrong. You have setup Ingo to use hordeauth, otherwise you  
> won't
> even get to that part of the code. And if you have set hordeauth  
> you want
> to authenticate as the current user, not as the cyrus user.

-- 
darron froese
principal
nonfiction studios inc.
t  403.686.8887
c 403.819.7887
f  403.313.9233
w http://nonfiction.ca/
e  darron at nonfiction.ca





More information about the ingo mailing list