remove sieve configurations from mailscanner install

This commit is contained in:
Usman Nasir
2021-04-21 22:51:44 +05:00
parent 695f9b38b0
commit c166da2a69
3 changed files with 254 additions and 267 deletions

View File

@@ -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'])