Displaying 2 results from an estimated 2 matches for "lib_dspam".
2007 Feb 21
1
Help with mysql-dspam-plugin
...Spam 3.6.8...
I've downloaded the mysql-dspam-plugin code, and it builds without
errors. But when trying to start Dovecot I get:
Starting mail server: dovecotIEffective uid=65534, gid=65534
ILoading modules from directory: /usr/lib/dovecot/modules/imap
Emodule /usr/lib/dovecot/modules/imap/lib_dspam.so: dlsym(dspam_init)
failed: /usr/lib/dovecot/modules/imap/lib_dspam.so: undefined symbol:
dspam_init
Error: imap dump-capability process returned 89
Any help with how to fix this would be great! I'm not really a
programmer so I'm not quite sure where to look...
thanks!!
Rob Klin...
2007 Jul 25
1
dspam plugin
...e
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/
beta7-code with the command
cc -fPIC -shared -Wall -I../src/ -I../src/lib -I.. -I../src/lib-
storage -I../src/lib-mail -I../src/lib-imap -I../src/imap/ -
DHAVE_CONFIG_H -DDSPAM=\"/usr/local/bin/dspam\" dspam.c -o lib_dspam.so
and copied the resulting lib_dspam.so to /usr/lib/dovecot/imap/
In dovecot.conf, set
protocol imap {
mail_plugins = dspam
mail_plugin_dir = /usr/lib/dovecot/imap
}
Created a SPAM folder.
However, when I move a message into or out of the SPAM folder, dspam
doesn't seem to execute....