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
RUN cd /tmp/pigeonhole && \
./configure \
./configure --prefix '' \
--with-ldap=yes \
--with-dovecot=/lib/dovecot \
--disable-static && \

View File

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