Displaying 20 results from an estimated 600 matches similar to: "Plugin zlib not found?"
2008 Jun 26
1
dovecot: unrecognized service
I have tried to installed dovecot 1.0.15 on Centos 4.6
./configure --with-pam
make
make install
It got installed without error
However when I do
[root@~ ]# service dovecot start
dovecot: unrecognized service
When I do [root@~ ]# # locate dovecot
It gives me many files......
/usr/local/sbin/dovecotpw
/usr/local/sbin/dovecot
/usr/local/etc/dovecot-ldap-example.conf
2011 Aug 27
2
: error while loading shared libraries: libdovecot.so.0 (arm cross compile)
Hi.
I've made a new attempt at build Dovecot. The build and then install
processes appeared to work find. Then when I try to run Dovecot it
reports the error:
/share/MD0_DATA/optware/opt/sbin/dovecot: error while loading shared
libraries: libdovecot.so.0: cannot open shared object file: No such file
or directory
To get a better idea of what's going on, I added
2010 May 14
1
Setting up ACL for IMAP
Hi guys,
I just suscribed cause I'm trying to do something which I'm not sure how.
I need to prevent some accounts from deleting there emails.
>From what I've seen [0] this could be achieved by using ACL.
My first question is, is this right? Is there a way to achieve the
same using POP3?
I tried setting up ACL using the info at the Wiki [1], but it's not working.
What I've
2009 Nov 17
3
plugin cmusieve not found
I have debian lenny and dovecot 1.2.4 and a problem with the plugin cmusieve.
protocol lda {
postmaster_address = postmaster at cablenet.com.pe
mail_plugins = cmusieve quota
log_path = /var/log/dovecot-deliver.log
info_log_path = /var/log/dovecot-deliver.log
}
the log /var/log/dovecot-deliver.log shows me the following
Fatal: Plugin cmusieve not found from directory
2007 Mar 16
2
Lazy expunge
When I try to use it i get undefined symbol:
dlopen(/usr/lib/dovecot/pop3/lib02_lazy_expunge_plugin.so) failed:
/usr/lib/dovecot/pop3/lib02_lazy_expunge_plugin.so: undefined symbol:
namespace_find_prefix
Does anyone has this problem or I've compiled it with too agresive flags?
Thanx!
PS. I've folowed http://wiki.dovecot.org/Plugins/Lazyexpunge word to word.
--
FreeB(eer)S(ex)D(rugs)
2009 Apr 06
1
Dovecot+Sieve
Hi All!!!
I'm configure mail server with Postix+Mysql+Dovecot.
How can I'm using to work sieve plugins?
My dovecot.conf
/protocol lda {
mail_plugin_dir = /usr/lib/dovecot/lda
#sendmail_path = /usr/sbin/postfix
#auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
#global_script_path = /etc/sieve.conf
}
plugin {
sieve = /etc/sieve.conf
sieve = /home/vmail/domain.ru/user
2009 Dec 30
3
1.2.9 imap crash with backtrace
I got about 20 (!) of these today
GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB
2009 Aug 11
1
dovecot-1.2.3 (managesieve) crash with backtrace
>From the log:
Aug 11 09:07:23 postamt dovecot: IMAP(zensy): Panic: file mail-index-transaction-view.c: line 106 (tview_apply_flag_updates): assertion failed: (map->hdr.record_size <= tview->record_size)
Aug 11 09:07:23 postamt dovecot: IMAP(zensy): Raw backtrace: imap [0x80f0411] -> imap [0x80f0482] -> imap [0x80efe29] -> imap
[0x80c839b] -> imap [0x80cea95] -> imap
2008 Feb 22
3
mbox to maildir conversion does not work
Hello,
I'm try to use the convert plugin, but I cannot seem to get it working
properly. Is there any setting that I'm missing.
--------
dovecot -n
# 1.0.10: dovecot.conf
log_path: /var/log/dovecot
protocols: imap imaps pop3 pop3s
listen(default): 127.0.0.1:143
listen(imap): 127.0.0.1:143
listen(pop3): *:110
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
2009 Oct 28
3
expire plugin + --exec-mail in 1.2.6 version
Hello list,
After upgrade to dovecot version 1.2.6 I have noticed some quota malfunctions(users become often overquota). Looking at logs closely I have found that quota value resets to general dovecot-config(
quota = maildir:Mailbox quota
quota_rule = *:storage=500M
quota_rule2 = Trash:storage=10%%
), after dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool.sh command. The problem that
2019 Apr 02
2
sieve scripts not synching for 2.3.5.1 pre-built
Hi,
We're synching mailboxes, changing format from maildir to mdbox, using doveadm backup/doveadm sync.
When still running 2.2.36, 'doveadm backup' also synched the sieve scripts, without issues.
After the upgrade to 2.3.5.1, the sieve sync stopped working. We're using the pre-built 2.3 packages from https://repo.dovecot.org/ce-2.3-latest/debian/stretch
In fact, when I now
2009 Jul 13
1
dovecot v1.2.1 expire-tool with mail_log enabled
Hello list,
Sorry, if it has been asked, but searching throught list not give possitive answers.
After upgrade to dovecot version 1.2.1 expire-tool stoped working. I have changed database format and config file to appropriative 1.2 version but:
expire-tool.sh fails with:
# dovecot -c /etc/dovecot/dovecot.conf --exec-mail ext /usr/libexec/dovecot/expire-tool.sh
Info: Loading modules from
2010 Feb 23
0
dovecot 2.0_b3 autocreate plugin bug.
New dovecot-2_beta3 installation.
dovecot plugins section:
plugin {
autocreate = Drafts
autocreate2 = Sent
autocreate3 = Spam
autocreate4 = Trash
autosubscribe = Drafts
autosubscribe2 = Sent
autosubscribe3 = Spam
autosubscribe4 = Trash
expire = Trash 30 Spam 30
expire_dict = proxy::expire
quota = maildir:Mailbox quota
quota_rule = *:storage=500M
quota_rule2 =
2009 Jul 02
1
dovecot start up messages
Hi,
Why dovecot prints these messages when start up? And how to suppress it?
# /home/mail/init/dovecot.init restart
Stopping Dovecot: [ OK ]
ILoading modules from directory: /home/mail/lib/dovecot/imap
IModule loaded: /home/mail/lib/dovecot/imap/lib01_acl_plugin.so
IModule loaded: /home/mail/lib/dovecot/imap/lib02_imap_acl_plugin.so
IModule loaded:
2007 Jan 30
1
1.0rc19 with plugins on AIX 5.2
Hello,
has anyone out there successfully build dovecot on AIX with plugins
supported? I'm talking about an dlopen error when a plugin tries to
access global symbols, that are defined in the dovecot "parent" binary
For example:
# MAIL_PLUGINS=zlib /usr/local/libexec/dovecot/imap
imap(root): Error:
dlopen(/usr/local/lib/dovecot/imap/lib20_zlib_plugin.so) failed:
rtld: 0712-001
2017 Apr 20
3
namespace assertion failed
Hello,
I'm trying to figure out if this is a configuration issue or an actual bug.
Dovecot does start, but if anybody tries to log in or if you run sievec you
get an assertion fail and a coredump.
---
sievec(root): Panic: file mail-namespace.c: line 709 (mail_namespace_find):
assertion failed: (ns != NULL)
sievec(root): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x9c3a2)
2010 Feb 19
2
quota and lazy_expunge plugins both used: quotas go wrong with lazy_expunge'd mails
Hello,
I may have missed a point, but I could have found an issue between plugins
quota and lazy_expunge.
I have noticed that the "lazy_expunge"d mails are counted as part of the
quota, while the documentation says it should not be. I have first tried to
find out if this was a configuration mistake somewhere. Notably, you can
notice that the expunged mails are in directory ~/expunged
2008 Oct 16
2
imap crash (1.1.4)
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as
2009 Oct 27
1
mailbox count folders issues
Hello list,
I have one user, which have a lot of folders (not it is 414 without INBOX). When he tries to create one more folder with random name - the folder successfully created, but LIST command invokes out of memory to imap process.
From the logs:
Oct 26 15:26:38 IMAP(gozhda.a at domain.com): Panic: data stack: Out of memory when allocating 268435472 bytes
Oct 26 15:26:38 IMAP(gozhda.a at
2008 Aug 19
1
TECRA-A9 -- devcot LDA/sendmail
FreeBSD 6.3-RELEASE-p3 i386
---------------
sendmail -d0.1
Version 8.14.2
Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8
MIME8TO7
NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS
PIPELINING SASLv2
SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG
------------------
dovecot-1.0.7
dovecot-sieve-1.0.2
_______________________
IMAP-UW was previously used.