Nethserver 8 - Relay access denied

hi @oneitonitram, Thank you for the reply. You’re right, I didn’t provide enough information to warrant an answer.

I did however have a colleague help me find the following post

This was exactly my issue. I needed to configure the email module to allow relaying of messages from my internal subnet. It appears that for now, the web interface doesn’t have any way for me to add relay subnets or IPs. The command

runagent -m mail1 podman exec postfix sqlite3 /srv/pcdb.sqlite 'INSERT INTO mynetworks (network) VALUES("192.168.1.0/24");'

is what I needed to solve my issue.