File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,19 @@ chkconfig --levels 235 clamd on
110110/etc/init.d/amavisd start
111111/etc/init.d/clamd start
112112
113+ If you use the amavisd from rpmforge and not the one from centos, you will have to do these additional steps:
114+
115+ add the following line in /etc/sysconfig/amavisd:
116+
117+ CONFIG_FILE="/etc/amavisd/amavisd.conf
118+
119+ run:
120+
121+ mkdir /var/run/amavisd /var/spool/amavisd /var/spool/amavisd/tmp /var/spool/amavisd/db
122+ chown amavis /var/run/amavisd /var/spool/amavisd /var/spool/amavisd/tmp /var/spool/amavisd/db
123+ yum install perl-DBD-mysql
124+
125+
1131263) Install apache, PHP5 and phpmyadmin (1 line!):
114127
115128yum install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc php-eaccelerator php-magickwand php-magpierss php-mapserver php-mbstring php-mcrypt php-mhash php-mssql php-shout php-snmp php-soap php-tidy curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel phpmyadmin
You can’t perform that action at this time.
0 commit comments