-
Hello
I'ld like to know if the comma separated list is valid
RELAYNETS=172.16.0.0/12,10.0.0.0/8,192.168.0.0/16
By the way, this example list is RFC1918, aka "all local network". Maybe thi…
-
The default configuration is this
```
# Networks granted relay permissions, make sure that you include your Docker
# internal network (default to 172.17.0.0/16)
RELAYNETS=172.16.0.0/12
```
…
-
I have whitelisted our hosting ranges in the `RELAYNETS` property of the `.env` file. Initially this works fine, sending anything unauthenticated from a non-listed host properly results in:
```
220 …
-
### Expected behavior
For usage in CI pipelines (specifically integration testing) it would be nice if there was an easy way to do `skaffold run --port-forward` and _not_ have it hang indefinitel…
-
The segmentation looks great but in my machine it took 120 seconds after I changed
[Predictions, SegTime] = SegmentVol(Data,70); % Change the 70 based on your GPU RAM size
to
[Predictions, Se…
-
In the mailu helm chart, I found several ways how people create an open relay. Some are just bad setups, others happens completely unexpected (e.g. one user had a broken CNI configuration in kubernete…
-
I'm having an issue migrating from previous stable (1.4) to 1.5.1.
My setup uses RELAYNETS to allow one of the services from several of my servers to send out emails using a single account for login.…
-
Hi everyone,
I'm using this to proxy all my rancher containers : https://github.com/adi90x/rancher-active-proxy
With this, I just have to specify an host with those variables :
rap.host: exa…
-
```
Pulling webdav (mailu/none:1.3)...
Pulling repository docker.io/mailu/none
ERROR: Tag 1.3 not found in repository docker.io/mailu/none
```
**.env**
```
ROOT=./mailu
VERSION=1.3
SECRET_K…
-
The current ipv6 support in Mailu is broken (and has been for a very long time: see #2260, #2272 and #1789). This ticket aims to discuss what the final end-state should be.
Architecturally the choi…