ZhangHuangbin wrote:
Try this command first:
# iptables -I INPUT -p tcp --dport 4190 -j ACCEPT
Then test Open Xchange again. if it works, open /etc/default/iptables and add port 4190.
Yeah, it works. Found a small How To with Google.
It works! Just needed:
iptables -A INPUT -p tcp --dport 4190 -j ACCEPT
iptables -A INPUT -p tcp --sport 4190 -j ACCEPT
I can now use OX with iRedMail´s SIEVE filtering or create my own set of filters in side OX.
Thanks for your help and I hope this thread helps other users/customers to understand how to setup Open Xchange Groupware with iRedMail! :-)
Problem solved.