Brennan Kinney

Results 1567 comments of Brennan Kinney

> ```yaml > env_file: stack.env > ``` - You should probably share relevant config from this file. Don't bother with any defaults, keep it minimal. - Likewise, if you have...

> Ok, I've set the dns to `1.1.1.1` for the mailserver but the issue persists. Just to confirm, you've got the reverse DNS resolving in the container correctly? One gotcha...

> The command you supplied doesn't work as there's no arm64 image. Oh that's a shame it's quite a nice dns tool! > Also the repositoried in DMS image are...

> > apt update is needed before you can use apt install in the container. > > I know but Probably related to why you have this problem with rspamd...

> Is there a way to migrate DKIM from rspamd to opendkim? Bit tired, but I think [this link](https://github.com/docker-mailserver/docker-mailserver/issues/3630#issuecomment-1903401956) may help with that. At least it explains how to generate...

> Because of the issue persisting only in the container I think it's something with the config I have (see the recording). Try recreating the container? It's an important remedy...

> This system does not suspend at all. It was just intended as another example of where networking with a container broke. > I tried to update the container (this...

> ```yaml > services: > mailserver: > image: ghcr.io/docker-mailserver/docker-mailserver:latest > ``` You're sure the version of DMS container was the same between both? `:latest` doesn't help ensure that if the...

> i can't take original files from prior server because i reinstalled os on server I understand. In future it's best to test that a backup restores properly to avoid...

> I'm getting these errors right now after You need to run the command on the local location you have for the containers `/var/mail` mount. In your case the `mail-data/`...