ungleich-mail: make dovecot log to stderr
This commit is contained in:
parent
071a6adca8
commit
707ada1ec2
2 changed files with 3 additions and 1 deletions
|
@ -5,3 +5,4 @@ RUN apk add --update \
|
|||
dovecot
|
||||
|
||||
RUN postconf maillog_file=/dev/stdout
|
||||
RUN echo log_path = /dev/stderr > /etc/dovecot/conf.d/10-logging.conf
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
- Postfix can be started using "/usr/sbin/postfix start-fg"
|
||||
- Logging is already configured for stdout
|
||||
** Next todos
|
||||
*** Add simple authentication support
|
||||
*** TODO Add simple authentication support
|
||||
- so we can be used as a smarthost
|
||||
- might require dovecot for sasl auth
|
||||
* Stuff to do (before 2024)
|
||||
** PROGRESS Add smtp support (postfix?)
|
||||
** PROGRESS Add imap support
|
||||
|
|
Loading…
Reference in a new issue