Displaying 9 results from an estimated 9 matches for "edlopen".
Did you mean:
dlopen
2006 Apr 18
3
mountpoint_get broke the quota plugin
Looks like the new mountpoint_get code broke the quota plugin. I am getting this error when trying to start dovecot, using last night's CVS on Red Hat ES3:
# service dovecot start
Starting Dovecot Imap: Edlopen(/usr/lib/dovecot/imap/lib01_quota_plugin.so) failed: /usr/lib/dovecot/imap/lib01_quota_plugin.so: undefined symbol: mountpoint_get
Error: imap dump-capability process returned 22784
[FAILED]
Bill
2007 Dec 11
1
1.0.8 with quota 1.0.8 patch - undefined symbol: quota_set
I get the following error after patching the 1.0.8 src.rpm with the quota-rewrite-1.0.8.diff
[root at test dovecot]# /etc/rc.d/init.d/dovecot start
Starting Dovecot Imap: Edlopen(/usr/lib/dovecot/imap/lib02_imap_quota_plugin.so) failed: /usr/lib/dovecot/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
FCouldn't load required plugins
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot.conf...
2006 Jun 14
0
b8 fails with ACL plugin on
After upgrading to b8 using the ATrpm with the ACL plugin on it fails:
# /etc/init.d/dovecot start
Starting Dovecot Imap:
Edlopen(/usr/lib/dovecot/imap/lib01_acl_plugin.so)
failed: /usr/lib/dovecot/imap/lib01_acl_plugin.so: cannot open shared
object file: No such file or directory
Error: imap dump-capability process returned 22784
[FAILED]
Anyone able to help be trou...
2006 Jul 28
1
Quota with dict backend - sql does not get registered
....so, copied it to lib/dovecot/, symlinked it
into auth/, imap/, pop3/ and lda/, then tried-- but it still only showed
"proxy" as being loaded. After that I added it to the mail_plugins list,
mail_plugins = driver_mysql quota
but it didn't like that and spat out some linking errors:
Edlopen(/usr/local/dovecot-1.0.rc2/lib/dovecot/imap/driver_mysql.so)
failed: /usr/local/dovecot-1.0.rc2/lib/dovecot/imap/driver_mysql.so:
undefined symbol: sql_not_connected_result
So, where do I go from here? Any insights would be appreciated and I'll
keep digging.
Regards,
David
2011 Sep 28
0
Problems running Dovecot 1.2.17 on AIX
...ing Dovecot 1.2.17 to work on one of our
AIX-Machines (AIX 5.3). Dovecot compiles fine, but if we try to run it
we get strange library dependency problems such as the following:
[root at localhost dovecot-test]# /local/dovecot-test/sbin/dovecot -F -c
/local/dovecot-test/etc/dovecot.clients.conf
Edlopen(/local/dovecot-test/lib/dovecot/imap/lib01_acl_plugin.so)
failed: rtld: 0712-001 Symbol bsearch_strcmp was referenced
from module
/local/dovecot-test/lib/dovecot/imap/lib01_acl_plugin.so(), but a
runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol safe_mkste...
2009 Jul 10
4
imap_quota-error with 1.2.1
Hi,
I downloaded the debian-src-package of dovecot 1.2.1 from
xi.rename-it.nl, and built the package myself - no errors present.
after the upgrade, dovecot complains about an error with imap_quota,
startup fails:
Restarting IMAP/POP3 mail server:
dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib10_quota_plugin.so)
failed: /usr/lib/dovecot/modules/imap/lib10_quota_plugin.so: undefined
symbol: xdr_ext_getquota_args
FCouldn't load required plugins
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf...
2006 Aug 11
3
OT: NIS Authentication
Ran into a major issue with my setup overnight:
We have a Win2K AD domain running SFU with a master and 1 slave NIS
server. Our mail server is a FC1 box that runs dovecot and a
MailScanner/sendmail config. The mail server is configured as a NIS
client. The problem is that we lost power overnight and all of the
boxes shutdown after the UPS's ran out of battery. After the power
came back on,
2007 Mar 20
3
compiling dovecot on aix gcc 3.3.2
I try to compile the dovecot with gcc version 3.3.2 on aix. It seemed it was
okay. It was working but when i try to use quota dynamic modules i get
error.
Edlopen(/usr/local/lib/dovecot/imap/lib10_quota_plugin.so) failed: Could not
load module /usr/local/lib/dovecot/imap/lib10_quota_plugin.so.
System error: No such file or directory
Error: imap dump-capability process returned 89
When i check the /usr/local/lib/dovecot/imap/lib10_quota_plugin.so i see
that...
2009 May 27
7
v3.0 architecture
I just had a thought. It's probably going to be too big of a change
for v2.0, so something to think about for v3.0:
Supporting multiple UIDs is difficult. Currently expire-tool and
v2.0's LMTP server are implemented in a way that it's always running
as root and only temporarily dropping privileges. So any security hole
in there gives the attacker root privileges. Not very