<div dir="ltr">Hi both.<div>You can't do it using ACLs. But you can do it using primaries. This is hinted at in the section about the primaries statement, but not clearly expanded on.</div><div>For example:</div><div><br></div><div># define a primaries list called "also-notifed" (or anything you like). Define as many lists as you need.</div><div>primaries also-notified {a.b.c.d; e.f.g.h;};</div><div>...</div><div>zone "<a href="http://example.com">example.com</a> {</div><div> type primary;</div><div> file "<a href="http://db.example.com">db.example.com</a>";</div><div># apply the primaries list (or lists) to the also-notify statement.</div><div> also-notify {also-notified;};</div><div>};</div><div><br></div><div>I hope that helps.</div><div>Cheers, Greg</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 8 Feb 2024 at 21:55, Elmar K. Bins <<a href="mailto:elmi@4ever.de">elmi@4ever.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Randy,<br>
<br>
<a href="mailto:randy@psg.com" target="_blank">randy@psg.com</a> (Randy Bush) wrote:<br>
<br>
> can i use an acl{} or other macro in `also-notify`? i have a bunch of<br>
> zones where i want the same `also-notify` list.<br>
<br>
Been running into the same issue and tried to find out. My master lists and acls<br>
are identical as yours seem to be. I've been told that internally they are very<br>
different and handled differently, so I had to duplicate my work (yes, they're<br>
copy+paste for me) :-(<br>
<br>
Best,<br>
Elmar.<br>
<br>
<br>
-- <br>
Visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div>