We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config default from http://davmail.sourceforge.net/serversetup.html with only changed server url.
from host telnet 127.0.0.1 1143 not working
telnet 127.0.0.1 1143
The text was updated successfully, but these errors were encountered:
adding -p 1080:1080 -p 1025:1025 -p 1143:1143 solved problem with not worked server
-p 1080:1080 -p 1025:1025 -p 1143:1143
Sorry, something went wrong.
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.
davmail.properties
docker logs CONTAINER
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
docker logs
kubectl logs
davmail.logFilePath=/dev/stdout
Any one know how to get logging to go to/dev/log? I am starting the container with " -v /dev/log:/dev/log"
No branches or pull requests
config default from http://davmail.sourceforge.net/serversetup.html with only changed server url.
from host
telnet 127.0.0.1 1143
not workingThe text was updated successfully, but these errors were encountered: