Comment 14 for bug 494162

Revision history for this message
Bart Verwilst (verwilst) wrote : Re: Incompatible filter on amd64 (lucid)

To reproduce:

** On Lucid **

# apt-get install dovecot-imap

This installs dovecot as well.

Open /etc/dovecot/dovecot.conf, find the line inside imap { ... } saying "#mail_plugins = ", uncomment and change into
"mail_plugins = antispam".

# /etc/init.d/dovecot restart

# useradd dctest -m
# passwd dctest
 > test
 > test

# telnet localhost 143
> a01 login dctest test
Connection closed by foreign host.

# grep antispam /var/log/mail.log
Nov 5 13:34:02 test.intux dovecot: IMAP(dctest): Module is for different version 1.1.11: /usr/lib/dovecot/modules/imap/lib90_antispam_plugin.so

A simple recompile of the package solve this issue.