Odhiambo WASHINGTON wrote::
- On 15/08/06 16:50 +0200, fazer69@o2.pl wrote: 1.0rc6 crashes with the errors you mention. Try the nightly snapshot instead. To be honest, I am still watching the unfolding events while running 1.0rc2, which my customers haven't complained about.
Thanks for Your reply :) I've tried with the latest nightly, but it didn't help. I think it was a problem in my config and some real chaos ]:-> with libz on this server.
Dovecot was compiled:
#
make clean
./configure
--prefix=/usr
--localstatedir=/var
--sysconfdir=/etc
--enable-debug
--enable-shared
--enable-dependency-tracking
&& make
&& make install
#
Now I run dovecot using:
LD_LIBRARY_PATH=/usr/lib/dovecot/:/usr/lib/dovecot/imap/ dovecot
and everything works fine, even Postfix with Dovecot SASL :))) with this simple /etc/dovecot.conf:
# # /etc/dovecot.conf protocols = pop3 imap disable_plaintext_auth = no ssl_disable = yes protocol imap { } protocol pop3 { } protocol lda { postmaster_address = postmaster@mydomain.tld } auth default { mechanisms = plain login passdb shadow { } userdb passwd { } socket listen { client { path = /var/spool/postfix/private/auth mode = 0660 user = postfix group = postfix } } user = root } ###
Maybe someone will find it useful ;-)
-- websafe