Hi, > Alexandre> /usr/bin/davmail is a jar file that gets executable using > Alexandre> jarwrapper. > > I worked that out. The issue is that inside a container, > /proc/fs/binfmt_misc cannot be changed. So to get it to work, > jarwrapper needs to be installed on the host, as well as in the > container. > > To fix, one way is not to rely on /proc/fs/binfmt_misc to be set up, > but invoke jarwrapper directly from the systemd unit file, and/or the > /etc/init.d/davmail script.
Yes, I knew that jarwrapper brought in unnecessary complications regarding usage in containers. I'll prepare a wrapper script to remove its usage and make sure davmail can be started using the init script, the systemd service and using $PATH. Thanks, Alex

