[imp] IMP Quota in courier
    Rajkumar S 
    rajkumars at asianetindia.com
       
    Fri Apr  7 06:04:55 PDT 2006
    
    
  
eculp at encontacto.net wrote:
> Quoting Rajkumar S <rajkumars at asianetindia.com>:
>> I have imp configured and working well except for Quota. I am using
>> horde-3.1.1 and imp-h3-4.1 and on courier-imap-4.1. My courier 
>> supports quota, as can be seen from telnet session:
> Maybe try something like:
That worked, Thanks a lot! I just had a closing bracket. The working version is:
<?php
$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'hordeauth' => 'full',
    'protocol' => 'imap/notls',
    'port' => 143,
    'maildomain' => 'myserver.com',
    'smtphost' => 'localhost',
    'smtpport' => 25,
    'realm' => '',
    'preferred' => '',
    'dotfiles' => false,
    'quota' => array(
        'driver' => 'courier',
        'params' => array(
            'login' => '',
            'password' => ''
            )
        )
);
raj
    
    
More information about the imp
mailing list