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
|
dovecot
|
||||||
|
|
||||||
RUN postconf maillog_file=/dev/stdout
|
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"
|
- Postfix can be started using "/usr/sbin/postfix start-fg"
|
||||||
- Logging is already configured for stdout
|
- Logging is already configured for stdout
|
||||||
** Next todos
|
** Next todos
|
||||||
*** Add simple authentication support
|
*** TODO Add simple authentication support
|
||||||
- so we can be used as a smarthost
|
- so we can be used as a smarthost
|
||||||
|
- might require dovecot for sasl auth
|
||||||
* Stuff to do (before 2024)
|
* Stuff to do (before 2024)
|
||||||
** PROGRESS Add smtp support (postfix?)
|
** PROGRESS Add smtp support (postfix?)
|
||||||
** PROGRESS Add imap support
|
** PROGRESS Add imap support
|
||||||
|
|
Loading…
Reference in a new issue