Dovecot LDA has been working fine for me but when I tried to follow the
wiki and switch to LMTP I get:
Recipient address rejected: User unknown in local recipient table;
In postfix/main.cf I went from:
mailbox_transport = dovecot-spam
to
mailbox_transport = lmtp:unix:private/dovecot-lmtp
Added
I manually fixed it by copying src/plugins/zlib/lib20_zlib_plugin.la to
/usr/local/lib/dovecot/doveadm
I do not understand why 'make install' won't do that? A bug perhaps?
> Looks like you have two versions installed and are mixing them up.
I checked and only one binary is on the system. I took a look in the
directory /usr/local/lib/dovecot/doveadm/ and it appears the upgrade
rebuilt all libraries EXCEPT zlib. Any ideas?
-rw-r--r-- 1 root root 125910 Jul 22 10:
Upgraded to dovecot 2.2.4 from 2.1.16
Error I see is:
doveadm(root): Error: Module is for different ABI version 2.1.16 (we
have 2.2.ABIv3(2.2.4)):
/usr/local/lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so
How do I resolve this?
Configure options:
./configure --with-bzlib --with-ssl --with