diff options
-rw-r--r-- | fripost.yml.template | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fripost.yml.template b/fripost.yml.template index e98ea58..0422665 100644 --- a/fripost.yml.template +++ b/fripost.yml.template @@ -1,8 +1,9 @@ -# fripost.yml -- defaults for fripost administrative scripts -# To be moved to ~/.fripost.yml and chmod'ed to 600 +# fripost.yml -- Defaults for fripost administrative scripts. +# To be moved to ~/.fripost.yml and chmod'ed to 600. --- server_host: ldap://127.0.0.1:389 admin_email: admin@fripost.org +base_dn: ou=virtual,o=mailHosting,dc=fripost,dc=org +# Replace `bind_dn' and `bind_pw' by your owner manager DN and password. bind_dn: cn=admin,ou=managers,o=mailHosting,dc=fripost,dc=org bind_pw: xxxxxx -base_dn: ou=domains,o=mailHosting,dc=fripost,dc=org |