hey all, I've been watching Grommunio for a while and since Kopano has closed down it's community version it might be time to switch. I'd prefer to use the docker variant over a dedicated VM and to this end I've started on a setup following the guidance from the github page. However when I spin up the container I get continuous errors about Rspamd not being able to secure a port.
#31530(main) rspamd_inet_address_listen: bind 127.0.0.1:11332 failed: 98, 'Address already in use'
#31530(main) rspamd_inet_address_listen: bind [::1]:11332 failed: 98, 'Address already in use'
my docker-compose.yml is largely the same as in the documented example, and inside the container I do have IPv6 enabled even though this was a massive pain in the rear (why is IPv6 mandatory?)
5f36c6e335a:/ # ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
865: eth0@if866: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether 02:42:c0:a8:30:02 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 192.168.48.2/24 brd 192.168.48.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::42:c0ff:fea8:3002/64 scope link
valid_lft forever preferred_lft forever
inet6 fe80::1/64 scope link nodad
valid_lft forever preferred_lft forever
The only thing I could find was in regard to a bug a while back in Rspamd not being happy with multiple IP addresses on a single NIC? I'm still trying to work out how to configure my docker environment so that I only assign a single IPv6 address to eth0... that's a work in progress.
Other than this issue the container seems to work fine - I can access the admin web page.