<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Scott,<br>
<br>
Sorry 'bout that I thought I was missing something.<br>
spamassassin-3.0.6-1.el4<br>
<br>
Just have 3 more questions.<br>
Should I use the graphical update or just yum update?<br>
Also are there any updates I should be concerned about?<br>
Should I update now, or after I resolve the smtp issue?<br>
<br>
Thank you for your time.<br>
<br>
Jason Ross<br>
<br>
<br>
Scott Silva wrote:
<blockquote cite="midf9g8gu$n1f$1@sea.gmane.org" type="cite">
  <pre wrap="">Jason Ross spake the following on 8/9/2007 4:18 PM:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am currently running
Centos 4.3
postfix-2.2.10-1.RHEL4.2
mailscanner-4.57.6-1

The problem is I'm not yet smart enough to patch it quickly.

But would patching it fix the issue or create more???

If so how would I roll back quickly?

    </pre>
  </blockquote>
  <pre wrap=""><!---->First thing I would do is run yum update to bring the system patches up to speed.

You will have a kernel update if you haven't updated for 8 months, so you will
need a reboot.

Then you can use the following script to backup your mailscanner installation.
It is set up to run as root, and keep its stuff there.
*******<cut>*****
#!/bin/bash

cp -a /etc/MailScanner /etc/MailScanner.$(date +%Y%m%d)
cp -a /usr/lib/MailScanner /usr/lib/MailScanner.$(date +%Y%m%d)
cp -a /usr/sbin/MailScanner /usr/sbin/MailScanner.$(date +%Y%m%d)

echo cp -a --remove-destination /etc/MailScanner.$(date +%Y%m%d)
/etc/MailScanner > /root/restorems-$(date +%Y%m%d).sh
echo cp -a --remove-destination /usr/lib/MailScanner.$(date +%Y%m%d)
/usr/lib/MailScanner >> /root/restorems-$(date +%Y%m%d).sh
echo cp -a --remove-destination /usr/sbin/MailScanner.$(date +%Y%m%d)
/usr/sbin/MailScanner>> /root/restorems-$(date +%Y%m%d).sh
chmod +x /root/restorems-$(date +%Y%m%d).sh

echo rm -fr /etc/MailScanner.$(date +%Y%m%d) > /root/delmsback-$(date +%Y%m%d).sh
echo rm -fr /usr/lib/MailScanner.$(date +%Y%m%d) >> /root/delmsback-$(date
+%Y%m%d).sh
echo rm -fr /usr/sbin/MailScanner.$(date +%Y%m%d) >> /root/delmsback-$(date
+%Y%m%d).sh
echo rm -fr /root/restorems-$(date +%Y%m%d).sh  >> /root/delmsback-$(date
+%Y%m%d).sh
echo rm -fr /root/delmsback-$(date +%Y%m%d).sh  >> /root/delmsback-$(date
+%Y%m%d).sh

chmod +x /root/delmsback-$(date +%Y%m%d).sh

*******<cut>*****

This will back up your mailscanner setup with the current date. You can then
install the latest from Julian's install tarball and be sure you run the
update_mailscanner_conf and update_languages_conf scripts. Then you can
restart MailScanner.

If you need to restore a backup just run the restorems script with the date of
your backup.

I would also recommend updating spamassassin, but to get detailed help, we
need to know if you are running the spamassassin that came with CentOS, or if
you installed from Julian's clamav-spamassassin tarball.

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Jason Ross
Technical Operations Analyst
MedVoice International, LLC
Tel: 480-481-9292
Toll Free: 800-720-1151
Fax: 480-481-9712

Confidentiality Notice: This communication, along with any attachments, may be covered by federal and state law governing electronic communications and may contain confidential and privileged information.  If the reader of this message is not the intended recipient, or a duly designated employee or agent of such recipient, you are hereby notified that any dissemination, distribution, use or copying of this message is strictly prohibited.  If you have received this in error, please reply immediately to the sender and delete this message. Thank you.


</pre>
</body>
</html>