I've just noticed this, though I should have picked it up earlier....
The machine I updated a last week is an internet gateway. As well as that machine, the company has a server-only SME box (also an IBM X series rack). That machine is used purely as a file server, and was updated to SME 8 some months ago.
Normally, that machine forwards admin messages to me. That includes messages that I generate as part of the backup procedure, update messages, etc.
The trouble is, naturally, that those messages are now being rejected by the newly upgraded SME8 gateway machine, since they're not using encrypted connections.
So, my question is, is there any way to get those internal status messages sent? I use synbak (
http://www.initzero.it/products/opensource/synbak/) in a script to do normal system backups, as well as my own custom script using rsync to backup the main file data (currently sitting at around 370 GB) to an NFS mounted NAS. Status messages have been sent using things like this in my scripts:
cat /root/log/r-run | mail -s "Bantam backup status" paul.marwick@xxxx.com
The status messages are very useful indeed, since they give me a good indication of any problems that occur, so I would hate to lose them. Is there any way in a script to get an encrypted connection to the mail server on the gateway machine?
Paul.