]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mail storage service: Make sure we never exec doveconf when looking up config.
authorTimo Sirainen <tss@iki.fi>
Tue, 16 Mar 2010 17:23:28 +0000 (19:23 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 16 Mar 2010 17:23:28 +0000 (19:23 +0200)
--HG--
branch : HEAD

src/lib-storage/mail-storage-service.c

index 881289694b5e7f14708739af4ee97c51fecf9e7f..9d98fd4f641fa5c05d462d841b19b001faaa80ec 100644 (file)
@@ -629,6 +629,7 @@ int mail_storage_service_read_settings(struct mail_storage_service_ctx *ctx,
           use $HOME */
        set_input.preserve_home = 
                (ctx->flags & MAIL_STORAGE_SERVICE_FLAG_USERDB_LOOKUP) == 0;
+       set_input.never_exec = TRUE;
 
        if (input != NULL) {
                set_input.module = input->module;