Commit 8ed15168 authored by Joshua Tauberer's avatar Joshua Tauberer

the new dns_update totally forgot to write the OpenDKIM tables

parent 2f0d0365
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment