Re: [Dovecot] expire plugin with 1.2 cronjob undefined symbol: capability_string / ignoring virtual namespace ?

2009-07-10 Thread Robert Schetterer
Robert Schetterer schrieb: dovecot@dovecot.org schrieb: Hi, this looks like one of my queued problems: On AIX I get a message that indicates missing global symbols. For example client_read_args. It is defined in src/imap/client.c but just linked at build time to the imap executable, while

[Dovecot] expire plugin with 1.2 cronjob undefined symbol: capability_string

2009-07-08 Thread Robert Schetterer
Hi, sorry if this asked twice, i ve searched the list and found some equal posts, but couldnt get my problem fixed with it if running cronjob with expire ( using mysql ) i get dovecot -c /etc/dovecot/dovecot.conf --exec-mail ext /usr/lib/dovecot/expire-tool --test Info: Loading modules from

Re: [Dovecot] expire plugin with 1.2 cronjob undefined symbol: capability_string

2009-07-08 Thread Robert Schetterer
dovecot@dovecot.org schrieb: Hi, this looks like one of my queued problems: On AIX I get a message that indicates missing global symbols. For example client_read_args. It is defined in src/imap/client.c but just linked at build time to the imap executable, while the expire-tool does

Re: [Dovecot] expire plugin with 1.2 cronjob undefined symbol: capability_string

2009-07-08 Thread Ralf Becker
Thanks, that's it! I've added it to the dovecot wiki: http://wiki.dovecot.org/Plugins/Expire By the way: You are using: #!/bin/bash MAIL_PLUGINS=${mail_plugins//imap_quota/} /usr/lib/dovecot/expire-tool $1 While mail_plugins in not defined and therefore empty it's the same like: