Forum Discussion
MartinS
Nimbostratus
Jan 22, 2019Bypass SMTP profile for one IP
Hello,
Can you help me with irule which would bypass LTM SMTP profile for one specific ip address?
I begin with
when CLIENT_ACCEPTED {
if { ([IP::client_addr] == "192.168.5.6%3") }{
and no...
Rico
Cirrus
Jan 22, 2019Martin,
You could try using the 'SMTPS::disable' command. The iRule would look something like this.
when CLIENT_ACCEPTED
{
if { ([IP::client_addr] == "192.168.5.6%3") }
{
SMTPS::disable
}
}
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