Skip to content

🐛: Duplicate SRV records in Zonefile #1371

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

Open
1 task done
vifino opened this issue Apr 3, 2025 · 0 comments
Open
1 task done

🐛: Duplicate SRV records in Zonefile #1371

vifino opened this issue Apr 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@vifino
Copy link

vifino commented Apr 3, 2025

What happened?

When using multiple listeners binding the same ports ("submission_public" and "submission_private"), the Zonefile contains multiple SRV _submission._tcp records for the same ports.

How can we reproduce the problem?

  1. Create two smtp listeners bound to different IP addresses, but on the same port.
[server.listener.submission_public]
bind = ["1.2.3.4:25"]
protocol = "smtp"

[server.listener.submission_private]
bind = ["192.0.2.1:25"]
protocol = "smtp"
  1. Create a domain.
  2. View DNS records and observe duplicate entries.

Version

v0.11.x

What database are you using?

RocksDB

What blob storage are you using?

RocksDB

Where is your directory located?

Internal

What operating system are you using?

Linux

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct
@vifino vifino added the bug Something isn't working label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant