[ingo] Ingo and Plesk
    Stefan Becker 
    stefan.becker at stefanshome.com
       
    Fri Dec  4 22:04:08 UTC 2009
    
    
  
Hello,
 
i want to use Ingo with Plesk for e-mail rules, like this
http://www.natecarlson.com/2009/01/07/using-procmail-with-plesk-rules-via-in
go/
 
So I setup the file backend.php like this:
 
 
 
 
 
 
 
/* IMAP Example */
$backends['imap'] = array(
'driver' => 'null',
'preferred' => 'localhost',
'hordeauth' => true,
'params' => array(),
'script' => 'imap',
'scriptparams' => array()
);
$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' => 'mypassword'
),
'script' => 'procmail',
'scriptparams' => array(
'path_style' => 'maildir',
'variables' => array(
'MAILDIR' => '/var/qmail/mailnames/'.$split[1].'/'.$split[0].'/Maildir',
'DEFAULT' => '${MAILDIR}/'
)
)
);
 
So, I can't see a ftp connect and I have the presumption, that ingo doesn't
use the file backend.php, but how can I test it?
 
Best regard
 
Stefan
    
    
More information about the ingo
mailing list