[ingo] Ingo & Procmail
Mike Meklenschek
mmek at interconnet.com
Thu Mar 21 21:26:24 UTC 2013
Hi Everyone,
I've installed Horde on Centos 5.9 without a problem, but, I'm having a
problem getting ingo working with procmail.
Here is my section of ingo/config/backends.php:
|$split = explode('@', Auth::getAuth());
$backends['procmail'] = array(
'driver' => 'vfs',
'preferred' => 'localhost',
'hordeauth' => 'false',
'params' => array(
'vfstype' => 'ftp',
'hostspec' => 'localhost',
'filename' =>
'/var/qmail/mailnames/'.$split[1].'/'.$split[0].'/.procmailrc',
'port' => 21,
'username' => 'popuser',
'password' => 'password'
),
'script' => 'procmail',
'scriptparams' => array(
'path_style' => 'maildir',
'variables' => array(
'MAILDIR' => '/var/qmail/mailnames/' . $split[1] . '/' . $split[0] .
'/Maildir',
'DEFAULT' => '${MAILDIR}/'
)
)
);|
I am getting the following error:
*Fatal error*: Using $this when not in object context in
*/usr/share/pear/Auth.php* on line *1055
*I was wondering if anyone has had this error or anyone's success with
ingo & procmail on a QMAIL server.
Mike
More information about the ingo
mailing list