* VERSION: Check in version 1.1. Start version 2.0. * INSTALL: Change order of hostMap ACL's in slapd.conf. The original order doesn't work. * system.pl: Change all hardcoded program and directory paths to values defined in %Config. * ISPConfig.pm (ReadConfig): Add various programs and directories needed by system.pl to %Config. Corresponding changes in Server.config. Add Hostname (for local host name) and URI's for utility web pages. * system.pl (doProcmailrc): Fix so autorespond won't reply to mailer-daemon and bouncing addresses in procmailrc. * userMod.cgi: Add check for valid user name. * VK.pm: Destructor of class VK::LDAP should check for validity of self -> {LDAP}, not self -> LDAP before trying to destroy it. * system.pl (doQuota): Add --reseller flag. Group quota shall only be changed (deleted) if the reseller flag is present. Changed call to doQuota in reseller handling to pass --reseller flag.