[imp] quotas and posix_getpwnam() error
Jason Clifton
jason at citydiesel.net
Fri Oct 27 15:26:51 PDT 2006
Never mind figured it out, I needed to install the php-posix module.
Now imp is working as it should but is "unable to retrieve quota"
seems that my quota configuration server side isn't correct after all
Quoting Jason Clifton <jason at citydiesel.net>:
> Hello,
>
> I am trying to setup imp to integrate work with os driven quotas, I
> know for a fact that quotas is installed configured and working on
> the system. But I am getting a Call to undefined function
> posix_getpwnam() error.
>
> I am using the latest version cvs.
>
> Am I missing a necessary php extension or is this something that
> does not work correctly yet, or perhaps I screwed something up?
>
> Thanks in advance
> The following is the pertinent parts of my servers.php file
>
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'xxx.xxx.xxx.xxx',
> 'hordeauth' => true,
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'maildomain' => 'xxxxxx.xxx',
> 'smtphost' => 'xxx.xxx.xxx.xxx',
> 'smtpport' => 25,
> 'realm' => '',
> 'preferred' => '',
> 'quota' => array(
> 'driver' => 'command',
> 'params' => array(
> 'quota_path' => '/usr/bin/quota',
> 'grep_path' => '/usr/bin/grep'
> ),
> ),
>
> );
>
> --
> Jason Clifton
> City Diesel
> www.citydiesel.net
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
--
Jason Clifton
City Diesel
www.citydiesel.net
More information about the imp
mailing list