[GH-ISSUE #9] Unable to set log and not working #4

Open
opened 2026-02-26 01:32:45 +03:00 by kerem · 4 comments
Owner

Originally created by @byaka on GitHub (Nov 10, 2019).
Original GitHub issue: https://github.com/jberrenberg/docker-davmail/issues/9

image

config default from http://davmail.sourceforge.net/serversetup.html with only changed server url.

from host telnet 127.0.0.1 1143 not working

Originally created by @byaka on GitHub (Nov 10, 2019). Original GitHub issue: https://github.com/jberrenberg/docker-davmail/issues/9 ![image](https://user-images.githubusercontent.com/1580811/68549577-9f7a5500-040a-11ea-8964-4bfa0df6b85c.png) config default from http://davmail.sourceforge.net/serversetup.html with only changed server url. from host `telnet 127.0.0.1 1143` not working
Author
Owner

@byaka commented on GitHub (Nov 10, 2019):

adding -p 1080:1080 -p 1025:1025 -p 1143:1143 solved problem with not worked server

<!-- gh-comment-id:552226707 --> @byaka commented on GitHub (Nov 10, 2019): adding `-p 1080:1080 -p 1025:1025 -p 1143:1143` solved problem with not worked server
Author
Owner

@sitic commented on GitHub (Mar 19, 2020):

For logging you can set

davmail.logFilePath=/proc/self/fd/1

in davmail.properties to have them logged to the docker daemon. Access them with docker logs CONTAINER.

<!-- gh-comment-id:601215365 --> @sitic commented on GitHub (Mar 19, 2020): For logging you can set ``` davmail.logFilePath=/proc/self/fd/1 ``` in `davmail.properties` to have them logged to the docker daemon. Access them with `docker logs CONTAINER`.
Author
Owner

@oradwell commented on GitHub (Aug 19, 2021):

viewing logs via docker logs or kubectl logs is the best way as @sitic mentioned. I use davmail.logFilePath=/dev/stdout which works as well

<!-- gh-comment-id:902163608 --> @oradwell commented on GitHub (Aug 19, 2021): viewing logs via `docker logs` or `kubectl logs` is the best way as @sitic mentioned. I use `davmail.logFilePath=/dev/stdout` which works as well
Author
Owner

@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"

<!-- gh-comment-id:1288200131 --> @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"
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-davmail-jberrenberg#4
No description provided.