Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
installing [2012-06-07 09:31] – created randersoninstalling [2012-08-01 06:23] randerson
Line 1: Line 1:
 +=====Installing=====
 +
   * Set up your database   * Set up your database
     * In database/ run the following:     * In database/ run the following:
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__