Alex
Alex
> To fix this, you need to set `blockLocalAddresses` to `false` for self-hosting most likely > > Line 234 in [a9eef13](/forwardemail/forwardemail.net/commit/a9eef13b874ef1d05bf53d011afb04594b3ed75c) > blockLocalAddresses: env.NODE_ENV !== 'test', I changed this on...
This is the log I get: { "bounce_category": "none", "domains": [ "691f8defc481c837f993cf05", "69165b1c9d9529018411c354" ], "is_empty_domains": false, "domains_checked_at": "2025-11-21T23:01:06.791Z", "err": { "name": "Error", "message": "Unable to deliver email to the IP...
I finally found my error: change this in the file /app/helpers/get-transporter.js within the **smtp_bree** container, not the mx container! ` blockLocalAddresses: false,` Then it is working. But: What about if...