Edit the following file.
cerb4/plugins/cerberusweb.core/cron.classes.php, Pop3Cron::run(), line 1111 in Cerb 4.1 (Build 891)
It looks like the old slurp interface is gone from Openldap 2.4. ( http://www.openldap.org/doc/admin24/replication.html )
After a little searching I found. ( http://deandra.homeip.net/node/33 )
Setting up chroot is a pain. Here are some links to stuff written on the topic.
ssh -L 2143:localhost:143 -L 2025:localhost:25 username@192.168.100.4
Thanks
Robert
This is were you add template code into cerb4.
CerberusMail::sendTicketMessage(array(
'ticket_id' => $ticket->id,
'message_id' => $ticket->first_message_id,
To Read the full article go over to Hak5 and read the whole thing.
http://www.hak5.org/episodes/episode-416
What you’ll need
* An SSH server to act as your proxy.
Cerb4 use swiftmailer to send emails. The files to change is api/app/Mail.php
More documention is avaible at:
I just upgraded from etch to lenny and recursion support was removed from the defaults. So I had to make a few changes to bring it back in. Here is the change I needed to make.
Edit