mirror of
https://github.com/jberrenberg/docker-davmail.git
synced 2026-04-25 23:35:50 +03:00
[GH-ISSUE #9] Unable to set log and not working #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-davmail-jberrenberg#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @byaka on GitHub (Nov 10, 2019).
Original GitHub issue: https://github.com/jberrenberg/docker-davmail/issues/9
config default from http://davmail.sourceforge.net/serversetup.html with only changed server url.
from host
telnet 127.0.0.1 1143not working@byaka commented on GitHub (Nov 10, 2019):
adding
-p 1080:1080 -p 1025:1025 -p 1143:1143solved problem with not worked server@sitic commented on GitHub (Mar 19, 2020):
For logging you can set
in
davmail.propertiesto have them logged to the docker daemon. Access them withdocker logs CONTAINER.@oradwell commented on GitHub (Aug 19, 2021):
viewing logs via
docker logsorkubectl logsis the best way as @sitic mentioned. I usedavmail.logFilePath=/dev/stdoutwhich works as well@f1-outsourcing commented on GitHub (Oct 23, 2022):
Any one know how to get logging to go to/dev/log? I am starting the container with " -v /dev/log:/dev/log"