Displaying 7 results from an estimated 7 matches for "aixpluginssupport".
2007 Apr 26
0
AIXPluginsSupport and AIX FS qoutas
...WIMAP that is
> currently the production IMAP service.
The same here:
- AIX 5.2,
- xlC 6,
- uwimap and qpopper in production and
- dovecot for testing.
> I am cleaning up on some left-over loose ends, one of them being
> quotas/plugins, and I have some questions about your page with
> AIXPluginsSupport on which I'd appreciate your assistance and comments.
>
> 1) I use AIX filesystem quota on the Inbox and folders, though the
> indices are in a separate un-quota-ed filesystem.. a) Do you use Dovecot
> with AIX FS quotaing or know of someone with experience?
> b) What do you get...
2009 Aug 19
1
Sieve plugin load error
Running:
dovecot revision 9333:15b4b2c904fe
dovecot sieve revision: 1091:0fe00772366f
AIX 5.3 64bit
Deliver gives error:
Aug 19 12:30:52 deliver(jsiegle): Error: dlopen(/usr/dovecot-1.2.4/lib/
dovecot/lda/lib90_sieve_plugin.so) failed: rtld: 0712-001 Symbol
notify_command was referenced
from module /usr/dovecot-1.2.4/lib/dovecot/lda/
lib90_sieve_plugin.so(), but a runtime
2011 Sep 28
0
Problems running Dovecot 1.2.17 on AIX
...ocal/dovecot-test/lib/dovecot/imap/lib01_acl_plugin.so(), but a
runtime definition
of the symbol was not found.
Additional errors occurred but are not reported.
FCouldn't load required plugins
We tried to use the compiler-script as described on the wiki
(http://wiki1.dovecot.org/AixPluginsSupport) and we tried to compile
dovecot with gcc instead of xlc. We even tried it on another host
running AIX 5.3 but dovecot still fails with the runtime linker
complaining about missing runtime definitions. Any hint/help would be
appreciated.
Thanks in advance
Manuel
2007 Mar 11
0
No subject
...ld? I've had this problem on aix with xlC and
> > solved
> > it by writing an compiler script for doing that.
> >
> > See
> > http://www.dovecot.org/list/dovecot/2007-February/019226.html
> > and
> > http://wiki.dovecot.org/AixPluginsSupport
> >
> > Regards, Ralf
> >
> > Timo Sirainen schrieb am 26.03.2007 21:08:
> > > On Mon, 2007-03-26 at 09:24 +0300, funkypunky drunky wrote:
> > >> I pasted the output of gdb. I hope it is usefull. Thanx
> > >>
> >...
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
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
2007 May 30
4
AIX mail quota plugin problems
From reading the wiki for a filesystem quota, I took my shot at
1) building my binaries using the mods in AIXPluginsSupport
2) changing dovecot.conf and
3) putting the plugins in the library
But I'm getting this error message when I invoke dovecot:
Plugin imap_quota not found from directory /usr/local/lib/dovecot
Error: imap dump-capability process returned 89
It would seem that
a) I have the syntax or the paramet...