]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
And pass the mail_full_filesystem_access setting to IMAP process too..
authorTimo Sirainen <tss@iki.fi>
Tue, 11 Feb 2003 19:46:45 +0000 (21:46 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 11 Feb 2003 19:46:45 +0000 (21:46 +0200)
--HG--
branch : HEAD

src/master/mail-process.c

index e984c6ad11207cff27c3d1e76f3fe613d38008e4..79d86f9b2d7a7b246838351805a87e07595b2cc2 100644 (file)
@@ -173,6 +173,8 @@ int create_mail_process(int socket, struct ip_addr *ip,
                env_put("MAILDIR_CHECK_CONTENT_CHANGES=1");
        if (set->overwrite_incompatible_index)
                env_put("OVERWRITE_INCOMPATIBLE_INDEX=1");
+       if (set->mail_full_filesystem_access)
+               env_put("FULL_FILESYSTEM_ACCESS=1");
        if (umask(set->umask) != set->umask)
                i_fatal("Invalid umask: %o", set->umask);