iredmail / dockerized

Official dockerized iRedMail.
https://www.iredmail.org/
281 stars 71 forks source link

Could you add me in docker hub? #7

Closed TitanFighter closed 4 years ago

TitanFighter commented 4 years ago

It looks like I found one issue, but to be sure want double-check it via docker hub. Could you please add bearukraine to your repository?

Thanks.

iredmail commented 4 years ago

We don't publish to Docker Hub yet, you can run git clone and build it locally by following the README file in this repo. :)

TitanFighter commented 4 years ago

Ok, found two errors when I run docker:

  1. PHP Parse error: systax error, unexpected '9' (T_LNUMBER) in /opt/www/roundcubemail-1.4.3/config/config.inc.php on line 77
  2. Variable IREDAPD_DB_PASSWORD can not be empty, please set it in file 'iredmail.conf'
iredmail commented 4 years ago

1: what's the content in line 77 of file /opt/www/roundcubemail-1.4.3/config/config.inc.php? 2: you should set password for iRedAPD in the iredmail.conf file:

IREDAPD_DB_PASSWORD=<your-secret-password>
TitanFighter commented 4 years ago

The 1st error is regarding ROUNDCUBE_DES_KEY - Since it may have any chars, I initially tried to wrap it by quotes, but I should not - because of quotes there is this error.

The 2nd one is not actually a bug - Error clearly states what should be done, I just want to pay your attention that this var does not exist in default_settings.conf and not mentioned in README.

iredmail commented 4 years ago

Updated default_settings.conf and README.md to mention IREDAPD_DB_PASSWORD. :)