diff options
-rw-r--r-- | config.in | 9 | ||||
-rw-r--r-- | misc/mklist/config | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,11 +1,16 @@ # This is the custom configuration for the Fripost Administration Panel, # which takes precedence over the default configuration in 'default.in'. -secure_cookie = 1 +secure_cookie = 0 # Where the error reports should be sent to. report_email = admin@fripost.org +ldap_uri = ldapi:// +ldap_SASL_mechanism = DIGEST-MD5 +ldap_authcID = AdminWebPanel@fripost.org +ldap_authcPW = panel + # The domain that will be appended to non fully qualified usernames. default_realm = fripost.org @@ -30,3 +35,5 @@ listurl_schleuder = https://lists.fripost.org/schleuder/ webapp_url = http://localhost:8080/cgi-bin/ email_from = admin@fripost.org + +signature = Guilhem. diff --git a/misc/mklist/config b/misc/mklist/config index e913ecd..865d835 100644 --- a/misc/mklist/config +++ b/misc/mklist/config @@ -1,7 +1,7 @@ # 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 +authorized_pubkeys = 0x39278DA8109E6244 # Postfix configuration directory. postfix_config_dir = /etc/postfix/ |