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:
parent
2f0d036504
commit
8ed15168c0
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user