Displaying 1 result from an estimated 1 matches for "ddspam".
Did you mean:
dspam
2007 Jul 25
1
dspam plugin
...he dovecot 1.0.2 source in order to compile the C file
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...