--- /dev/null
+# acl.auth.php
+# <?php exit()?>
+# Don't modify the lines above
+#
+# Access Control Lists
+#
+# Editing this file by hand shouldn't be necessary. Use the ACL
+# Manager interface instead.
+#
+# If your auth backend allows special char like spaces in groups
+# or user names you need to urlencode them (only chars <128, leave
+# UTF-8 multibyte chars as is)
+#
+# none 0
+# read 1
+# edit 2
+# create 4
+# upload 8
+# delete 16
+* @ALL 1
+user:spectre @ALL 0
+user:spectre mszabo 1
+user:spectre zfelleg 1
$conf['useacl'] = 1; // use Access Control Lists to restrict access
$conf['superuser'] = 'zfelleg';
+$conf['subscribers'] = 1;
+
+$conf['updatecheck'] = 0;
+
$conf['authtype'] = 'authldap';
$conf['plugin']['authldap']['server'] = 'ldap://fds.useribm.hu:389';
$conf['plugin']['authldap']['groupfilter'] = '(&(member=%{dn})(objectClass=posixGroup))';
$conf['plugin']['authldap']['version'] = 3;
$conf['plugin']['authldap']['attributes'] = array();
+
+$conf['plugin']['smtp']['smtp_host'] = 'mx.in.useribm.hu';
+$conf['plugin']['smtp']['smtp_port'] = 587;