add mail plugin dir
This commit is contained in:
parent
751d64685f
commit
5c8eea5ff8
@ -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 && \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user