[ingo] sieve auth problem

Jan Schneider jan at horde.org
Thu Jul 3 11:01:17 UTC 2014


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.

-- 
Jan Schneider
The Horde Project
http://www.horde.org/
https://www.facebook.com/hordeproject



More information about the ingo mailing list