Line 792:
Line 792:
* You need remove the existing key so that the next ssh connection re-gets the keys from prodserver.
* You need remove the existing key so that the next ssh connection re-gets the keys from prodserver.
* From the command line edit the /root/.ssh/known_hosts file and remove the line for prodserver. It starts with: ''prodserver ip'' ssh-rsa
* From the command line edit the /root/.ssh/known_hosts file and remove the line for prodserver. It starts with: ''prodserver ip'' ssh-rsa
+
+
===== Unable to send mail after a rise. =====
+
'''Description:'''
+
* fail to send mail after rise on the backup server when backuping fron SME 7 to SME8
+
* qpsmtpd log shows :
+
@400000005125f42409a8cd1c 4280 vvirus::clamav plugin (data_post): clamscan results: /var/spool/qpsmtpd/1361441818:4280:0: Access denied. ERROR
+
@400000005125f42409aa9624 4280 virus::clamav plugin (data_post): ClamAV error: /usr/bin/clamdscan --stdout --config-file=/etc/clamd.conf --no-summary /var/spool/qpsmtpd/1361441818:4280:0 2>&1: 2
+
* /var/spool permissions problem
+
#on the working server:
+
ls -al /var/spool
+
drwxr-s--- 2 qpsmtpd clamav 4096 Jun 10 12:31 qpsmtpd
+
+
#On the broken (restored) server:
+
ls -al /var/spool
+
drwxr-x--- 2 qpsmtpd clamav 4096 Jun 10 10:46 qpsmtpd
+
+
#On the fresh install before the restore:
+
ls -al /var/spool
+
drwxr-s--- 2 qpsmtpd clamav 4096 Apr 17 13:47 qpsmtpd
+
see [SME 4399]
+
+
+
'''Solution:'''
+
from command line on the backup server after Rise :
+
chmod g+s /var/spool/qpsmtpd
=== Bug report ===
=== Bug report ===