[ingo] sieve auth problem

Nicolás Valera nvalera at gmail.com
Thu Jul 3 10:21:59 UTC 2014


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!!!


More information about the ingo mailing list