Charlie Savage
Charlie Savage
Sounds good to me. Interesting that CI has MSVC ruby builds, that's helpful to know.
I use both mingw and mswin versions - but usually mingw ruby. However, I use the mswin version of ruby for creating/debugging extensions on Windows. Visual Studio has some really...
No problem, and thanks for looking at this. Let me know if you need any help.
The helm chart was already using port 10993, - Which is [documented on the proxy page you linked to](https://docker-mailserver.github.io/docker-mailserver/latest/examples/tutorials/mailserver-behind-proxy/#configuration-of-the-backend-dovecot-and-postfix). I just followed that pattern for 465 and 587. - There...
Agreed on adding ports 25 and 4190 (ManageSieve). Retrieving (yes, not receiving) / sending email in the cluster...Roundcube is a good example and is in fact another application I have...
> Ok, but if someone were to deploy Roundcube + DMS, how does this avoid the issue with the IP of all remote users authenticating through Roundcube being the same?...
Another thought - I have been mostly assuming you are deploying docker-mailserver to a bare metal K8 cluster that is running on a home server or EC2 instance. But if...
CoreDNS - you likely need to modify it anyway if you are using a certificate. For example, in my case: ``` rewrite name mail.savagexi.com docker-mailserver.mail.svc.cluster.local ``` Where `mail.savagexi.com` matches the...
FYI thanks for that docker compose file, it is quite illuminating to see a full example, especially the config section.
Origin IP - I am not seeing the issue. If you open two sets of ports - one with proxy support and one without - then the original client address...