Events for Firewall and Bug fixes

This commit is contained in:
usmannasir
2018-10-12 18:18:10 +05:00
parent ec1406ec1f
commit 4bb20ceade
56 changed files with 4337 additions and 2606 deletions

View File

@@ -39,7 +39,6 @@ class SetupConn:
uid = pwd.getpwnam("postfix").pw_uid
gid = grp.getgrnam("postfix").gr_gid
os.chown(self.server_addr, uid, gid)
os.chmod(self.server_addr, 0755)
logging.writeToFile('CyberPanel Email Policy Server Successfully started!')