[ingo] sieve auth problem
Nicolás Valera
nvalera at gmail.com
Sat Jul 5 12:39:20 UTC 2014
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?
More information about the ingo
mailing list