Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
installing [2012-06-07 09:31] – created randersoninstalling [2013-05-21 08:45] wikiadmin
Line 1: Line 1:
 +=====Installing=====
 +
   * Set up your database   * Set up your database
     * In database/ run the following:     * In database/ run the following:
Line 11: Line 13:
   * Move cluebringer.conf to your /etc directory and edit your database details in cluebringer.conf   * Move cluebringer.conf to your /etc directory and edit your database details in cluebringer.conf
  
-  * Copy the cbp/ & awitpt/ directories into /usr/local/lib/policyd-2.1/ +  * Copy the cbp/ & awitpt/ directories into /usr/local/lib/cbpolicyd-2.1/ 
-  * <code bash>mkdir /usr/local/lib/policyd-2.1 +  * <code bash>mkdir /usr/local/lib/cbpolicyd-2.1 
-cp -r cbp /usr/local/lib/policyd-2.1/ +cp -r cbp /usr/local/lib/cbpolicyd-2.1/ 
-cp -r awitpt/awitpt /usr/local/lib/policyd-2.1/</code>+cp -r awitpt/awitpt /usr/local/lib/cbpolicyd-2.1/</code>
  
   * Copy cbpolicyd and cbpadmin into /usr/local/bin   * Copy cbpolicyd and cbpadmin into /usr/local/bin
Line 30: Line 32:
  
   * Setup Postfix to use cbpolicyd   * Setup Postfix to use cbpolicyd
-    * Add the following Postfix config setting in /BOTH/ smtpd_recipient_restrictions and smtpd_end_of_data_restrictions+    * Add the following Postfix config setting in //BOTH// smtpd_recipient_restrictions and smtpd_end_of_data_restrictions
     * <code>check_policy_service inet:127.0.0.1:10031</code>     * <code>check_policy_service inet:127.0.0.1:10031</code>
 +    * It's recommended to add these parameters first, ie:
 +    * <code>smtpd_recipient_restrictions = check_policy_service inet:127.0.0.1:10031, permit_mynetworks, ..., ...</code>
  
 __Optional Amavisd Support__ __Optional Amavisd Support__