First of: ISPconfig rules! It is a really good tool for me as a newbie in linux. But... After upgrading from ISPconfig 3.0.3 to 3.0.4.3 I have found some problems. When making a new email account after upgrade, some directories are missing in /var/vmail/"domain.TLD"/"username" The directories: /.Drafts /.Junk /.Trash /cur /new /tmp are missing. This results in for instance squirrelmail to show ERRORS. When I manually copy them to this directory level, everything works well again. The directories are inside the /var/vmail/"domain.TLD"/"username"/Maildir directory, but it seems like this is not enough for the database connection. There also seems to be a problem with the users homepage within ISPconfig control panel, There are for instance no legends for the number of used emailaccounts of number allowed. And some of the texts for instance for logout it only shows the name of the variabel logout_text and latest_news_text. These things only happens for the clients and mails made after the upgrade of ISPconfig. Is there others with the same issues?
another bug? Decided to post here just to not to multiply multiple bugs reports that may have same origin, sorry if it will be considered offtopic. Yesterday i added a new server (web, mysql, dns) to existing multiserver setup. Used stable Ispconfig3 release. After installation detected such problem: on this (new) slave server new sites, new databases is added ok from master control panel, but no users/permissions are added for this databases. dns data - synchronized OK from master to slave. did not tried with mail to check if there are same problems as in message above, mail service is not supposed for this server. from the logs: Code: 26.03.2012-08:01 - DEBUG - Replicated from master: REPLACE INTO web_database (`database_id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`type`,`database_name`,`database_user`,`database_password`,`database_charset`,`remote_access`,`remote_ips`,`active`) VALUES ('74','1','7','riud','ru','','12','mysql','c6test11','c6test11','mypass','utf8','n','','y') 26.03.2012-08:01 - DEBUG - Calling function 'db_insert' from plugin 'mysql_clientdb_plugin' raised by event 'database_insert'. 26.03.2012-08:01 - DEBUG - Created MySQL database: c6test11 26.03.2012-08:01 - DEBUG - Processed datalog_id 3312 26.03.2012-08:01 - DEBUG - Calling function 'restartHttpd' from module 'web_module'. 26.03.2012-08:01 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 26.03.2012-08:02 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 26.03.2012-08:02 - DEBUG - No Updated records found, starting only the core. 26.03.2012-08:02 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 26.03.2012-08:03 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 26.03.2012-08:03 - DEBUG - No Updated records found, starting only the core. 26.03.2012-08:03 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 26.03.2012-08:04 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 26.03.2012-08:04 - DEBUG - Found 2 changes, starting update process. 26.03.2012-08:04 - DEBUG - Replicated from master: DELETE FROM web_database WHERE database_id = 74 26.03.2012-08:04 - DEBUG - Calling function 'db_delete' from plugin 'mysql_clientdb_plugin' raised by event 'database_delete'. 26.03.2012-08:04 - DEBUG - Error while dropping MySQL user: c6test11 Operation DROP USER failed for 'c6test11'@'localhost' 26.03.2012-08:04 - DEBUG - Dropping MySQL database: c6test11 26.03.2012-08:04 - DEBUG - Processed datalog_id 3313 as i noticed from logs, there is "Calling function 'db_insert' from plugin 'mysql_clientdb_plugin' raised by event 'database_insert'" but not able to find it in the code to check if it do everything OK. or may be a problem in code of this stable release?
Well. I've found out that the latter issue I'm experiencing is regarding to lack of a language, I have choosen. I guess that even though danish is an option, the actual language file might not be there I guess. Because when I switch back to english, there are no problem with the pages. So english it is. But I still don't know what the other problem could relate to. I also have probelms to connect with filezilla to either SSH and FTP (I have made a shell user and a FTP user inside ISPconfig). I have made shell users and FTP users before, and as far as I remember, they work. At least my own root account works
@Neumann: The other problem is related to a wrong imap or lda setting.Please go to system > server config > email and ensure that the correct lda and imap server type is selected there. @benelus: it would have been better if you made a new thread as the problems the first poster mentioned are no bugs, they are just a wrong configuration setting on his server and your problems are not related to them. Your problem is most likely that you changed the mysql root passord of your mysql database and missed to change it in the mysql_clientdb.conf file.
If the attached picture works, I can show you that there are no email tab to configure the mail server. at: system > server config > email
How stupid I feel. Off cause you are right I gues the config must have changed when upgrading? Now I use courir and maildrop, which seems to work. So thank you guys. I think it also is wise to upgrade my manual to the latest version I have another issue, but I'll post in a new thread, when I have investigated it a little more closely.
maybe you have dovecot and courier installed on the server, so that the updater could not decide correctly which one should be used. Please run: which dovecot if it finds the path to a dovecot binary, then please uninstall it to ensure that this does not happen again on future updates.
My mistake. I'm using dovecot, not courir. I'm not sure, but as far as i remember I haven't installed anything but what is guided in the "perfect server with ubuntu 10.04" But I guess the same method applies to uninstalling courir?
If you use ubuntu, then courier cant be installed together with dovecot anyway as apt takes care about that. So you dont have to do any changes. No Idea why the setting was wrong then.