1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-24 02:37:05 +00:00

the new dns_update totally forgot to write the OpenDKIM tables

This commit is contained in:
Joshua Tauberer 2014-06-04 18:44:13 -04:00
parent 2f0d036504
commit 8ed15168c0

View File

@ -31,6 +31,9 @@ def do_dns_update(env):
# Write the main nsd.conf file. # Write the main nsd.conf file.
write_nsd_conf(zonefiles) write_nsd_conf(zonefiles)
# Write the OpenDKIM configuration tables.
write_opendkim_tables(zonefiles, env)
# Kick nsd. # Kick nsd.
os.system("service nsd restart") os.system("service nsd restart")