add mail plugin dir

This commit is contained in:
Sebastian Hugentobler 2018-02-16 12:41:41 +01:00
parent 751d64685f
commit 5c8eea5ff8
2 changed files with 6 additions and 4 deletions

View File

@ -43,7 +43,7 @@ RUN cd /tmp/dovecot && \
make install make install
RUN cd /tmp/pigeonhole && \ RUN cd /tmp/pigeonhole && \
./configure \ ./configure --prefix '' \
--with-ldap=yes \ --with-ldap=yes \
--with-dovecot=/lib/dovecot \ --with-dovecot=/lib/dovecot \
--disable-static && \ --disable-static && \

View File

@ -6,19 +6,21 @@ namespace inbox {
auto = subscribe auto = subscribe
special_use = \Junk special_use = \Junk
} }
mailbox Trash { mailbox Trash {
auto = subscribe auto = subscribe
special_use = \Trash special_use = \Trash
} }
mailbox Sent { mailbox Sent {
auto = subscribe auto = subscribe
special_use = \Sent special_use = \Sent
} }
mailbox Drafts { mailbox Drafts {
auto = subscribe auto = subscribe
special_use = \Drafts special_use = \Drafts
} }
} }
mail_plugin_dir = /lib/dovecot