[ingo] Fwd: sieve auth problem

Jan Schneider jan at horde.org
Fri Jul 4 08:31:56 UTC 2014


Keep discussions on the list.

----- Weitergeleitete Nachricht von Nicolás Valera <nvalera at gmail.com> -----
   Datum: Thu, 03 Jul 2014 10:17:44 -0300
     Von: Nicolás Valera <nvalera at gmail.com>
Betreff: Re: [ingo] sieve auth problem
      An: Jan Schneider <jan at horde.org>

On 07/03/2014 08:01 AM, Jan Schneider wrote:
>
> Zitat von Nicolás Valera <nvalera at gmail.com>:
>
>> Hi there!
>>
>> I have problems with dovecot sieve authentication because the ingo  
>> doesn't send the domain part.
>>
>> Jul  3 07:20:01 vmail dovecot: imap-login: Login:  
>> user=<test.user at mydomain.com>, method=PLAIN, rip=10.10.10.8,  
>> lip=10.10.10.10
>>
>> Jul  3 07:20:12 vmail dovecot: managesieve-login: Disconnected  
>> (auth failed, 1 attempts): user=<test.user>, method=PLAIN,  
>> rip=10.10.10.8, lip=10.10.10.10
>>
>>
>> Here's my backends.local.php
>>
>> <?php
>> $backends['imap']['disabled'] = true;
>> $backends['sieve'] = array(
>>    'disabled' => false,
>>    'transport' => array(
>>        Ingo::RULE_ALL => array(
>>            'driver' => 'timsieved',
>>            'params' => array(
>>                'hostspec' => '10.10.10.10',
>>                'logintype' => 'PLAIN',
>>                'usetls' => false,
>>                'port' => 2000,
>>                'scriptname' => 'ingo',
>>                'debug' => false,
>>            ),
>>        ),
>>    ),
>>    'script' => array(
>>        Ingo::RULE_ALL => array(
>>            'driver' => 'sieve',
>>            'params' => array(
>>                'utf8' => true,
>>             ),
>>        ),
>>    ),
>>    'shares' => false
>> );
>>
>> Thanks in advance!!!
>
> Use a transport_auth hook.
>
ok, i tried with both examples
Now ingo sends the domain part but the authentication fails.
any ideas?

----- Ende der weitergeleiteten Nachricht -----


-- 
Jan Schneider
The Horde Project
http://www.horde.org/
https://www.facebook.com/hordeproject
-------------- next part --------------
An embedded message was scrubbed...
From: =?UTF-8?B?Tmljb2zDoXMgVmFsZXJh?= <nvalera at gmail.com>
Subject: Re: [ingo] sieve auth problem
Date: Thu, 03 Jul 2014 10:17:44 -0300
Size: 7571
URL: <http://lists.horde.org/archives/ingo/attachments/20140704/35ff80d1/attachment.mht>


More information about the ingo mailing list