diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-06-03 22:27:29 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-06-03 22:28:11 +0200 |
commit | ca5d4ae21c1e3625ec68f5629baa9f058870c2b6 (patch) | |
tree | 31baa94c691a067d80a2e2d007715336d2b4c17c /fripost.yml.template | |
parent | a3684346f4d60715512c7ca30ba9fc7bb270c38e (diff) |
Extended the template to use GPG.
Diffstat (limited to 'fripost.yml.template')
-rw-r--r-- | fripost.yml.template | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fripost.yml.template b/fripost.yml.template index 0422665..1f3045d 100644 --- a/fripost.yml.template +++ b/fripost.yml.template @@ -2,8 +2,13 @@ # 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 + +admin_email: admin@fripost.org +# Check out the manual to GPG-sign and/or -encrypt (opportunistically) +# the outgoing e-mails. +#sign: "" +#encrypt: may |