[imp] Courier + Postfix + MySQL + IMP.

Barry Flanagan barryf-lists at flanagan.ie
Mon Aug 22 07:36:01 PDT 2005


Hi,

Works fine for me with the same setup. I don't use anything for the
params array, I just have the following:

    'quota' => array(
      'driver' => 'courier',
      'params' => ''
      )

Hope this helps.

-Barry Flanagan

Marcio F. Silva wrote:
> Hi fellows,
> 
> I am having a boring problem about IMP showing the quota status. HORDE + IMP is
> working fine, I have only this problem, I have installed postfix + courier-imap
> + mysql, and everything works pretty well.
> 
> When I logg into the horde and imp, there is a error line "Unable to retrieve
> quota". No error logs appears.
> 
> my imp/config/servers.php:
> 
> $servers['imap'] = array(
>     'name' => 'IMAP Server',
>     'server' => 'localhost',
>     'hordeauth' => 'full',
>     'protocol' => 'imap/ssl/novalidate-cert',
>     'port' => 993,
>     'folders' => 'INBOX.',
>     'namespace' => '',
>     'maildomain' => '',
>     'smtphost' => 'localhost',
>     'smtpport' => 25,
>     'realm' => '',
>     'preferred' => '',
>     'dotfiles' => false,
>     'quota' => array(
>         'driver' => 'courier',
>         'params' => array(
>             'login' => '',
>             'password' => ''
>         )
>     ),
>     'hierarchies' => array()
> );
> 
> 
> 
> maillog:
> 
> Aug 19 18:25:19 acmelabs authdaemond: Authenticated: sysusername=<null>,
> sysuserid=125, sysgroupid=6, homedir=/home/postfix, address=teste at spurs.com.br,
> fullname=teste, maildir=spurs.com.br/teste/, quota=10240000, options=<null>
> Aug 19 18:25:19 acmelabs authdaemond: Authenticated: clearpasswd=teste,
> passwd=$1$f1ddb247$szrE03qmTBqFIm.LW0c1J.
> Aug 19 18:25:19 acmelabs imapd-ssl: LOGIN, user=teste at spurs.com.br,
> ip=[127.0.0.1], protocol=IMAP
> Aug 19 18:25:19 acmelabs imapd-ssl: LOGOUT, user=teste at spurs.com.br,
> ip=[127.0.0.1], headers=0, body=0, time=0, starttls=1
> Aug 19 18:25:20 acmelabs authdaemond: Authenticated: sysusername=<null>,
> sysuserid=125, sysgroupid=6, homedir=/home/postfix, address=teste at spurs.com.br,
> fullname=teste, maildir=spurs.com.br/teste/, quota=10240000, options=<null>
> Aug 19 18:25:20 acmelabs authdaemond: Authenticated: clearpasswd=teste,
> passwd=$1$f1ddb247$szrE03qmTBqFIm.LW0c1J.
> Aug 19 18:25:20 acmelabs imapd-ssl: LOGIN, user=teste at spurs.com.br,
> ip=[127.0.0.1], protocol=IMAP
> Aug 19 18:25:20 acmelabs imapd-ssl: LOGOUT, user=teste at spurs.com.br,
> ip=[127.0.0.1], headers=0, body=0, time=0, starttls=1
> 
> 
> /var/log/horde.log:
> 
> Aug 19 18:25:10 HORDE [notice] [imp] 200.252.157.100  [on line 31 of
> "/usr/local/www/horde/imp/login.php"]
> Aug 19 18:25:19 HORDE [notice] [imp] Login success for teste at spurs.com.br
> [200.252.157.100] to {localhost:993} [on line 150 of
> "/usr/local/www/horde/imp/redirect.php"]
> 
> 
> Please, somebody help me.
> 
> Marcio F. Silva

-- 

-Barry Flanagan


More information about the imp mailing list