Displaying 3 results from an estimated 3 matches for "home_expand".
2007 Jul 16
0
Can't compile mbox-snarf-plugin.c on AIX 5.3
...l: .buffer_append_zero
ld: 0711-317 ERROR: Undefined symbol: .buffer_get_space_unsafe
ld: 0711-317 ERROR: Undefined symbol: .mailbox_close
ld: 0711-317 ERROR: Undefined symbol: .mail_storage_set_critical
ld: 0711-317 ERROR: Undefined symbol: .buffer_write
ld: 0711-317 ERROR: Undefined symbol: .home_expand
ld: 0711-317 ERROR: Undefined symbol: .p_strdup
ld: 0711-317 ERROR: Undefined symbol: mail_storage_module_id
ld: 0711-317 ERROR: Undefined symbol: hook_mail_storage_created
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
[root...
2006 Mar 19
2
Dovecot, LDAP and something akin to Postfix' "table search order" from virtual deliver.
Hi.
/* The short version. */
Is there a way to mimic Postfix' "table search order" in Dovecot's LDAP
configuration of pass_filter/user_filter?
/* Here goes the detailed description :) */
Just to quote the http://www.postfix.org/virtual.8.html:
---
TABLE SEARCH ORDER
(...)
The search order is as follows. The search stops upon the
first successful lookup.
(...)
2009 Jan 06
2
Apple patch 10
...8a3dc06d
Fixed FS quota compiling and Maildir++ quota with multiple users.
8109 http://hg.dovecot.org/dovecot-1.2/rev/e7929190cd32
fts-solr: Fixed compiling with recent struct mail_user changes.
8137 http://hg.dovecot.org/dovecot-1.2/rev/b2a258213ee0
Created mail_user_[try_]home_expand(). Used them for expanding
mail directories.
8294 http://hg.dovecot.org/dovecot-1.2/rev/8aa69e3d27ef
Trash plugin: Assign storage to all mailboxes at startup so
errors are caught immediately.
Also previous optimization change broke trash plugin when using
multiple
mail_use...