Lioxen
Lioxen
ok, I changed the master.cf inside the container to: localhost:10025 and postfix is starting now... Now I just test if I can send and receive emails...
Hello Georg, in the `mailserver.env` I changed only three values: ```env OVERRIDE_HOSTNAME=mail.example.com POSTFIX_INET_PROTOCOLS=ipv6 DOVECOT_INET_PROTOCOLS=ipv6 ``` In the `master.cf` I changed nothing except on line 93, where I replaced the IP...
Hello everybody, I had some more time to play around again. The machine I'm using unfortunate has only a routable IPv6 address. To use docker is new for me also...
Hello again, to bring this to work I have following solution. Because Docker and probably DMS also lacks IPv6 only support, I use a private network and MASQ(masquerade) to bring...
addition: to make it permanent is easy. https://docker-mailserver.github.io/docker-mailserver/latest/faq/#how-to-adjust-settings-with-the-user-patchessh-script my `user-patches.sh`: ```bash #!/bin/bash ip route del default ip route add default via 192.168.3.55 ``` Thats it... the internel dns seems to...
@polarathene thanks a lot for your empowering statements. As I mentioned before, I would avoid the bridged solution, because I worry about the disadvantage of this solution. e. g. nobody...