From 858333c888ce15b16147e11d30ee1ae5403f7d5d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 19 Sep 2012 02:43:59 +0200 Subject: A script to create lists (piping an email command). --- misc/mklist/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 misc/mklist/config (limited to 'misc/mklist/config') diff --git a/misc/mklist/config b/misc/mklist/config new file mode 100644 index 0000000..e913ecd --- /dev/null +++ b/misc/mklist/config @@ -0,0 +1,20 @@ +# A comma-separated list of public keys that are allowed to ask for +# a list creation. (Note: the key have to be in the user's public +# keyring.) +authorized_pubkeys = AF910D26 + +# Postfix configuration directory. +postfix_config_dir = /etc/postfix/ + +# Where to put the lookup transport tables. +#postfix_data_dir = /etc/postfix/ +postfix_data_dir = /tmp + +# The domain to be appended to *local* aliases. +mydestination = lists.fripost.org + +# LDAP configuration +ldap_uri = ldap://127.0.0.1:389 +ldap_suffix = ou=virtual,o=mailHosting,dc=fripost,dc=dev +ldap_bind_dn = cn=ListCreator,ou=services,o=mailHosting,dc=fripost,dc=dev +ldap_bind_pw = listcreator -- cgit v1.2.3