We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbd84b commit 65e21b2Copy full SHA for 65e21b2
plogical/mailUtilities.py
@@ -2384,10 +2384,15 @@ def ResetEmailConfigurations(self):
2384
MailServerSSLCheck = 1
2385
2386
2387
+
2388
2389
logging.CyberCPLogFileWriter.statusWriter(self.extraArgs['tempStatusPath'], 'Fixing permissions..,90')
2390
2391
self.fixCyberPanelPermissions()
2392
2393
+ command = '/usr/local/CyberCP/bin/python /usr/local/CyberCP/dns/dnsManager.py ResetDNSConfigurations --tempStatusPath /home/cyberpanel/dnscheck'
2394
+ ProcessUtilities.executioner(command)
2395
2396
command = 'touch /home/cyberpanel/postfix'
2397
ProcessUtilities.executioner(command)
2398
0 commit comments