mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
remove sieve configurations from mailscanner install
This commit is contained in:
@@ -343,6 +343,7 @@ password=%s""" % (rootdbpassword, rootdbpassword)
|
||||
|
||||
def SyncNow(self):
|
||||
try:
|
||||
|
||||
self.PostStatus('Syncing data from home directory to fail over server..')
|
||||
|
||||
command = "rsync -avzp -e 'ssh -o StrictHostKeyChecking=no -p %s -i /root/.ssh/cyberpanel' /home root@%s:/" % (self.config['failoverServerSSHPort'], self.config['failoverServerIP'])
|
||||
|
||||
Reference in New Issue
Block a user