Hallo erstmal. Ich habe vor`n paar Tagen dspam 3.8.0 neu kompiliert,
wie schon vorher des öfteren. (da immer ohne Probleme)
Nun habe ich kein Problem im eigentlichen Sinne, dspam arbeitet mit amavis
und der mysql DB anstandslos zusammen.
Nur habe ich jetzt regelmäßig
dspam[xxxx]: No such feature 'chained'
im Log. Google sagt nix dazu und auf der Dspamlist kam nur eine
Idee. In die dspam.conf einfügen:
Tokenizer chained
Das hat aber auch nix gebracht. So, jetzt frag ich mal hier.
Evtl. hat ja einer nen Tipp. ;)
Ablauf der Config/Install
Code: Select all
./configure --with-storage-driver=mysql_drv --with-mysql-libraries=/usr/lib --with-mysql-includes=/usr/include/mysql --enable-virtual-users
--with-dspam-home=/var/lib/amavis/dspam --enable-signature-headers --without-delivery-agent --without-quarantine-agent --enable-debug
make
make install
Code: Select all
Trust amavis
MySQLServer localhost
MySQLPort 3306
MySQLUser dspam
MySQLPass DspamPassword
MySQLDb dspam
MySQLCompress true
Code: Select all
chmod u-s,a+rx /usr/local/bin/dspam
chown -R amavis:amavis /var/lib/amavis/dspam
Danke