Displaying 2 results from an estimated 2 matches for "namespace_name".
2014 Nov 05
1
calling post-login script with doveadm
Hello everyone,
I'm trying to execute some commands with doveadm but I need some information loaded in a post-login script before running these commands.
Is possible to run the post-login script while executing doveadm?
I've found how to do something similar with -o key=value to override settings, but I want to change a namespace location, as done in the post-login script:
...
export
2016 Apr 04
5
enable/disable shared namespace in passdb
hello all
i'm currently using passdb to enable and disable various namespaces
conditionally : for example the following work
namespace/inbox/inbox=no
namespace/legacy_pfso/disabled=no
namespace/legacy_pfso/inbox=no
namespace/local_storage/disabled=no
namespace/comboINBOX_local_pfso/disabled=no
namespace/comboINBOX_local_pfso/inbox=yes
but i can't get things like the following to work