diff --git a/management/dns_update.py b/management/dns_update.py index 9ac1a0f6..b7000a5c 100755 --- a/management/dns_update.py +++ b/management/dns_update.py @@ -31,6 +31,9 @@ def do_dns_update(env): # Write the main nsd.conf file. write_nsd_conf(zonefiles) + # Write the OpenDKIM configuration tables. + write_opendkim_tables(zonefiles, env) + # Kick nsd. os.system("service nsd restart")