yamrajsingh / iredmail

Automatically exported from code.google.com/p/iredmail
0 stars 0 forks source link

Install fails if MySQL root password is wrong #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start installation of iRedMail on clean system
2. Choose the MySQL backend
3. Give the installation routine a wrong MySQL root password

What is the expected output? What do you see instead?
The installation routine should check the password first, then continue - 
instead it just continues with the (maybe) wrong password wich will result in 
an iRedMail system completely not working. 
Also running the installation routine a second time wont fix it as it just 
skips all functions.

What version of the product are you using? On what operating system?
iRedMail 0.7.3 on Debian 6

Please provide any additional information below.

Original issue reported on code.google.com by maik.kulbe on 1 Dec 2011 at 9:46

GoogleCodeExporter commented 8 years ago
iRedMail requires a new/fresh server OS.

Original comment by michaelb...@gmail.com on 17 Jul 2014 at 3:29

GoogleCodeExporter commented 8 years ago
Have you even read that issue? Sorry, but I clearly stated:

1. Start installation of iRedMail on clean system

Also, "requires a fresh server OS" is probably one of the worst IT excuses. If 
you don't want to work on a project, release it to the community so it gets a 
new project lead who really wants to improve the software.. 

Original comment by maik.kulbe on 17 Jul 2014 at 3:55

GoogleCodeExporter commented 8 years ago
Maybe my comment is not clear, but I don't like to read a comment full filled 
with angry. Relax please.

1) Your issue was submitted in 2011, and it's now 2014, i just want to clean up 
old issues since we moved to https://bitbucket.org/zhb/iredmail/issues

2) According to iRedMail installation guide, section "System Requirements":

"WARNING: iRedMail is designed to be deployed on a FRESH server system, which 
means your server does NOT have mail related components installed, e.g. MySQL, 
OpenLDAP, Postfix, Dovecot, Amavisd, etc (iRedMail will install and configure 
them for you automatically). Otherwise it may override your existing 
files/configurations althought it will backup files before modifing, and it may 
be not working as expected."

It's clearly mentioned that it cannot have MySQL installed. iRedMail will 
install MySQL packages and set the initial password with the password you typed 
during iRedMail installation.

So, If we don't have MySQL installed before installing iRedMail, or we have 
MySQL packages installed without root password, the issue you reported won't 
happen at all.

That's why i closed this issue, hope it helps.

Original comment by michaelb...@gmail.com on 17 Jul 2014 at 4:03