Changelog

Close this window to continue.

05 APR 2009
I like to turn off the ability of the super administrators to delete domains. This is optional. This removes the link to 'del' the domain:
sed -i "s|$PALANG\['del'\]|$PALANG\[''\]|" /usr/share/postfixadmin/templates/admin_list-domain.php

To turn it back on (if you actually do need to delete a domain - along with all its mailboxes and aliases):
sed -i "s|$PALANG\[''\]|$PALANG\['del'\]|" /usr/share/postfixadmin/templates/admin_list-domain.php

27 MAR 2009
Added:
echo "^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) (Blocked|Passed)" >>/etc/logcheck/ignore.d.server/amavisd-new

Added a fourth patch to amavisd-new 2.6.2. If you installed your system prior to 27 MAR 2009:
cd /usr/local/src/amavisd-new-2.6.2
wget http://www200.pair.com/mecham/spam/amavisd.2.6.2.patch4.txt
patch -p0 < amavisd.2.6.2.patch4.txt
cp amavisd amavisd-new
cp amavisd /usr/sbin/amavisd-new
/etc/init.d/amavis restart

Please:
apt-get install pax
/etc/init.d/amavis restart


26 MAR 2009
PostfixAdmin Vacation - Out of Office sent every time.
If you applied the vacation.2211.patch.txt to vacation.pl prior to 3/26/2009,
line 174 of /var/spool/vacation/vacation.pl needs to be changed from:
      if ($e !~ /_pkey/) {

to:
      if ($e !~ /(?:_pkey|^Duplicate entry)/) {
Thanks Lucien

23 MAR 2009
In the "Create Bayes and AWL tables in MySQL" section, I fixed an error where the wrong password was entered. Changed it from amavis_password to sa_password. Thanks James.

08 MAR 2009
Initial release.

http://www200.pair.com/mecham/spam/virtual2.html