proxy 25: smtpserver:25 {
host mx.mydomaine.net
tls off
}
With a configuration as such: router:25 -> frontend:25 -> smtpserver:25
I just noticed that with this setup, my smtp server was acting like an openrelay, which as per my postfix is normal if the requests come from my "internal network".
Redirecting the nat on my router (with masquerade) as follow solved the issue:
router:25 -> smtpserver:25
Hello,
I have the tried the following:
With a configuration as such: router:25 -> frontend:25 -> smtpserver:25
I just noticed that with this setup, my smtp server was acting like an openrelay, which as per my postfix is normal if the requests come from my "internal network".
Redirecting the nat on my router (with masquerade) as follow solved the issue: router:25 -> smtpserver:25