Re: Email migration and MX records

2023-01-04 Thread Marcus Kool
SMTP is a wonderful protocol that queues messages and retries delivery for 5 days so a non-responsive email server is no issue. Just do not have a temporary solution that bounces emails since those will never arrive (the sender is notified about the bounce). Marcus On 03/01/2023 21:31, Bruce J

Re: Deprecation notice force BIND 9.20+: "rrset-order fixed" and "sortlist"

2024-03-01 Thread Marcus Kool
On 01/03/2024 11:02, Jim Reid wrote: On 1 Mar 2024, at 10:37, Greg Choules via bind-users wrote: In summary, Do the hard work of traffic steering somewhere else and let your DNS resolvers deliver the chosen answer. Don't make the resolvers themselves try to do this on the basis of incompl

Re: 9.18 horrendous

2024-08-23 Thread Marcus Kool
The user was angry and ranted about named 9.18.x.  He did not rant about any developer or any member of your team.  Removing a user from this list is IMHO not the best way to treat an issue. Marcus On 23/08/2024 13:31, Ondřej Surý wrote: I can understand your anger But I don’t. Let me be ab

Re: 9.18 horrendous

2024-08-23 Thread Marcus Kool
e not appreciated and ask for more information. Now I received information that this happened off-list and was replied with an other rant. This information gap leaves other members on the list in the dark. Have a nice weekend all, Marcus On 23/08/2024 18:52, Tim Daneliuk wrote: On 8/23/24 09:19, M

when does bind calls plugin_destroy ?

2022-11-28 Thread Marcus Kool
Hi, I am developing a plugin for Bind.  The API has 4 functions: plugin_register, plugin_check, plugin_version and plugin_destroy. In a test setup there are two instances of the same plugin and everything works as expected (plugin_register is called twice - once for each view). However, "rndc

Re: when does bind calls plugin_destroy ?

2022-11-28 Thread Marcus Kool
On 28/11/2022 22:07, Evan Hunt wrote: On Mon, Nov 28, 2022 at 12:53:16PM +, Marcus Kool wrote: In a test setup there are two instances of the same plugin and everything works as expected (plugin_register is called twice - once for each view). However, "rndc reconfig" calls plugi

plugin_version

2022-12-15 Thread Marcus Kool
Hi, I have written a plugin for named and was wondering what the policy behind the usage of plugin_version() is and what kind of compatibility check it intends to perform. It is common for plugins to use query_ctx_t and its members fname, view, client (client.message, client.query) etc. Since

Re: plugin_version

2022-12-15 Thread Marcus Kool
s the code on us and don’t care anymore - there’s associated maintenance cost with any new feature.) Ondrej -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. On 15. 12. 2022, at 20:10

Re: Online changelogs (Was: CHANGES in 9.18.32)

2024-12-11 Thread Marcus Kool
ore useful to do git log --merges or just git log Ondřej -- Ondřej Surý (He/Him) ond...@isc.org My working hours and your working hours may be different. Please do not feel obligated to reply outside your normal working hours. On 11. 12. 2024, at 20:09, Marcus Kool wrote: I noticed that t

CHANGES in 9.18.32

2024-12-11 Thread Marcus Kool
I noticed that the file 'CHANGES' in bind 9.18.32 does not exist. Is there a reason for this? Thanks, Marcus -- Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list ISC funds the development of this software with paid support subscriptions. Contact us at https

Re: Survey on the impact of software regulation on DNS systems

2025-01-29 Thread Marcus Kool
I participated in the survey and think it is good to also have a public discussion. Users of Open Source projects are responsible themselves for what they use.  You want to use a free image editor? fine, go ahead! I use FOSS and also produce a FOSS package. What I find reasonable for a FOSS pa

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-20 Thread Marcus Kool
I wrote a closed source filtering plugin for BIND and I found that the #1 issue is that there is no defined interface between a plugin and BIND internal data structures. Since data structures (may) have small changes between patch releases, this implies that with /every/ release of BIND, the plu