In NS7 I can easily forward mail to a particular domain to an internal server.
Now, trying in NS8 and I can see the message in RSPAMD but never gets to the intended server.
The message gets rejected with:
554 5.7.1 : Relay access denied
In NS7 I can easily forward mail to a particular domain to an internal server.
Now, trying in NS8 and I can see the message in RSPAMD but never gets to the intended server.
The message gets rejected with:
554 5.7.1 : Relay access denied
Does the manual help ?
Hi @LayLow ,
Thanks for the reply!
The config is really simple, you set the domain and where it needs to go.
The section you mentioned is about the clients that need to send emails, some without authentication. In my case I need to receive the email, filter spam and send to another server. But NS8 refuses as it’s not configured to receive email from a external domain (it should accept and forward to the configured IP or domain in the relay section).
Thanks,
Fair enough, please allow some real guru’s to respond tomorrow
I could reproduce the relay access denied message when relaying wasn’t allowed on the internal server.
If you want to relay via port 25 without authentication to an internal server you may need to allow relay for the NS8 IP on the internal server (which in my test case also is an NS8).
If you use authentication, it should just work.
Here’s the recipient relay rule I used:
Now it’s possible to send a mail for example in Roundcube to user@ns8rockytest4.com
and it’s relayed via 192.168.3.144.
Is it about the connectors in NS7? It’s working using imapsync but it doesn’t include the spam filter yet. Another way could be GitHub - mrmarkuz/ns8-fetchmail
Hi Jean, does this Howto help?