A Personal blog about Tech that I find useful.

Cerb4 pop header info.

Edit the following file.
cerb4/plugins/cerberusweb.core/cron.classes.php, Pop3Cron::run(), line 1111 in Cerb 4.1 (Build 891)

Openldap 2.3 to 2.4 upgrade broke replication.

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 SSH Chroot Jail.

Setting up chroot is a pain. Here are some links to stuff written on the topic.

http://olivier.sessink.nl/jailkit/howtos_sftp_scp_only.html

Forwarding Multiple Ports

ssh -L 2143:localhost:143 -L 2025:localhost:25 username@192.168.100.4

Thanks
Robert

Were to add code to add additional template items.

This is were you add template code into cerb4.


CerberusMail::sendTicketMessage(array(
'ticket_id' => $ticket->id,
'message_id' => $ticket->first_message_id,

Setup an SSH SOCKS proxy!

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.

Incoming Mail and PHP

We all know how to send email from PHP.

Cerb4 adding Images / html to outbound emails.

Cerb4 use swiftmailer to send emails. The files to change is api/app/Mail.php

More documention is avaible at:

http://swiftmailer.org/wikidocs/v3/composition/basics

Adding Bind9 recursion support in debain.

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

Syndicate content