Stefan Gangefors
Stefan Gangefors
I noticed 401 errors on first startup as well. I created a user but the inteface hung with two checkmarks. I reloaded the page, got a login dialog. Logged in...
Just wanted to add my two cents to this old discussion since I also see a need for faster access to some items in the dropdown. I find myself visiting...
What are the root causes of this error? I am seeing this when I try to import an image from an external docker registry. I can find the manifest in...
Related to #17. I have no idea as to why this problem occurs and I have no easy way of testing it either.
The current approach works IF the files ends with a new line. Since it's common on linux for files to not have a newline char at the end of the...
You can create your own Dockerfile and use `FROM atmoz/sftp` to base your image on this. Then you can COPY any local file into the image as you see fit....
@JanneHarju I specifically said "image". Volumes and bind munts are used with a container, i.e. runtime, and not images. But now that I revisit this, there is a way to...
@JanneHarju In my case I'm using this image to have a quick SFTP setup on my NAS so I am not limited in mounting my keys. One way I can...
Yes, I meant that you have to extract that part into a function or shell script that you can run in the container, for example with docker exec. Most of...
I don't know if my configuration guide can help you configuring postfix correctly in the container. But I've documented my setup here: https://github.com/gangefors/aws-mailman3#configure-mta However, I run the MTA directly on...