On 11/23/2015 10:10 AM, Samuel Greiner wrote: > Hey there, > > I installed ciphermail on CentOS following the quick install guide > step-by-step. Now when I try to access the Web GUI and login I get the > error: > Back-end is not running or not yet fully started up > > I don't really know what exactly that means and a look in the > djigzo.log is more confusing for me. > I attach parts of the djigzo.log, maybe someone has an idea of what's > wrong.
It looks like the back-end is not allowed to access the Postgres server. >From the logs: "org.postgresql.util.PSQLException: FATAL: kein pg_hba.conf-Eintrag fur Host 192.168.1.254, Benutzer djigzo, Datenbank djigzo, SSL aus" You should check the Postgres config file pg_hba.conf to make sure that the back-end is allowed to access the Postgres server On a typical setup, the config file should have a line similar to: host all all 127.0.0.1/32 md5 Kind regards, Martijn Brinkers -- CipherMail email encryption Email encryption with support for S/MIME, OpenPGP, PDF encryption and secure webmail pull. https://www.ciphermail.com Twitter: http://twitter.com/CipherMail -- CipherMail email encryption Email encryption with support for S/MIME, OpenPGP, PDF encryption and secure webmail pull. https://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
