Mandriva 2007 and 2007.1
When i install or Upgrade ispconfig i must allways do this changes in this files for clamav and spamassasin to work. Tested through mail header.
one
Code:
vi /home/admispconfig/ispconfig/tools/clamav/bin/clamassassin
change directive „TMPPATH=/root/tmp“ to „TMPPATH=/tmp“
second
Code:
vi /root/ispconfig/isp/conf/spamassassin.rc.master
find /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin
change to
/home/admispconfig/ispconfig/tools/spamassassin/usr/local/bin/spamassassin
and restart.
Code:
/etc/init.d/ispconfig_server restart
Is that typicaly for mandriva ? Can be this integrated in instlation script please?