Charlie Savage

Results 86 comments of Charlie Savage

Based on this discussion, there are 3 types of clients: * Internal clients (gitlab) that send/retrieve emails - the source IP *is* the container id * External clients like Thunderbird...

Fail2Ban - yes - I think you are right. I have no better ideas. > This doesn't change. You can route through the reverse-proxy or use a direct connection (by...

Well, speaking of the PROXY protocol - see https://github.com/docker-mailserver/docker-mailserver/issues/3866.

@georglauterbach - Sure, I'm not using Traefik so I don't know the best setup. Remember though the ingress spec does not support TCP routes (the new Gateway API does though)!...

Latest rook. Helm chart version v1.12.9. So yes and no on the secrets. At first I had: ``` kind: BucketClass apiVersion: objectstorage.k8s.io/v1alpha1 metadata: name: ceph-bucket-class driverName: ceph.objectstorage.k8s.io deletionPolicy: Delete parameters:...

Yes, the user terrabox exists in the CephObjectStoreUser CRD. And for the bucket class: ``` kind: BucketClass apiVersion: objectstorage.k8s.io/v1alpha1 metadata: name: ceph-bucket-class driverName: ceph.objectstorage.k8s.io deletionPolicy: Delete parameters: objectStoreUserSecretName: rook-ceph-object-user-ceph-objectstore-terrabox objectStoreUserSecretNamespace:...

Yes, I understand the Rook creates these automatically. It just that what the documentation says isn't quite what Rook is doing and so I'm not quite sure what to set...

Some more info on this. Ruby 1.9.3, built with MSV++ 2010 (experimenting). With a dos window, all works well. With console2 though, the backspace key doesn't work (cursor doesn't more)....

And today I saw it again using console + cmd, but things are ok with console + bash (from msys). Charlie

rdp's patch fixes only after it breaks once (see my note above).