Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Olefy TCP port 10050 conflict #5963

Closed
DavidePrincipi opened this issue Nov 28, 2019 · 5 comments
Closed

Olefy TCP port 10050 conflict #5963

DavidePrincipi opened this issue Nov 28, 2019 · 5 comments
Labels
bug A defect of the software verified All test cases were verified successfully

Comments

@DavidePrincipi
Copy link
Member

DavidePrincipi commented Nov 28, 2019

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

  • nethserver-mail-filter-2.9.1-1.ns7.noarch
  • olefy-1.0.0-1.ns7.x86_64

See also

Issue #5891


@syntaxerrormmm

@DavidePrincipi DavidePrincipi added the bug A defect of the software label Nov 28, 2019
DavidePrincipi added a commit to NethServer/olefy that referenced this issue Nov 28, 2019
@nethbot
Copy link
Member

nethbot commented Nov 28, 2019

in 7.7.1908/testing:

  • olefy-1.0.0-1.1.g98f4257.ns7.x86_64.rpm x86_64

@DavidePrincipi DavidePrincipi self-assigned this Nov 28, 2019
@DavidePrincipi DavidePrincipi added this to ✋ Needs review in NethServer 7 via automation Nov 28, 2019
@DavidePrincipi DavidePrincipi moved this from ✋ Needs review to ⚙ Developing in NethServer 7 Nov 28, 2019
DavidePrincipi added a commit to NethServer/nethserver-mail that referenced this issue Nov 29, 2019
@nethbot
Copy link
Member

nethbot commented Nov 29, 2019

in 7.7.1908/testing:

@DavidePrincipi DavidePrincipi removed their assignment Nov 29, 2019
@DavidePrincipi DavidePrincipi added the testing Packages are available from testing repositories label Nov 29, 2019
@DavidePrincipi
Copy link
Member Author

DavidePrincipi commented Nov 29, 2019

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
Copy link

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

@DavidePrincipi DavidePrincipi added verified All test cases were verified successfully bug A defect of the software and removed bug A defect of the software testing Packages are available from testing repositories labels Nov 29, 2019
DavidePrincipi added a commit to NethServer/nethserver-mail that referenced this issue Dec 2, 2019
@nethbot
Copy link
Member

nethbot commented Dec 2, 2019

in 7.7.1908/updates:

@NethServer NethServer deleted a comment from nethbot Dec 2, 2019
NethServer 7 automation moved this from ⚙ Developing to 🗑 Done Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect of the software verified All test cases were verified successfully
Projects
No open projects
NethServer 7
🗑 Done
Development

No branches or pull requests

3 participants