Hi.
I'm attempting to use DBMail along with OpenSMTPD as a containerized
email solution. Each component runs as a single process in a Docker
container without syslog. Ideally all logging is sent to stdout/stderr
so the "docker logs" command, and indirectly journalctl on CoreOS, can
read container logs.
Unfortunately, I'm encountering some errors in the communication between
OpenSMTPD and DBMail that I'd imagine should log something, only I get
nothing. I have this in my config:
syslog_logging_levels = 255
file_logging_levels = 255
I would assume this should leave something in /var/log/dbmail.{log,err},
but both are empty. Ideally I'd like for there not to be a
dbmail.{log,err} and just log everything to stdout/stderr.
What am I missing? I can't find any documentation on how to do this.
Docker shows no process output for dbmail-lmtp even after I connect
manually and send all sorts of bad data that I'd expect to log
*something*, even if only "session connected, session disconnected."
Thanks.
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail