At whole, ISPConfig works fine and satisfies all needs I waiting for it.(but MySQL DB diskspace count is out still while ) But thete is some annoying discrepancy.(version 2.2.18) 1. In the .../admispconfig/ispconfig/web/isp_dns/inhalt_tree.php near string 259 menuDaten.neu.............$go_api->lng("ISP Manager") Is it right? It seems, must be "DNS Manager" 2. In the ...../web/isp_kunde/inhalt_tree.php string 269 'Navigation' - I use '<? echo $go_api->lng("Navigation")?>' instead (For admin it is no problem in menus, but for any user ...?) 3. In any left frame(inhalt_tree) there are some troubles with encoding on some browsers(like Konqueror). It uses Apache's default (not always user encoding) and as a result-two different encodings - on left frame, and on top and right frame. There is not a bug, but unpleasantly. IE and Firefox works well in one encoding. I put string header("Content-type: text/html; charset=". $go_info["theme"]["charset"]); after string 39 (Pragma:...) in .../ispconfig/lib/session.inc.php and all right now. It is possible to delete <meta> tag with encoding definition from any html-output, isn't it? 4. Bug. When I added some (five) records to primary-zone file (after ;;;Make manual entries.... , certainly), and added another new DNS-record via ISP-DNS-Manager, as a result, when ISPManager rewrites DNS confs, - there is no finalizing blank line in master-zone file, witch is need according to Bind suggests. DNS server is not dropdown, but works not correctly. It replies "no record found" or some else in any request. I put $INCLUDE /etc/bind/nesessary_hosts in /root/ispconfig/isp/conf/pri.domain.master template after MX dynamic block and I inserted important DNS-records in nessesary_hosts as temporary solution.