Displaying 12 results from an estimated 12 matches for "lib02_trash_plugin".
2010 Mar 01
1
FPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
...8 2009-09-23 09:10 lib01_zlib_plugin.so
-rw-r--r-- 1 root root 4994 2009-09-23 09:10 lib02_imap_quota_plugin.a
-rw-r--r-- 1 root root 926 2009-09-23 09:07 lib02_imap_quota_plugin.la
-rw-r--r-- 1 root root 7284 2009-09-23 09:10 lib02_imap_quota_plugin.so
lrwxrwxrwx 1 root root 24 2009-12-15 09:37 lib02_trash_plugin.so -> ../lib02_trash_plugin.so
ls -l /usr/lib/dovecot/modules/
total 204
drwxr-xr-x 2 root root 4096 2009-12-15 09:37 imap
drwxr-xr-x 2 root root 4096 2009-12-15 09:37 lda
-rw-r--r-- 1 root root 31462 2009-09-23 09:10 lib01_acl_plugin.a
-rw-r--r-- 1 root root 872 2009-09-23 09:07 lib01_ac...
2006 Oct 15
1
compiling dovecot-sieve
.../dovecot/imap/lib01_zlib_plugin.a
/usr/lib64/dovecot/imap/lib01_zlib_plugin.la
/usr/lib64/dovecot/imap/lib01_zlib_plugin.so
/usr/lib64/dovecot/imap/lib02_imap_quota_plugin.a
/usr/lib64/dovecot/imap/lib02_imap_quota_plugin.la
/usr/lib64/dovecot/imap/lib02_imap_quota_plugin.so
/usr/lib64/dovecot/imap/lib02_trash_plugin.so
/usr/lib64/dovecot/lda
/usr/lib64/dovecot/lda/lib01_acl_plugin.so
/usr/lib64/dovecot/lda/lib01_convert_plugin.so
/usr/lib64/dovecot/lda/lib01_quota_plugin.so
/usr/lib64/dovecot/lda/lib02_trash_plugin.so
/usr/lib64/dovecot/lib01_acl_plugin.a
/usr/lib64/dovecot/lib01_acl_plugin.la
/usr/lib64/dovec...
2008 Aug 19
3
How Can I Tell How Dovecot Was Installed?
I'm trying to help someone with Dovecot, and it looks like this one is
a few versions behind.
They say that they're not sure if it was installed Via an RPM or a
source tarball. Dovecot is use MySQL.
This is a RHEL5 server. There are RPMs listed as installed (rpm -qa)
but I don't know how I can tell what was used to install the currently
used set up. (also asking on the Postifix list)
2006 Jan 17
0
1.0 beta1 plugin-loading
When a user logs on, the following messages appear in
the log:
dovecot: imap 21360 : Loading modules from directory: /usr/local/lib/dovecot/imap
dovecot: imap 21360 : dlopen(/usr/local/lib/dovecot/imap/lib02_trash_plugin.so) failed: /usr/local/lib/dovecot/imap/lib02_trash_plugin.so: undefined symbol: quota
dovecot: imap 21360 : Module loaded: /usr/local/lib/dovecot/imap/lib01_quota_plugin.so
dovecot: imap 21360 : dirsize quota path = /shared/homes/rscweb.net/jpm/Maildir/
dovecot: imap 21360 : dirsize quota limit =...
2006 Feb 26
0
Quota plugin problem
...logs follows:
Feb 26 16:35:38 aretha postfix/qmgr[23520]: 7AADF70:
from=<test at test.it>, size=719440, nrcpt=1 (queue active)
Feb 26 16:35:38 aretha postfix/smtpd[24174]: disconnect from
localhost.localdomain[127.0.0.1]
Feb 26 16:35:38 aretha deliver:
dlopen(/usr/lib/dovecot/modules/lda/lib02_trash_plugin.so) failed:
/usr/lib/dovecot/modules/lda/lib02_trash_plugin.so: undefined symbol: quota
Feb 26 16:35:38 aretha deliver: Unknown quota module:
/var/mail/virtual/test.it/test/
Feb 26 16:35:38 aretha postfix/pipe[24126]: 7AADF70: to=<test at test.it>,
relay=dovecot, delay=1, status=sent (test...
2007 Jan 05
3
1.0.rc16 released
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz.sig
If you've had problems with getting errors about index files
sometimes being corrupted, please try if this release fixes it. If
you've reported any bugs that this release hasn't fixed, please
report them again so I know they still didn't get fixed and that I
2007 Jan 05
3
1.0.rc16 released
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz.sig
If you've had problems with getting errors about index files
sometimes being corrupted, please try if this release fixes it. If
you've reported any bugs that this release hasn't fixed, please
report them again so I know they still didn't get fixed and that I
2006 Jan 16
7
1.0 beta1 released
As promised, here it is finally.
v1.0 is getting nearer and I want people to start looking at Dovecot's
sources. Getting some more help with development would be nice, but I'd
also like to hear if there are any hidden bugs in the code. So, one week
from now I'll start offering 1000 EUR for the first person to point out
a remotely exploitable security hole in Dovecot. See
2006 Feb 23
0
Beta3 bug - non-first make install's fail
make[4]: Entering directory `/home/root/dovecot-1.0.beta3/src/plugins/convert'
mkdir -p -- /usr/lib/dovecot/imap /usr/lib/dovecot/pop3 /usr/lib/dovecot/lda
for d in imap pop3 lda; do \
rm -f /usr/lib/dovecot/$d/lib02_trash_plugin.so; \
ln -s ../lib01_convert_plugin.so /usr/lib/dovecot/$d; \
done
ln: `/usr/lib/dovecot/imap/lib01_convert_plugin.so': File exists
ln: `/usr/lib/dovecot/pop3/lib01_convert_plugin.so': File exists
ln: `/usr/lib/dovecot/lda/lib01_convert_plugin.so': File exists
make[4]: *** [install-ex...
2006 Mar 27
0
[PATCH] multiple "make install"s fail with 1.0.beta3
...n convert
make[3]: Entering directory
`/root/dovecot-1.0.beta3/src/plugins/convert'
make[4]: Entering directory
`/root/dovecot-1.0.beta3/src/plugins/convert'
mkdir -p
-- /usr/lib/dovecot/imap /usr/lib/dovecot/pop3 /usr/lib/dovecot/lda
for d in imap pop3 lda; do \
rm -f /usr/lib/dovecot/$d/lib02_trash_plugin.so; \
ln -s ../lib01_convert_plugin.so /usr/lib/dovecot/$d; \
done
ln: `/usr/lib/dovecot/imap/lib01_convert_plugin.so': File exists
ln: `/usr/lib/dovecot/pop3/lib01_convert_plugin.so': File exists
ln: `/usr/lib/dovecot/lda/lib01_convert_plugin.so': File exists
Richard
--------------...
2006 Feb 27
2
Error "make install" of dovecot 1.0b3
...is I had to modify main.c to listen on alternate ports because I cant shut down my current UofW IMAP server to test this one ...
-------
mkdir -p -- /usr/local/lib/dovecot/imap /usr/local/lib/dovecot/pop3 /usr/local/lib/dovecot/lda
for d in imap pop3 lda; do \
rm -f /usr/local/lib/dovecot/$d/lib02_trash_plugin.so; \
ln -s ../lib01_convert_plugin.so /usr/local/lib/dovecot/$d; \
done
ln: `/usr/local/lib/dovecot/imap/lib01_convert_plugin.so': File exists
ln: `/usr/local/lib/dovecot/pop3/lib01_convert_plugin.so': File exists
ln: `/usr/local/lib/dovecot/lda/lib01_convert_plugin.so': File exists...
2006 Feb 25
0
rpm build problem with beta 3
...ry
`/usr/src/redhat/BUILD/dovecot-1.0.beta3/src/plugins/convert'
make[4]: Entering directory
`/usr/src/redhat/BUILD/dovecot-1.0.beta3/src/plugins/convert'
mkdir -p -- /usr/lib/dovecot/imap /usr/lib/dovecot/pop3 /usr/lib/dovecot/lda
for d in imap pop3 lda; do \
rm -f /usr/lib/dovecot/$d/lib02_trash_plugin.so; \
ln -s ../lib01_convert_plugin.so /usr/lib/dovecot/$d; \
done
ln: `/usr/lib/dovecot/imap/lib01_convert_plugin.so': File exists
ln: `/usr/lib/dovecot/pop3/lib01_convert_plugin.so': File exists
ln: `/usr/lib/dovecot/lda/lib01_convert_plugin.so': File exists
make[4]: *** [install-e...