NethServer / dev

NethServer issue tracker
https://github.com/NethServer/dev/issues
63 stars 20 forks source link

Olefy TCP port 10050 conflict #5963

Closed DavidePrincipi closed 4 years ago

DavidePrincipi commented 4 years ago

The olefy service listens on port 10050 and conflicts with the (reserved) Zabbix agent port.

Expected behavior

Olefy must be assigned to a free IANA TCP port

Actual behavior

We have a port conflict.

Components

See also

Issue #5891


@syntaxerrormmm

nethbot commented 4 years ago

in 7.7.1908/testing:

nethbot commented 4 years ago

in 7.7.1908/testing:

DavidePrincipi commented 4 years ago

Test case

After updating to the testing packages, the olefy service must listen on port 10632. Check the same port number is expanded in rspamd configuration and services were restarted.

syntaxerrormmm commented 4 years ago

I can confirm the test case.

[root@posta ~]# tail -n2 /var/log/yum.log
Nov 29 10:41:47 Updated: olefy-1.0.0-1.1.g98f4257.ns7.x86_64
Nov 29 10:41:47 Updated: nethserver-mail-filter-2.9.1-1.10.g03fb9fa.ns7.noarch
[root@posta ~]# ss -tnlp4 | grep olefy
LISTEN     0      100    127.0.0.1:10632                    *:*                   users:(("olefy",pid=14607,fd=6))
[root@posta ~]# grep 10632 /etc/rspamd/local.d/external_services.conf 
  servers = "127.0.0.1:10632"
[root@posta ~]# systemctl status rspamd | grep Active
   Active: active (running) since Fri 2019-11-29 10:41:52 CET; 1min 30s ago
[root@posta ~]# systemctl status olefy | grep Active
   Active: active (running) since Fri 2019-11-29 10:41:47 CET; 1min 40s ago
nethbot commented 4 years ago

in 7.7.1908/updates: