Forum Discussion
BrentonPrice_27
Nimbostratus
May 02, 2017Exchange SMTP relap I-rule
Can some one help me with what I am missing I will put in a SNAT ip address when implementing but getting error
01070151:3: Rule [/Common/Exchange-Relay] error: /Common/Exchange-Relay:5: error: ...
JG
Cumulonimbus
May 03, 2017Try this:
when CLIENT_ACCEPTED {
set accepted_snat "SNAT ip"
if { [ class exists smtp_relay_allowed ] }
{
if { [ class match [IP::client_addr] \
equals smtp_relay_allowed ] }
{
snat $accepted_snat
} else {
snat automap
}
} else {
snat automap
}
}
.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects