Hello Jejouille!
1 Try to delete all iptable rules.....or to stop firewall type the following commands
- Code: Select all
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
And try to insatll again.
2 Try to install
Community Edition with provided script. If you need Mail Server do not forget specify domain.
- Code: Select all
bash opensource-install.sh -md "yourdomain.com"
This will install all the
Community Edition components including Mail Server with the yourdomain.com domain name specified.
Your domain that will be used for maintaining correspondence must be valid and configured for this machine (i.e. it should have the appropriate A record in the DNS settings that points your domain name to the IP address of the machine where Mail Server is installed).
In the command above, the "yourdomain.com" parameter must be understood as a service domain for Mail Server. It is usually specified in the MX record of the domain that will be used for maintaining correspondence. As a rule, the "yourdomain.com" looks like mx1.onlyoffice.com