Hi everyone. I’d like to configure Postfix so that emails only go out with IPv4 and not IPv6 (I don’t have PTR on IPv6). I figured I need to work on main.cf, but I can’t access the Postfix container. When I connect with SSH to the node’s IP, it asks for a password that isn’t the root one. Can anyone help me? Thanks.
It should be the root password of that specific node. Please double check and make sure you ssh in with root@xxxxxx.xxx and not just the FQDN. e.g. ‘ssh mydomain.com’, that will not work.
Another way would be to remove the IPv6 from the network configuration.
Regarding SSH you may check the sshd configuration in /etc/ssh/sshd_config, for example on the prebuilt image root isn’t allowed to login so you’d need to create a user, see also Installation — NS8 documentation
This disables IPv6 completely. I meant to just remove it from the network like disabling the configuration in nmtui by setting it to something else than “Automatic”.