Hi,
I'm currently writing an install skript for open-xchange on gentoo.
Unfortunately I can't figure out why the oxinstaller isn't working
properly (see output below). Mainly I'm concerned about the fact that the database contains no maildomain after the installation, and I have to enter it manually in the admin interface. Any idea what goes wrong here?
Regards,
Ruben
initializing database (step 2/2)
Server response:
Authentication failed
done
setting up the system
creating certificates
certificate could not be created:
Server response:
Authentication failed
chmod: cannot access `/etc/ssl/certs/eecert.pem': No such file or directory
chmod: cannot access `/etc/ssl/private/eekey.pem': No such file or directory
WARNING: no group ssl-cert found. System might not work.
configuring mail system
using mail.ocotec.de as FQHN of the mail server
Server response:
Authentication failed
done
I'm currently writing an install skript for open-xchange on gentoo.
Unfortunately I can't figure out why the oxinstaller isn't working
properly (see output below). Mainly I'm concerned about the fact that the database contains no maildomain after the installation, and I have to enter it manually in the admin interface. Any idea what goes wrong here?
Regards,
Ruben
initializing database (step 2/2)
Server response:
Authentication failed
done
setting up the system
creating certificates
certificate could not be created:
Server response:
Authentication failed
chmod: cannot access `/etc/ssl/certs/eecert.pem': No such file or directory
chmod: cannot access `/etc/ssl/private/eekey.pem': No such file or directory
WARNING: no group ssl-cert found. System might not work.
configuring mail system
using mail.ocotec.de as FQHN of the mail server
Server response:
Authentication failed
done
Comment