ECM Mail Server System for OSX Server 10.3.9 (Panther)

MySql • Exim • Exiscan • CourierIMAP • SpamAssassin • Clam AntiVirus

WHAT'S NEW:

11-6-2005  Updated Clam AntiVirus 0.87.1

To check your ClamAV version:  /usr/clamav/sbin/clamd -V

Stop ClamAV before your start installing the 0.86.2 package.

sudo /Library/StartupItems/ClamAV/ClamAV stop
sudo /Library/StartupItems/ClamAV/ClamAV start

If your clam-update.log show repeteadly "SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES" you are missing a library called GMP. Download and install GMP 4.1.4 and zlib-1.2.2. In fact if you're upgrading ClamAV to 0.81+ you do need both GMP and zlib.

10-4-2005 You should update SpamAssassin to version 3.1.0
(To check your current version via terminal: spamassassin -V)

sudo cpan
install Mail::SpamAssassin
quit

5-9-2005 Updated Exim-MTA 4.51. Do not reuse your current Exim's configure file. Edit as needed and use the configure file that is being installed with Exim 4.50. (If you're upgrading Exim to 4.50 also upgrade ClamAV to 0.85.1.
Be sure to create a new link to sendmail. (Remove the sendmail alias in the /usr/sbin folder before creating a new one)

rm /usr/bin/sendmail
rm /usr/sbin/sendmail
ln -s /usr/exim/bin/exim-4.51-1 /usr/bin/sendmail
ln -s /usr/exim/bin/exim-4.51-1 /usr/sbin/sendmail

3-29-2005 Security Update 2005-003 (Version 1.1.) breaks Squirrelmail permissions on "data" folder.
To fix it, run the following lines via terminal:

cd /usr/share/squirrelmail

chown -R www data
chgrp -R www data

12-19-2004  Updated mailAdmin

MailAdmin has been revised to include "Vacation/Auto Response" feature.
Download mailAdmin and follow instruction in the README file.

10-12-2004  Updated Courier 3.0.8

Start by shutting down your current Courier than install the 3.0.8 package and flip the switch. Be sure to backup and save your current config file and move it to the new installation/upgrade. (/usr/courier-imap/etc/authmysqlrc)

/usr/courier-imap/libexec/authlib/authdaemond stop
/usr/courier-imap/libexec/pop3d.rc stop
/usr/courier-imap/libexec/imapd.rc stop

/usr/courier-imap/libexec/authlib/authdaemond start
/usr/courier-imap/libexec/pop3d.rc start
/usr/courier-imap/libexec/imapd.rc start