Page 1 of 1

VestaCP can not be installed on Alibaba Cloud

Posted: Tue Feb 06, 2018 2:42 am
by mawan
I just want to report that VestaCP can not be installed on Alibaba Cloud when the operating system used is Debian 9. But the installation succeeds when using CentOS 7.

Code: Select all

Job for dovecot.service failed because the control process exited with error code.
See "systemctl status dovecot.service" and "journalctl -xe" for details.
Error: dovecot start failed
systemctl status dovecot.service

Code: Select all

dovecot.service - Dovecot IMAP/POP3 email server
   Loaded: loaded (/lib/systemd/system/dovecot.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2018-02-08 21:58:07 WIB; 2min 7s ago
     Docs: man:dovecot(1)
           http://wiki2.dovecot.org/
  Process: 31897 ExecStart=/usr/sbin/dovecot (code=exited, status=89)

Error: service(pop3-login): listen(::, 995) failed: Address family not supported by protocol.
Error: socket() failed: Address family not supported by protocol
Error: service(imap-login): listen(::, 143) failed: Address family not supported by protocol.
Error: socket() failed: Address family not supported by protocol
Error: service(imap-login): listen(::, 993) failed: Address family not supported by protocol.
Fatal: Failed to start listeners
dovecot.service: Control process exited, code=exited status=89
Failed to start Dovecot IMAP/POP3 email server.
dovecot.service: Unit entered failed state.
dovecot.service: Failed with result 'exit-code'.

Re: VestaCP can not be installed on Alibaba Cloud

Posted: Tue Feb 06, 2018 7:22 pm
by imperio
Show me result of this command

Code: Select all

cat /etc/dovecot/dovecot.conf

Re: VestaCP can not be installed on Alibaba Cloud

Posted: Thu Feb 08, 2018 2:39 pm
by mawan
imperio wrote:
Tue Feb 06, 2018 7:22 pm
Show me result of this command

Code: Select all

cat /etc/dovecot/dovecot.conf

Code: Select all

protocols = imap pop3
listen = *, ::
base_dir = /var/run/dovecot/
!include conf.d/*.conf

Re: VestaCP can not be installed on Alibaba Cloud

Posted: Thu Feb 08, 2018 2:50 pm
by skurudo
Ports are closed somehow on debian 9?

Code: Select all

Error: service(pop3-login): listen(::, 995) failed: Address family not supported by protocol.
Error: service(imap-login): listen(::, 143) failed: Address family not supported by protocol.
Error: service(imap-login): listen(::, 993) failed: Address family not supported by protocol.