atomia / puppet-atomia

Puppet module to install and configure Atomia
9 stars 24 forks source link

Vacation.pl has problems with DB access #324

Open NVitanovic opened 6 years ago

NVitanovic commented 6 years ago

Vacation.pl tries to access mysql host via vmail user but with hostname of the server instead of localhost. That creates the problem and mysql refuses the connection, as the user vmail@localhost is accepted or vmail@127.0.0.1.

To fix this you need to add vmail user with same privileges for the IP and hostname of the server.