Project

General

Profile

Support #763

Updated by Daniel Curtis almost 9 years ago

This is a guide on setting up Mailgraph on FreeBSD 9. 

 h2. Prepare the Environment 

 * Make sure the system is up date: 
 <pre> 
 pkg update && pkg upgrade 
 </pre> 

 h2. Install Mailgraph 

 * Install mailgraph: 
 <pre> 
 pkg install mailgraph 
 </pre> 

 * Start and enable mailgraph at boot: 
 <pre> 
 echo 'mailgraph_enable' >> /etc/rc.conf 
 service start mailgraph start 
 </pre> 


 h2. Resources 

 * https://github.com/schweikert/mailgraph

Back