Configure mgr and mail containers
This commit configures IMAP to work properly and makes logs of mgr and dovecot available.
This commit is contained in:
parent
30ddadd954
commit
af156f24c6
9 changed files with 164 additions and 4 deletions
|
@ -15,6 +15,8 @@ RUN apt-get update \
|
|||
EXPOSE 143
|
||||
|
||||
RUN adduser --uid 1000 --gecos "catchall mailbox" --disabled-password catchall
|
||||
COPY docker/imap_auth.conf /etc/dovecot/conf.d/10-auth.conf
|
||||
COPY docker/imap_plain_userdb.conf /etc/dovecot/conf.d/auth-plain-userdb.conf.ext
|
||||
|
||||
VOLUME /home/catchall/Maildir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue