In UTM Email protection isn't active.
For current email sec appliance from inside to outside we created NAT rule.
And then on physical switch we catch smtp port 22 and forward it to outside from one public IP address.
For service I create custom SMTP rule (Default: 1:4***xx->25) I create 25->25
How can we create rule when UTM send Notifications or Report so that NAT rule is working
How Headers look
Received: from localhost ([127.0.0.1]:45639) by Received: from localhost ([127.0.0.1]:45639) by utm.***.xx with esmtp (Exim
4.76) (envelope-from ) id 1VMCp9-0006pT-2q for
me@***.xx; Wed, 18 Sep 2013 10:09:23 +0200
Received: by localhost (Postfix, from userid 0) id C3F2041387; Wed, 18 Sep
2013 10:09:23 +0200 (CEST)
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain with esmtp (Exim
4.76) (envelope-from ) id 1VMCp9-0006pT-2q for
me@***.xx; Wed, 18 Sep 2013 10:09:23 +0200
Received: by localhost (Postfix, from userid 0) id C3F2041387; Wed, 18 Sep
2013 10:09:23 +0200 (CEST)
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain
So as you can see. I need to change 45639 to port 25 and I need Send over DMZ (address) so it can be intercepted on physical switch.
This thread was automatically locked due to age.