mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
Merge pull request #1 from alento-group/alento-group-patch-1
Update dns.py
This commit is contained in:
commit
92dc855703
@ -98,7 +98,7 @@ def do_dns_update(env, force=False):
|
||||
|
||||
# Tell nsd to reload changed zone files.
|
||||
if len(updated_domains) > 0:
|
||||
shell('check_call', ["/usr/sbin/nsd-control", "reload"])
|
||||
shell('check_call', ["/usr/sbin/service", "nsd", "restart"])
|
||||
|
||||
# Write the OpenDKIM configuration tables for all of the mail domains.
|
||||
from mailconfig import get_mail_domains
|
||||
|
Loading…
Reference in New Issue
Block a user